Shades of Classic Rose #F4CEDE
Tints of Classic Rose #F4CEDE
RGB
CMYK
RGB Variations
Color information
#F4CEDE (or 0xF4CEDE) is known color: Classic Rose. HEX triplet: F4, CE and DE. RGB value is (244,206,222). Sum of RGB (Red+Green+Blue) = 244+206+222=672 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.31% from 672); Green value is 206 (80.86% from 255 or 30.65% from 672); Blue value is 222 (87.11% from 255 or 33.04% from 672); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CEDE is #0B3121. Grayscale: #DBDBDB. Windows color (decimal): -733474 or 14601972. OLE color: 14601972.
HSL color Cylindrical-coordinate representation of color #F4CEDE: hue angle of 334.74º 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 #F4CEDE is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 206 | 222 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.04 |
| HSL | 334.74º | 0.63% | 0.88% | - |
| HSV(B) | 334.74º | 0.16% | 0.96% | - |
| XYZ | 72.56 | 68.65 | 78.53 | - |
| YUV | 219.19 | 129.59 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 206 | 222 | 0 | 0.16 | 0.09 | 0.04 | 334.74 | 0.63 | 0.88 |
| Hex | F4 | CE | DE | 0 | 10 | 9 | 4 | 14F | 3F | 58 |
| Octal | 364 | 316 | 336 | 0 | 20 | 11 | 4 | 517 | 77 | 130 |
| Binary | 11110100 | 11001110 | 11011110 | 0 | 10000 | 1001 | 100 | 101001111 | 111111 | 1011000 |
Color Harmonies of #F4CEDE
Complementary color
Monochromatic Colors of #F4CEDE
Black with #F4CEDE
Text Example
Text Example
White with #F4CEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CEDE; }
p { color: rgb(244,206,222); }
H1.HeaderClassName
{
color: #F4CEDE;
}
.AnyTagClassName
{
color: #F4CEDE;
}
</style>
background-color css
<style>
a { background-color: #F4CEDE; }
a { background-color: rgb(244,206,222); }
div.DivClassName
{
background-color: #F4CEDE;
}
.BgClassName
{
background-color: #F4CEDE;
}
</style>
border-color css
<style>
span { border-color: #F4CEDE; }
span { border-color: rgb(244,206,222); }
td.TdClassName
{
border-color: #F4CEDE;
}
.TagClassName
{
border-color: #F4CEDE;
}
</style>