Shades of Blue Chalk #F0C8F9
Tints of Blue Chalk #F0C8F9
RGB
CMYK
RGB Variations
Color information
#F0C8F9 (or 0xF0C8F9) is known color: Blue Chalk. HEX triplet: F0, C8 and F9. RGB value is (240,200,249). Sum of RGB (Red+Green+Blue) = 240+200+249=689 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.83% from 689); Green value is 200 (78.52% from 255 or 29.03% from 689); Blue value is 249 (97.66% from 255 or 36.14% from 689); Max value from RGB is 249 - color contains mainly: blue. Hex color #F0C8F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C8F9 is #0F3706. Grayscale: #D9D9D9. Windows color (decimal): -997127 or 16369904. OLE color: 16369904.
HSL color Cylindrical-coordinate representation of color #F0C8F9: hue angle of 288.98º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0C8F9 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 200 | 249 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.02 |
| HSL | 288.98º | 0.8% | 0.88% | - |
| HSV(B) | 288.98º | 0.2% | 0.98% | - |
| XYZ | 73.69 | 66.67 | 98.61 | - |
| YUV | 217.55 | 145.75 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 200 | 249 | 0.04 | 0.20 | 0 | 0.02 | 288.98 | 0.8 | 0.88 |
| Hex | F0 | C8 | F9 | 4 | 14 | 0 | 2 | 121 | 50 | 58 |
| Octal | 360 | 310 | 371 | 4 | 24 | 0 | 2 | 441 | 120 | 130 |
| Binary | 11110000 | 11001000 | 11111001 | 100 | 10100 | 0 | 10 | 100100001 | 1010000 | 1011000 |
Color Harmonies of #F0C8F9
Complementary color
Monochromatic Colors of #F0C8F9
Black with #F0C8F9
Text Example
Text Example
White with #F0C8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C8F9; }
p { color: rgb(240,200,249); }
H1.HeaderClassName
{
color: #F0C8F9;
}
.AnyTagClassName
{
color: #F0C8F9;
}
</style>
background-color css
<style>
a { background-color: #F0C8F9; }
a { background-color: rgb(240,200,249); }
div.DivClassName
{
background-color: #F0C8F9;
}
.BgClassName
{
background-color: #F0C8F9;
}
</style>
border-color css
<style>
span { border-color: #F0C8F9; }
span { border-color: rgb(240,200,249); }
td.TdClassName
{
border-color: #F0C8F9;
}
.TagClassName
{
border-color: #F0C8F9;
}
</style>