Shades of Blue Chalk #F2CEFB
Tints of Blue Chalk #F2CEFB
RGB
CMYK
RGB Variations
Color information
#F2CEFB (or 0xF2CEFB) is known color: Blue Chalk. HEX triplet: F2, CE and FB. RGB value is (242,206,251). Sum of RGB (Red+Green+Blue) = 242+206+251=699 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.62% from 699); Green value is 206 (80.86% from 255 or 29.47% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2CEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CEFB is #0D3104. Grayscale: #DDDDDD. Windows color (decimal): -864517 or 16502514. OLE color: 16502514.
HSL color Cylindrical-coordinate representation of color #F2CEFB: hue angle of 288º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F2CEFB is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 206 | 251 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.02 |
| HSL | 288º | 0.85% | 0.9% | - |
| HSV(B) | 288º | 0.18% | 0.98% | - |
| XYZ | 76.1 | 69.98 | 100.76 | - |
| YUV | 221.89 | 144.43 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 251 | 0.04 | 0.18 | 0 | 0.02 | 288 | 0.85 | 0.9 |
| Hex | F2 | CE | FB | 4 | 12 | 0 | 2 | 120 | 55 | 5A |
| Octal | 362 | 316 | 373 | 4 | 22 | 0 | 2 | 440 | 125 | 132 |
| Binary | 11110010 | 11001110 | 11111011 | 100 | 10010 | 0 | 10 | 100100000 | 1010101 | 1011010 |
Color Harmonies of #F2CEFB
Complementary color
Monochromatic Colors of #F2CEFB
Black with #F2CEFB
Text Example
Text Example
White with #F2CEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CEFB; }
p { color: rgb(242,206,251); }
H1.HeaderClassName
{
color: #F2CEFB;
}
.AnyTagClassName
{
color: #F2CEFB;
}
</style>
background-color css
<style>
a { background-color: #F2CEFB; }
a { background-color: rgb(242,206,251); }
div.DivClassName
{
background-color: #F2CEFB;
}
.BgClassName
{
background-color: #F2CEFB;
}
</style>
border-color css
<style>
span { border-color: #F2CEFB; }
span { border-color: rgb(242,206,251); }
td.TdClassName
{
border-color: #F2CEFB;
}
.TagClassName
{
border-color: #F2CEFB;
}
</style>