Shades of Blue Chalk #F4CEFC
Tints of Blue Chalk #F4CEFC
RGB
CMYK
RGB Variations
Color information
#F4CEFC (or 0xF4CEFC) is known color: Blue Chalk. HEX triplet: F4, CE and FC. RGB value is (244,206,252). Sum of RGB (Red+Green+Blue) = 244+206+252=702 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.76% from 702); Green value is 206 (80.86% from 255 or 29.34% from 702); Blue value is 252 (98.83% from 255 or 35.90% from 702); Max value from RGB is 252 - color contains mainly: blue. Hex color #F4CEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CEFC is #0B3103. Grayscale: #DEDEDE. Windows color (decimal): -733444 or 16568052. OLE color: 16568052.
HSL color Cylindrical-coordinate representation of color #F4CEFC: hue angle of 289.57º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F4CEFC is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 206 | 252 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.01 |
| HSL | 289.57º | 0.88% | 0.9% | - |
| HSV(B) | 289.57º | 0.18% | 0.99% | - |
| XYZ | 76.95 | 70.4 | 101.63 | - |
| YUV | 222.61 | 144.59 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 206 | 252 | 0.03 | 0.18 | 0 | 0.01 | 289.57 | 0.88 | 0.9 |
| Hex | F4 | CE | FC | 3 | 12 | 0 | 1 | 122 | 58 | 5A |
| Octal | 364 | 316 | 374 | 3 | 22 | 0 | 1 | 442 | 130 | 132 |
| Binary | 11110100 | 11001110 | 11111100 | 11 | 10010 | 0 | 1 | 100100010 | 1011000 | 1011010 |
Color Harmonies of #F4CEFC
Complementary color
Monochromatic Colors of #F4CEFC
Black with #F4CEFC
Text Example
Text Example
White with #F4CEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CEFC; }
p { color: rgb(244,206,252); }
H1.HeaderClassName
{
color: #F4CEFC;
}
.AnyTagClassName
{
color: #F4CEFC;
}
</style>
background-color css
<style>
a { background-color: #F4CEFC; }
a { background-color: rgb(244,206,252); }
div.DivClassName
{
background-color: #F4CEFC;
}
.BgClassName
{
background-color: #F4CEFC;
}
</style>
border-color css
<style>
span { border-color: #F4CEFC; }
span { border-color: rgb(244,206,252); }
td.TdClassName
{
border-color: #F4CEFC;
}
.TagClassName
{
border-color: #F4CEFC;
}
</style>