Shades of Blue Chalk #F0C8FE
Tints of Blue Chalk #F0C8FE
RGB
CMYK
RGB Variations
Color information
#F0C8FE (or 0xF0C8FE) is known color: Blue Chalk. HEX triplet: F0, C8 and FE. RGB value is (240,200,254). Sum of RGB (Red+Green+Blue) = 240+200+254=694 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.58% from 694); Green value is 200 (78.52% from 255 or 28.82% from 694); Blue value is 254 (99.61% from 255 or 36.60% from 694); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0C8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C8FE is #0F3701. Grayscale: #D9D9D9. Windows color (decimal): -997122 or 16697584. OLE color: 16697584.
HSL color Cylindrical-coordinate representation of color #F0C8FE: hue angle of 284.44º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0C8FE is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 200 | 254 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.00 |
| HSL | 284.44º | 0.96% | 0.89% | - |
| HSV(B) | 284.44º | 0.21% | 1% | - |
| XYZ | 74.48 | 66.99 | 102.77 | - |
| YUV | 218.12 | 148.25 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 200 | 254 | 0.06 | 0.21 | 0 | 0.00 | 284.44 | 0.96 | 0.89 |
| Hex | F0 | C8 | FE | 6 | 15 | 0 | 0 | 11C | 60 | 59 |
| Octal | 360 | 310 | 376 | 6 | 25 | 0 | 0 | 434 | 140 | 131 |
| Binary | 11110000 | 11001000 | 11111110 | 110 | 10101 | 0 | 0 | 100011100 | 1100000 | 1011001 |
Color Harmonies of #F0C8FE
Complementary color
Monochromatic Colors of #F0C8FE
Black with #F0C8FE
Text Example
Text Example
White with #F0C8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C8FE; }
p { color: rgb(240,200,254); }
H1.HeaderClassName
{
color: #F0C8FE;
}
.AnyTagClassName
{
color: #F0C8FE;
}
</style>
background-color css
<style>
a { background-color: #F0C8FE; }
a { background-color: rgb(240,200,254); }
div.DivClassName
{
background-color: #F0C8FE;
}
.BgClassName
{
background-color: #F0C8FE;
}
</style>
border-color css
<style>
span { border-color: #F0C8FE; }
span { border-color: rgb(240,200,254); }
td.TdClassName
{
border-color: #F0C8FE;
}
.TagClassName
{
border-color: #F0C8FE;
}
</style>