Shades of Blue Chalk #F0C8F8
Tints of Blue Chalk #F0C8F8
RGB
CMYK
RGB Variations
Color information
#F0C8F8 (or 0xF0C8F8) is known color: Blue Chalk. HEX triplet: F0, C8 and F8. RGB value is (240,200,248). Sum of RGB (Red+Green+Blue) = 240+200+248=688 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.88% from 688); Green value is 200 (78.52% from 255 or 29.07% from 688); Blue value is 248 (97.27% from 255 or 36.05% from 688); Max value from RGB is 248 - color contains mainly: blue. Hex color #F0C8F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C8F8 is #0F3707. Grayscale: #D9D9D9. Windows color (decimal): -997128 or 16304368. OLE color: 16304368.
HSL color Cylindrical-coordinate representation of color #F0C8F8: hue angle of 290º 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 #F0C8F8 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 200 | 248 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.03 |
| HSL | 290º | 0.77% | 0.88% | - |
| HSV(B) | 290º | 0.19% | 0.97% | - |
| XYZ | 73.53 | 66.61 | 97.79 | - |
| YUV | 217.43 | 145.25 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 200 | 248 | 0.03 | 0.19 | 0 | 0.03 | 290 | 0.77 | 0.88 |
| Hex | F0 | C8 | F8 | 3 | 13 | 0 | 3 | 122 | 4D | 58 |
| Octal | 360 | 310 | 370 | 3 | 23 | 0 | 3 | 442 | 115 | 130 |
| Binary | 11110000 | 11001000 | 11111000 | 11 | 10011 | 0 | 11 | 100100010 | 1001101 | 1011000 |
Color Harmonies of #F0C8F8
Complementary color
Monochromatic Colors of #F0C8F8
Black with #F0C8F8
Text Example
Text Example
White with #F0C8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C8F8; }
p { color: rgb(240,200,248); }
H1.HeaderClassName
{
color: #F0C8F8;
}
.AnyTagClassName
{
color: #F0C8F8;
}
</style>
background-color css
<style>
a { background-color: #F0C8F8; }
a { background-color: rgb(240,200,248); }
div.DivClassName
{
background-color: #F0C8F8;
}
.BgClassName
{
background-color: #F0C8F8;
}
</style>
border-color css
<style>
span { border-color: #F0C8F8; }
span { border-color: rgb(240,200,248); }
td.TdClassName
{
border-color: #F0C8F8;
}
.TagClassName
{
border-color: #F0C8F8;
}
</style>