Shades of Blue Chalk #F4CEFE
Tints of Blue Chalk #F4CEFE
RGB
CMYK
RGB Variations
Color information
#F4CEFE (or 0xF4CEFE) is known color: Blue Chalk. HEX triplet: F4, CE and FE. RGB value is (244,206,254). Sum of RGB (Red+Green+Blue) = 244+206+254=704 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.66% from 704); Green value is 206 (80.86% from 255 or 29.26% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4CEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CEFE is #0B3101. Grayscale: #DEDEDE. Windows color (decimal): -733442 or 16699124. OLE color: 16699124.
HSL color Cylindrical-coordinate representation of color #F4CEFE: hue angle of 287.5º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F4CEFE is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 206 | 254 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.00 |
| HSL | 287.5º | 0.96% | 0.9% | - |
| HSV(B) | 287.5º | 0.19% | 1% | - |
| XYZ | 77.27 | 70.53 | 103.31 | - |
| YUV | 222.83 | 145.59 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 206 | 254 | 0.04 | 0.19 | 0 | 0.00 | 287.5 | 0.96 | 0.9 |
| Hex | F4 | CE | FE | 4 | 13 | 0 | 0 | 120 | 60 | 5A |
| Octal | 364 | 316 | 376 | 4 | 23 | 0 | 0 | 440 | 140 | 132 |
| Binary | 11110100 | 11001110 | 11111110 | 100 | 10011 | 0 | 0 | 100100000 | 1100000 | 1011010 |
Color Harmonies of #F4CEFE
Complementary color
Monochromatic Colors of #F4CEFE
Black with #F4CEFE
Text Example
Text Example
White with #F4CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CEFE; }
p { color: rgb(244,206,254); }
H1.HeaderClassName
{
color: #F4CEFE;
}
.AnyTagClassName
{
color: #F4CEFE;
}
</style>
background-color css
<style>
a { background-color: #F4CEFE; }
a { background-color: rgb(244,206,254); }
div.DivClassName
{
background-color: #F4CEFE;
}
.BgClassName
{
background-color: #F4CEFE;
}
</style>
border-color css
<style>
span { border-color: #F4CEFE; }
span { border-color: rgb(244,206,254); }
td.TdClassName
{
border-color: #F4CEFE;
}
.TagClassName
{
border-color: #F4CEFE;
}
</style>