Shades of Blue Chalk #F2CBFF
Tints of Blue Chalk #F2CBFF
RGB
CMYK
RGB Variations
Color information
#F2CBFF (or 0xF2CBFF) is known color: Blue Chalk. HEX triplet: F2, CB and FF. RGB value is (242,203,255). Sum of RGB (Red+Green+Blue) = 242+203+255=700 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.57% from 700); Green value is 203 (79.69% from 255 or 29% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2CBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CBFF is #0D3400. Grayscale: #DCDCDC. Windows color (decimal): -865281 or 16763890. OLE color: 16763890.
HSL color Cylindrical-coordinate representation of color #F2CBFF: hue angle of 285º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F2CBFF is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 203 | 255 | - |
| CMYK | 0.05 | 0.20 | 0 | 0 |
| HSL | 285º | 1% | 0.9% | - |
| HSV(B) | 285º | 0.2% | 1% | - |
| XYZ | 76.02 | 68.81 | 103.88 | - |
| YUV | 220.59 | 147.42 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 203 | 255 | 0.05 | 0.20 | 0 | 0 | 285 | 1 | 0.9 |
| Hex | F2 | CB | FF | 5 | 14 | 0 | 0 | 11D | 64 | 5A |
| Octal | 362 | 313 | 377 | 5 | 24 | 0 | 0 | 435 | 144 | 132 |
| Binary | 11110010 | 11001011 | 11111111 | 101 | 10100 | 0 | 0 | 100011101 | 1100100 | 1011010 |
Color Harmonies of #F2CBFF
Complementary color
Monochromatic Colors of #F2CBFF
Black with #F2CBFF
Text Example
Text Example
White with #F2CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CBFF; }
p { color: rgb(242,203,255); }
H1.HeaderClassName
{
color: #F2CBFF;
}
.AnyTagClassName
{
color: #F2CBFF;
}
</style>
background-color css
<style>
a { background-color: #F2CBFF; }
a { background-color: rgb(242,203,255); }
div.DivClassName
{
background-color: #F2CBFF;
}
.BgClassName
{
background-color: #F2CBFF;
}
</style>
border-color css
<style>
span { border-color: #F2CBFF; }
span { border-color: rgb(242,203,255); }
td.TdClassName
{
border-color: #F2CBFF;
}
.TagClassName
{
border-color: #F2CBFF;
}
</style>