Shades of Blue Chalk #F2CCFC
Tints of Blue Chalk #F2CCFC
RGB
CMYK
RGB Variations
Color information
#F2CCFC (or 0xF2CCFC) is known color: Blue Chalk. HEX triplet: F2, CC and FC. RGB value is (242,204,252). Sum of RGB (Red+Green+Blue) = 242+204+252=698 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.67% from 698); Green value is 204 (80.08% from 255 or 29.23% from 698); Blue value is 252 (98.83% from 255 or 36.10% from 698); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2CCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CCFC is #0D3303. Grayscale: #DCDCDC. Windows color (decimal): -865028 or 16567538. OLE color: 16567538.
HSL color Cylindrical-coordinate representation of color #F2CCFC: hue angle of 287.5º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F2CCFC is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 204 | 252 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.01 |
| HSL | 287.5º | 0.89% | 0.89% | - |
| HSV(B) | 287.5º | 0.19% | 0.99% | - |
| XYZ | 75.78 | 69.09 | 101.44 | - |
| YUV | 220.83 | 145.59 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 252 | 0.04 | 0.19 | 0 | 0.01 | 287.5 | 0.89 | 0.89 |
| Hex | F2 | CC | FC | 4 | 13 | 0 | 1 | 120 | 59 | 59 |
| Octal | 362 | 314 | 374 | 4 | 23 | 0 | 1 | 440 | 131 | 131 |
| Binary | 11110010 | 11001100 | 11111100 | 100 | 10011 | 0 | 1 | 100100000 | 1011001 | 1011001 |
Color Harmonies of #F2CCFC
Complementary color
Monochromatic Colors of #F2CCFC
Black with #F2CCFC
Text Example
Text Example
White with #F2CCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CCFC; }
p { color: rgb(242,204,252); }
H1.HeaderClassName
{
color: #F2CCFC;
}
.AnyTagClassName
{
color: #F2CCFC;
}
</style>
background-color css
<style>
a { background-color: #F2CCFC; }
a { background-color: rgb(242,204,252); }
div.DivClassName
{
background-color: #F2CCFC;
}
.BgClassName
{
background-color: #F2CCFC;
}
</style>
border-color css
<style>
span { border-color: #F2CCFC; }
span { border-color: rgb(242,204,252); }
td.TdClassName
{
border-color: #F2CCFC;
}
.TagClassName
{
border-color: #F2CCFC;
}
</style>