Shades of Blue Chalk #F2CEFC
Tints of Blue Chalk #F2CEFC
RGB
CMYK
RGB Variations
Color information
#F2CEFC (or 0xF2CEFC) is known color: Blue Chalk. HEX triplet: F2, CE and FC. RGB value is (242,206,252). Sum of RGB (Red+Green+Blue) = 242+206+252=700 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.57% from 700); Green value is 206 (80.86% from 255 or 29.43% from 700); Blue value is 252 (98.83% from 255 or 36% from 700); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2CEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CEFC is #0D3103. Grayscale: #DDDDDD. Windows color (decimal): -864516 or 16568050. OLE color: 16568050.
HSL color Cylindrical-coordinate representation of color #F2CEFC: hue angle of 286.96º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F2CEFC is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 206 | 252 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.01 |
| HSL | 286.96º | 0.88% | 0.9% | - |
| HSV(B) | 286.96º | 0.18% | 0.99% | - |
| XYZ | 76.26 | 70.05 | 101.6 | - |
| YUV | 222.01 | 144.93 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 252 | 0.04 | 0.18 | 0 | 0.01 | 286.96 | 0.88 | 0.9 |
| Hex | F2 | CE | FC | 4 | 12 | 0 | 1 | 11F | 58 | 5A |
| Octal | 362 | 316 | 374 | 4 | 22 | 0 | 1 | 437 | 130 | 132 |
| Binary | 11110010 | 11001110 | 11111100 | 100 | 10010 | 0 | 1 | 100011111 | 1011000 | 1011010 |
Color Harmonies of #F2CEFC
Complementary color
Monochromatic Colors of #F2CEFC
Black with #F2CEFC
Text Example
Text Example
White with #F2CEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CEFC; }
p { color: rgb(242,206,252); }
H1.HeaderClassName
{
color: #F2CEFC;
}
.AnyTagClassName
{
color: #F2CEFC;
}
</style>
background-color css
<style>
a { background-color: #F2CEFC; }
a { background-color: rgb(242,206,252); }
div.DivClassName
{
background-color: #F2CEFC;
}
.BgClassName
{
background-color: #F2CEFC;
}
</style>
border-color css
<style>
span { border-color: #F2CEFC; }
span { border-color: rgb(242,206,252); }
td.TdClassName
{
border-color: #F2CEFC;
}
.TagClassName
{
border-color: #F2CEFC;
}
</style>