Shades of Classic Rose #F4CEDC
Tints of Classic Rose #F4CEDC
RGB
CMYK
RGB Variations
Color information
#F4CEDC (or 0xF4CEDC) is known color: Classic Rose. HEX triplet: F4, CE and DC. RGB value is (244,206,220). Sum of RGB (Red+Green+Blue) = 244+206+220=670 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.42% from 670); Green value is 206 (80.86% from 255 or 30.75% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CEDC is #0B3123. Grayscale: #DADADA. Windows color (decimal): -733476 or 14470900. OLE color: 14470900.
HSL color Cylindrical-coordinate representation of color #F4CEDC: hue angle of 337.89º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F4CEDC is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 206 | 220 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.04 |
| HSL | 337.89º | 0.63% | 0.88% | - |
| HSV(B) | 337.89º | 0.16% | 0.96% | - |
| XYZ | 72.3 | 68.54 | 77.13 | - |
| YUV | 218.96 | 128.59 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 206 | 220 | 0 | 0.16 | 0.10 | 0.04 | 337.89 | 0.63 | 0.88 |
| Hex | F4 | CE | DC | 0 | 10 | A | 4 | 152 | 3F | 58 |
| Octal | 364 | 316 | 334 | 0 | 20 | 12 | 4 | 522 | 77 | 130 |
| Binary | 11110100 | 11001110 | 11011100 | 0 | 10000 | 1010 | 100 | 101010010 | 111111 | 1011000 |
Color Harmonies of #F4CEDC
Complementary color
Monochromatic Colors of #F4CEDC
Black with #F4CEDC
Text Example
Text Example
White with #F4CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CEDC; }
p { color: rgb(244,206,220); }
H1.HeaderClassName
{
color: #F4CEDC;
}
.AnyTagClassName
{
color: #F4CEDC;
}
</style>
background-color css
<style>
a { background-color: #F4CEDC; }
a { background-color: rgb(244,206,220); }
div.DivClassName
{
background-color: #F4CEDC;
}
.BgClassName
{
background-color: #F4CEDC;
}
</style>
border-color css
<style>
span { border-color: #F4CEDC; }
span { border-color: rgb(244,206,220); }
td.TdClassName
{
border-color: #F4CEDC;
}
.TagClassName
{
border-color: #F4CEDC;
}
</style>