Shades of Blue Chalk #F0C8FF
Tints of Blue Chalk #F0C8FF
RGB
CMYK
RGB Variations
Color information
#F0C8FF (or 0xF0C8FF) is known color: Blue Chalk. HEX triplet: F0, C8 and FF. RGB value is (240,200,255). Sum of RGB (Red+Green+Blue) = 240+200+255=695 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.53% from 695); Green value is 200 (78.52% from 255 or 28.78% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0C8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C8FF is #0F3700. Grayscale: #DADADA. Windows color (decimal): -997121 or 16763120. OLE color: 16763120.
HSL color Cylindrical-coordinate representation of color #F0C8FF: hue angle of 283.64º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0C8FF is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 200 | 255 | - |
| CMYK | 0.06 | 0.22 | 0 | 0 |
| HSL | 283.64º | 1% | 0.89% | - |
| HSV(B) | 283.64º | 0.22% | 1% | - |
| XYZ | 74.64 | 67.05 | 103.62 | - |
| YUV | 218.23 | 148.75 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 200 | 255 | 0.06 | 0.22 | 0 | 0 | 283.64 | 1 | 0.89 |
| Hex | F0 | C8 | FF | 6 | 16 | 0 | 0 | 11C | 64 | 59 |
| Octal | 360 | 310 | 377 | 6 | 26 | 0 | 0 | 434 | 144 | 131 |
| Binary | 11110000 | 11001000 | 11111111 | 110 | 10110 | 0 | 0 | 100011100 | 1100100 | 1011001 |
Color Harmonies of #F0C8FF
Complementary color
Monochromatic Colors of #F0C8FF
Black with #F0C8FF
Text Example
Text Example
White with #F0C8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C8FF; }
p { color: rgb(240,200,255); }
H1.HeaderClassName
{
color: #F0C8FF;
}
.AnyTagClassName
{
color: #F0C8FF;
}
</style>
background-color css
<style>
a { background-color: #F0C8FF; }
a { background-color: rgb(240,200,255); }
div.DivClassName
{
background-color: #F0C8FF;
}
.BgClassName
{
background-color: #F0C8FF;
}
</style>
border-color css
<style>
span { border-color: #F0C8FF; }
span { border-color: rgb(240,200,255); }
td.TdClassName
{
border-color: #F0C8FF;
}
.TagClassName
{
border-color: #F0C8FF;
}
</style>