Shades of Blue Chalk #F4CCFC
Tints of Blue Chalk #F4CCFC
RGB
CMYK
RGB Variations
Color information
#F4CCFC (or 0xF4CCFC) is known color: Blue Chalk. HEX triplet: F4, CC and FC. RGB value is (244,204,252). Sum of RGB (Red+Green+Blue) = 244+204+252=700 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.86% from 700); Green value is 204 (80.08% from 255 or 29.14% from 700); Blue value is 252 (98.83% from 255 or 36% from 700); Max value from RGB is 252 - color contains mainly: blue. Hex color #F4CCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CCFC is #0B3303. Grayscale: #DDDDDD. Windows color (decimal): -733956 or 16567540. OLE color: 16567540.
HSL color Cylindrical-coordinate representation of color #F4CCFC: hue angle of 290º 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 #F4CCFC is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 204 | 252 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.01 |
| HSL | 290º | 0.89% | 0.89% | - |
| HSV(B) | 290º | 0.19% | 0.99% | - |
| XYZ | 76.47 | 69.45 | 101.47 | - |
| YUV | 221.43 | 145.25 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 204 | 252 | 0.03 | 0.19 | 0 | 0.01 | 290 | 0.89 | 0.89 |
| Hex | F4 | CC | FC | 3 | 13 | 0 | 1 | 122 | 59 | 59 |
| Octal | 364 | 314 | 374 | 3 | 23 | 0 | 1 | 442 | 131 | 131 |
| Binary | 11110100 | 11001100 | 11111100 | 11 | 10011 | 0 | 1 | 100100010 | 1011001 | 1011001 |
Color Harmonies of #F4CCFC
Complementary color
Monochromatic Colors of #F4CCFC
Black with #F4CCFC
Text Example
Text Example
White with #F4CCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CCFC; }
p { color: rgb(244,204,252); }
H1.HeaderClassName
{
color: #F4CCFC;
}
.AnyTagClassName
{
color: #F4CCFC;
}
</style>
background-color css
<style>
a { background-color: #F4CCFC; }
a { background-color: rgb(244,204,252); }
div.DivClassName
{
background-color: #F4CCFC;
}
.BgClassName
{
background-color: #F4CCFC;
}
</style>
border-color css
<style>
span { border-color: #F4CCFC; }
span { border-color: rgb(244,204,252); }
td.TdClassName
{
border-color: #F4CCFC;
}
.TagClassName
{
border-color: #F4CCFC;
}
</style>