Shades of Blue Chalk #F0CBF9
Tints of Blue Chalk #F0CBF9
RGB
CMYK
RGB Variations
Color information
#F0CBF9 (or 0xF0CBF9) is known color: Blue Chalk. HEX triplet: F0, CB and F9. RGB value is (240,203,249). Sum of RGB (Red+Green+Blue) = 240+203+249=692 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.68% from 692); Green value is 203 (79.69% from 255 or 29.34% from 692); Blue value is 249 (97.66% from 255 or 35.98% from 692); Max value from RGB is 249 - color contains mainly: blue. Hex color #F0CBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CBF9 is #0F3406. Grayscale: #DBDBDB. Windows color (decimal): -996359 or 16370672. OLE color: 16370672.
HSL color Cylindrical-coordinate representation of color #F0CBF9: hue angle of 288.26º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F0CBF9 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 203 | 249 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.02 |
| HSL | 288.26º | 0.79% | 0.89% | - |
| HSV(B) | 288.26º | 0.18% | 0.98% | - |
| XYZ | 74.39 | 68.08 | 98.84 | - |
| YUV | 219.31 | 144.76 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 203 | 249 | 0.04 | 0.18 | 0 | 0.02 | 288.26 | 0.79 | 0.89 |
| Hex | F0 | CB | F9 | 4 | 12 | 0 | 2 | 120 | 4F | 59 |
| Octal | 360 | 313 | 371 | 4 | 22 | 0 | 2 | 440 | 117 | 131 |
| Binary | 11110000 | 11001011 | 11111001 | 100 | 10010 | 0 | 10 | 100100000 | 1001111 | 1011001 |
Color Harmonies of #F0CBF9
Complementary color
Monochromatic Colors of #F0CBF9
Black with #F0CBF9
Text Example
Text Example
White with #F0CBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CBF9; }
p { color: rgb(240,203,249); }
H1.HeaderClassName
{
color: #F0CBF9;
}
.AnyTagClassName
{
color: #F0CBF9;
}
</style>
background-color css
<style>
a { background-color: #F0CBF9; }
a { background-color: rgb(240,203,249); }
div.DivClassName
{
background-color: #F0CBF9;
}
.BgClassName
{
background-color: #F0CBF9;
}
</style>
border-color css
<style>
span { border-color: #F0CBF9; }
span { border-color: rgb(240,203,249); }
td.TdClassName
{
border-color: #F0CBF9;
}
.TagClassName
{
border-color: #F0CBF9;
}
</style>