1 to 100

2190
35
345
`;// Open new window const printWindow = window.open("", "_blank"); if (!printWindow) { console.error("Failed to open the print window. Check for pop-up blockers."); return; }printWindow.document.open(); printWindow.document.write(printHtml); printWindow.document.close();printWindow.onload = () => { if (!isMobile()) { printWindow.print(); setTimeout(() => { printWindow.close(); }, 10); } else { console.log("Mobile detected. Waiting for user to click Print."); } }; } catch (error) { console.error("Error during the fetch or print process:", error); } });function isMobile() { return /Mobi|Android/i.test(navigator.userAgent); }function blobToBase64(blob) { return new Promise((resolve, reject) => { const reader = new FileReader(); reader.onloadend = () => resolve(reader.result); reader.onerror = reject; reader.readAsDataURL(blob); }); } })();

ℹ️ About this Printable

100 Days of School Coloring Page

Celebrate the milestone of reaching 100 days of school with this delightful and engaging printable coloring page! Perfect for young learners, this 100 Days of School Coloring Page features the numbers one through one hundred (1-100), all outlined with a bold design that makes them easy to color.

This coloring page serves as a wonderful math activity, allowing children to practice number recognition and counting skills in a fun and creative way. As they fill in each number with their choice of colors, students will not only enhance their fine motor skills but also reinforce their understanding of numerical order from 1 to 100.

Designed specifically for lower-grade elementary students, this coloring activity fosters engagement and excitement about learning. It’s an excellent addition to any classroom or home learning environment where children can explore their artistic talents while simultaneously building essential math skills.

This printable page is intended for personal use only, making it a great resource for teachers, parents, or guardians looking to enrich their children’s learning experience. So, gather your favorite coloring materials and get ready to make learning fun as you celebrate the 100 days of knowledge, growth, and friendship in the school year! Download this free printable today and embark on a colorful journey through numbers!