Shades of Blue Chalk #F0C9F8
Tints of Blue Chalk #F0C9F8
RGB
CMYK
RGB Variations
Color information
#F0C9F8 (or 0xF0C9F8) is known color: Blue Chalk. HEX triplet: F0, C9 and F8. RGB value is (240,201,248). Sum of RGB (Red+Green+Blue) = 240+201+248=689 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.83% from 689); Green value is 201 (78.91% from 255 or 29.17% from 689); Blue value is 248 (97.27% from 255 or 35.99% from 689); Max value from RGB is 248 - color contains mainly: blue. Hex color #F0C9F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C9F8 is #0F3607. Grayscale: #D9D9D9. Windows color (decimal): -996872 or 16304624. OLE color: 16304624.
HSL color Cylindrical-coordinate representation of color #F0C9F8: hue angle of 289.79º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F0C9F8 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 201 | 248 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.03 |
| HSL | 289.79º | 0.77% | 0.88% | - |
| HSV(B) | 289.79º | 0.19% | 0.97% | - |
| XYZ | 73.77 | 67.08 | 97.87 | - |
| YUV | 218.02 | 144.92 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 201 | 248 | 0.03 | 0.19 | 0 | 0.03 | 289.79 | 0.77 | 0.88 |
| Hex | F0 | C9 | F8 | 3 | 13 | 0 | 3 | 122 | 4D | 58 |
| Octal | 360 | 311 | 370 | 3 | 23 | 0 | 3 | 442 | 115 | 130 |
| Binary | 11110000 | 11001001 | 11111000 | 11 | 10011 | 0 | 11 | 100100010 | 1001101 | 1011000 |
Color Harmonies of #F0C9F8
Complementary color
Monochromatic Colors of #F0C9F8
Black with #F0C9F8
Text Example
Text Example
White with #F0C9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C9F8; }
p { color: rgb(240,201,248); }
H1.HeaderClassName
{
color: #F0C9F8;
}
.AnyTagClassName
{
color: #F0C9F8;
}
</style>
background-color css
<style>
a { background-color: #F0C9F8; }
a { background-color: rgb(240,201,248); }
div.DivClassName
{
background-color: #F0C9F8;
}
.BgClassName
{
background-color: #F0C9F8;
}
</style>
border-color css
<style>
span { border-color: #F0C9F8; }
span { border-color: rgb(240,201,248); }
td.TdClassName
{
border-color: #F0C9F8;
}
.TagClassName
{
border-color: #F0C9F8;
}
</style>