Shades of Blue Chalk #F0CAFF
Tints of Blue Chalk #F0CAFF
RGB
CMYK
RGB Variations
Color information
#F0CAFF (or 0xF0CAFF) is known color: Blue Chalk. HEX triplet: F0, CA and FF. RGB value is (240,202,255). Sum of RGB (Red+Green+Blue) = 240+202+255=697 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.43% from 697); Green value is 202 (79.30% from 255 or 28.98% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0CAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CAFF is #0F3500. Grayscale: #DBDBDB. Windows color (decimal): -996609 or 16763632. OLE color: 16763632.
HSL color Cylindrical-coordinate representation of color #F0CAFF: hue angle of 283.02º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0CAFF is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 202 | 255 | - |
| CMYK | 0.06 | 0.21 | 0 | 0 |
| HSL | 283.02º | 1% | 0.9% | - |
| HSV(B) | 283.02º | 0.21% | 1% | - |
| XYZ | 75.11 | 67.99 | 103.77 | - |
| YUV | 219.4 | 148.09 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 202 | 255 | 0.06 | 0.21 | 0 | 0 | 283.02 | 1 | 0.9 |
| Hex | F0 | CA | FF | 6 | 15 | 0 | 0 | 11B | 64 | 5A |
| Octal | 360 | 312 | 377 | 6 | 25 | 0 | 0 | 433 | 144 | 132 |
| Binary | 11110000 | 11001010 | 11111111 | 110 | 10101 | 0 | 0 | 100011011 | 1100100 | 1011010 |
Color Harmonies of #F0CAFF
Complementary color
Monochromatic Colors of #F0CAFF
Black with #F0CAFF
Text Example
Text Example
White with #F0CAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CAFF; }
p { color: rgb(240,202,255); }
H1.HeaderClassName
{
color: #F0CAFF;
}
.AnyTagClassName
{
color: #F0CAFF;
}
</style>
background-color css
<style>
a { background-color: #F0CAFF; }
a { background-color: rgb(240,202,255); }
div.DivClassName
{
background-color: #F0CAFF;
}
.BgClassName
{
background-color: #F0CAFF;
}
</style>
border-color css
<style>
span { border-color: #F0CAFF; }
span { border-color: rgb(240,202,255); }
td.TdClassName
{
border-color: #F0CAFF;
}
.TagClassName
{
border-color: #F0CAFF;
}
</style>