Shades of Blue Chalk #F2CFFB
Tints of Blue Chalk #F2CFFB
RGB
CMYK
RGB Variations
Color information
#F2CFFB (or 0xF2CFFB) is known color: Blue Chalk. HEX triplet: F2, CF and FB. RGB value is (242,207,251). Sum of RGB (Red+Green+Blue) = 242+207+251=700 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.57% from 700); Green value is 207 (81.25% from 255 or 29.57% from 700); Blue value is 251 (98.44% from 255 or 35.86% from 700); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2CFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CFFB is #0D3004. Grayscale: #DEDEDE. Windows color (decimal): -864261 or 16502770. OLE color: 16502770.
HSL color Cylindrical-coordinate representation of color #F2CFFB: hue angle of 287.73º 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 #F2CFFB is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 207 | 251 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.02 |
| HSL | 287.73º | 0.85% | 0.9% | - |
| HSV(B) | 287.73º | 0.18% | 0.98% | - |
| XYZ | 76.34 | 70.47 | 100.84 | - |
| YUV | 222.48 | 144.1 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 251 | 0.04 | 0.18 | 0 | 0.02 | 287.73 | 0.85 | 0.9 |
| Hex | F2 | CF | FB | 4 | 12 | 0 | 2 | 120 | 55 | 5A |
| Octal | 362 | 317 | 373 | 4 | 22 | 0 | 2 | 440 | 125 | 132 |
| Binary | 11110010 | 11001111 | 11111011 | 100 | 10010 | 0 | 10 | 100100000 | 1010101 | 1011010 |
Color Harmonies of #F2CFFB
Complementary color
Monochromatic Colors of #F2CFFB
Black with #F2CFFB
Text Example
Text Example
White with #F2CFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CFFB; }
p { color: rgb(242,207,251); }
H1.HeaderClassName
{
color: #F2CFFB;
}
.AnyTagClassName
{
color: #F2CFFB;
}
</style>
background-color css
<style>
a { background-color: #F2CFFB; }
a { background-color: rgb(242,207,251); }
div.DivClassName
{
background-color: #F2CFFB;
}
.BgClassName
{
background-color: #F2CFFB;
}
</style>
border-color css
<style>
span { border-color: #F2CFFB; }
span { border-color: rgb(242,207,251); }
td.TdClassName
{
border-color: #F2CFFB;
}
.TagClassName
{
border-color: #F2CFFB;
}
</style>