Shades of Blue Chalk #F2CAFF
Tints of Blue Chalk #F2CAFF
RGB
CMYK
RGB Variations
Color information
#F2CAFF (or 0xF2CAFF) is known color: Blue Chalk. HEX triplet: F2, CA and FF. RGB value is (242,202,255). Sum of RGB (Red+Green+Blue) = 242+202+255=699 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.62% from 699); Green value is 202 (79.30% from 255 or 28.90% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2CAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CAFF is #0D3500. Grayscale: #DBDBDB. Windows color (decimal): -865537 or 16763634. OLE color: 16763634.
HSL color Cylindrical-coordinate representation of color #F2CAFF: hue angle of 285.28º 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 #F2CAFF is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 202 | 255 | - |
| CMYK | 0.05 | 0.21 | 0 | 0 |
| HSL | 285.28º | 1% | 0.9% | - |
| HSV(B) | 285.28º | 0.21% | 1% | - |
| XYZ | 75.79 | 68.34 | 103.8 | - |
| YUV | 220 | 147.75 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 202 | 255 | 0.05 | 0.21 | 0 | 0 | 285.28 | 1 | 0.9 |
| Hex | F2 | CA | FF | 5 | 15 | 0 | 0 | 11D | 64 | 5A |
| Octal | 362 | 312 | 377 | 5 | 25 | 0 | 0 | 435 | 144 | 132 |
| Binary | 11110010 | 11001010 | 11111111 | 101 | 10101 | 0 | 0 | 100011101 | 1100100 | 1011010 |
Color Harmonies of #F2CAFF
Complementary color
Monochromatic Colors of #F2CAFF
Black with #F2CAFF
Text Example
Text Example
White with #F2CAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CAFF; }
p { color: rgb(242,202,255); }
H1.HeaderClassName
{
color: #F2CAFF;
}
.AnyTagClassName
{
color: #F2CAFF;
}
</style>
background-color css
<style>
a { background-color: #F2CAFF; }
a { background-color: rgb(242,202,255); }
div.DivClassName
{
background-color: #F2CAFF;
}
.BgClassName
{
background-color: #F2CAFF;
}
</style>
border-color css
<style>
span { border-color: #F2CAFF; }
span { border-color: rgb(242,202,255); }
td.TdClassName
{
border-color: #F2CAFF;
}
.TagClassName
{
border-color: #F2CAFF;
}
</style>