Shades of Blue Chalk #F0CAF9
Tints of Blue Chalk #F0CAF9
RGB
CMYK
RGB Variations
Color information
#F0CAF9 (or 0xF0CAF9) is known color: Blue Chalk. HEX triplet: F0, CA and F9. RGB value is (240,202,249). Sum of RGB (Red+Green+Blue) = 240+202+249=691 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.73% from 691); Green value is 202 (79.30% from 255 or 29.23% from 691); Blue value is 249 (97.66% from 255 or 36.03% from 691); Max value from RGB is 249 - color contains mainly: blue. Hex color #F0CAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CAF9 is #0F3506. Grayscale: #DADADA. Windows color (decimal): -996615 or 16370416. OLE color: 16370416.
HSL color Cylindrical-coordinate representation of color #F0CAF9: hue angle of 288.51º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F0CAF9 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 240 | 202 | 249 | - |
CMYK | 0.04 | 0.19 | 0 | 0.02 |
HSL | 288.51º | 0.8% | 0.88% | - |
HSV(B) | 288.51º | 0.19% | 0.98% | - |
XYZ | 74.15 | 67.61 | 98.76 | - |
YUV | 218.72 | 145.09 | 143.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 202 | 249 | 0.04 | 0.19 | 0 | 0.02 | 288.51 | 0.8 | 0.88 |
Hex | F0 | CA | F9 | 4 | 13 | 0 | 2 | 121 | 50 | 58 |
Octal | 360 | 312 | 371 | 4 | 23 | 0 | 2 | 441 | 120 | 130 |
Binary | 11110000 | 11001010 | 11111001 | 100 | 10011 | 0 | 10 | 100100001 | 1010000 | 1011000 |
Color Harmonies of #F0CAF9
Complementary color
Monochromatic Colors of #F0CAF9
Black with #F0CAF9
Text Example
Text Example
White with #F0CAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CAF9; }
p { color: rgb(240,202,249); }
H1.HeaderClassName
{
color: #F0CAF9;
}
.AnyTagClassName
{
color: #F0CAF9;
}
</style>
background-color css
<style>
a { background-color: #F0CAF9; }
a { background-color: rgb(240,202,249); }
div.DivClassName
{
background-color: #F0CAF9;
}
.BgClassName
{
background-color: #F0CAF9;
}
</style>
border-color css
<style>
span { border-color: #F0CAF9; }
span { border-color: rgb(240,202,249); }
td.TdClassName
{
border-color: #F0CAF9;
}
.TagClassName
{
border-color: #F0CAF9;
}
</style>