Shades of Blue Chalk #F2CEFE
Tints of Blue Chalk #F2CEFE
RGB
CMYK
RGB Variations
Color information
#F2CEFE (or 0xF2CEFE) is known color: Blue Chalk. HEX triplet: F2, CE and FE. RGB value is (242,206,254). Sum of RGB (Red+Green+Blue) = 242+206+254=702 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.47% from 702); Green value is 206 (80.86% from 255 or 29.34% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2CEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CEFE is #0D3101. Grayscale: #DEDEDE. Windows color (decimal): -864514 or 16699122. OLE color: 16699122.
HSL color Cylindrical-coordinate representation of color #F2CEFE: hue angle of 285º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F2CEFE is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 206 | 254 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.00 |
| HSL | 285º | 0.96% | 0.9% | - |
| HSV(B) | 285º | 0.19% | 1% | - |
| XYZ | 76.58 | 70.18 | 103.28 | - |
| YUV | 222.24 | 145.93 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 254 | 0.05 | 0.19 | 0 | 0.00 | 285 | 0.96 | 0.9 |
| Hex | F2 | CE | FE | 5 | 13 | 0 | 0 | 11D | 60 | 5A |
| Octal | 362 | 316 | 376 | 5 | 23 | 0 | 0 | 435 | 140 | 132 |
| Binary | 11110010 | 11001110 | 11111110 | 101 | 10011 | 0 | 0 | 100011101 | 1100000 | 1011010 |
Color Harmonies of #F2CEFE
Complementary color
Monochromatic Colors of #F2CEFE
Black with #F2CEFE
Text Example
Text Example
White with #F2CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CEFE; }
p { color: rgb(242,206,254); }
H1.HeaderClassName
{
color: #F2CEFE;
}
.AnyTagClassName
{
color: #F2CEFE;
}
</style>
background-color css
<style>
a { background-color: #F2CEFE; }
a { background-color: rgb(242,206,254); }
div.DivClassName
{
background-color: #F2CEFE;
}
.BgClassName
{
background-color: #F2CEFE;
}
</style>
border-color css
<style>
span { border-color: #F2CEFE; }
span { border-color: rgb(242,206,254); }
td.TdClassName
{
border-color: #F2CEFE;
}
.TagClassName
{
border-color: #F2CEFE;
}
</style>