Shades of Blue Chalk #F0CAFE
Tints of Blue Chalk #F0CAFE
RGB
CMYK
RGB Variations
Color information
#F0CAFE (or 0xF0CAFE) is known color: Blue Chalk. HEX triplet: F0, CA and FE. RGB value is (240,202,254). Sum of RGB (Red+Green+Blue) = 240+202+254=696 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.48% from 696); Green value is 202 (79.30% from 255 or 29.02% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0CAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CAFE is #0F3501. Grayscale: #DBDBDB. Windows color (decimal): -996610 or 16698096. OLE color: 16698096.
HSL color Cylindrical-coordinate representation of color #F0CAFE: hue angle of 283.85º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0CAFE is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 202 | 254 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.00 |
| HSL | 283.85º | 0.96% | 0.89% | - |
| HSV(B) | 283.85º | 0.2% | 1% | - |
| XYZ | 74.95 | 67.92 | 102.93 | - |
| YUV | 219.29 | 147.59 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 202 | 254 | 0.06 | 0.20 | 0 | 0.00 | 283.85 | 0.96 | 0.89 |
| Hex | F0 | CA | FE | 6 | 14 | 0 | 0 | 11C | 60 | 59 |
| Octal | 360 | 312 | 376 | 6 | 24 | 0 | 0 | 434 | 140 | 131 |
| Binary | 11110000 | 11001010 | 11111110 | 110 | 10100 | 0 | 0 | 100011100 | 1100000 | 1011001 |
Color Harmonies of #F0CAFE
Complementary color
Monochromatic Colors of #F0CAFE
Black with #F0CAFE
Text Example
Text Example
White with #F0CAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CAFE; }
p { color: rgb(240,202,254); }
H1.HeaderClassName
{
color: #F0CAFE;
}
.AnyTagClassName
{
color: #F0CAFE;
}
</style>
background-color css
<style>
a { background-color: #F0CAFE; }
a { background-color: rgb(240,202,254); }
div.DivClassName
{
background-color: #F0CAFE;
}
.BgClassName
{
background-color: #F0CAFE;
}
</style>
border-color css
<style>
span { border-color: #F0CAFE; }
span { border-color: rgb(240,202,254); }
td.TdClassName
{
border-color: #F0CAFE;
}
.TagClassName
{
border-color: #F0CAFE;
}
</style>