Shades of Blue Chalk #F2CBFC
Tints of Blue Chalk #F2CBFC
RGB
CMYK
RGB Variations
Color information
#F2CBFC (or 0xF2CBFC) is known color: Blue Chalk. HEX triplet: F2, CB and FC. RGB value is (242,203,252). Sum of RGB (Red+Green+Blue) = 242+203+252=697 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.72% from 697); Green value is 203 (79.69% from 255 or 29.12% from 697); Blue value is 252 (98.83% from 255 or 36.15% from 697); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2CBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CBFC is #0D3403. Grayscale: #DCDCDC. Windows color (decimal): -865284 or 16567282. OLE color: 16567282.
HSL color Cylindrical-coordinate representation of color #F2CBFC: hue angle of 287.76º 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 #F2CBFC is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 203 | 252 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.01 |
| HSL | 287.76º | 0.89% | 0.89% | - |
| HSV(B) | 287.76º | 0.19% | 0.99% | - |
| XYZ | 75.54 | 68.62 | 101.36 | - |
| YUV | 220.25 | 145.92 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 203 | 252 | 0.04 | 0.19 | 0 | 0.01 | 287.76 | 0.89 | 0.89 |
| Hex | F2 | CB | FC | 4 | 13 | 0 | 1 | 120 | 59 | 59 |
| Octal | 362 | 313 | 374 | 4 | 23 | 0 | 1 | 440 | 131 | 131 |
| Binary | 11110010 | 11001011 | 11111100 | 100 | 10011 | 0 | 1 | 100100000 | 1011001 | 1011001 |
Color Harmonies of #F2CBFC
Complementary color
Monochromatic Colors of #F2CBFC
Black with #F2CBFC
Text Example
Text Example
White with #F2CBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CBFC; }
p { color: rgb(242,203,252); }
H1.HeaderClassName
{
color: #F2CBFC;
}
.AnyTagClassName
{
color: #F2CBFC;
}
</style>
background-color css
<style>
a { background-color: #F2CBFC; }
a { background-color: rgb(242,203,252); }
div.DivClassName
{
background-color: #F2CBFC;
}
.BgClassName
{
background-color: #F2CBFC;
}
</style>
border-color css
<style>
span { border-color: #F2CBFC; }
span { border-color: rgb(242,203,252); }
td.TdClassName
{
border-color: #F2CBFC;
}
.TagClassName
{
border-color: #F2CBFC;
}
</style>