Shades of Classic Rose #F4D0DE
Tints of Classic Rose #F4D0DE
RGB
CMYK
RGB Variations
Color information
#F4D0DE (or 0xF4D0DE) is known color: Classic Rose. HEX triplet: F4, D0 and DE. RGB value is (244,208,222). Sum of RGB (Red+Green+Blue) = 244+208+222=674 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.20% from 674); Green value is 208 (81.64% from 255 or 30.86% from 674); Blue value is 222 (87.11% from 255 or 32.94% from 674); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4D0DE is #0B2F21. Grayscale: #DCDCDC. Windows color (decimal): -732962 or 14602484. OLE color: 14602484.
HSL color Cylindrical-coordinate representation of color #F4D0DE: hue angle of 336.67º degrees, saturation: 0.62, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F4D0DE is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 208 | 222 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.04 |
| HSL | 336.67º | 0.62% | 0.89% | - |
| HSV(B) | 336.67º | 0.15% | 0.96% | - |
| XYZ | 73.05 | 69.62 | 78.69 | - |
| YUV | 220.36 | 128.93 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 208 | 222 | 0 | 0.15 | 0.09 | 0.04 | 336.67 | 0.62 | 0.89 |
| Hex | F4 | D0 | DE | 0 | F | 9 | 4 | 151 | 3E | 59 |
| Octal | 364 | 320 | 336 | 0 | 17 | 11 | 4 | 521 | 76 | 131 |
| Binary | 11110100 | 11010000 | 11011110 | 0 | 1111 | 1001 | 100 | 101010001 | 111110 | 1011001 |
Color Harmonies of #F4D0DE
Complementary color
Monochromatic Colors of #F4D0DE
Black with #F4D0DE
Text Example
Text Example
White with #F4D0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D0DE; }
p { color: rgb(244,208,222); }
H1.HeaderClassName
{
color: #F4D0DE;
}
.AnyTagClassName
{
color: #F4D0DE;
}
</style>
background-color css
<style>
a { background-color: #F4D0DE; }
a { background-color: rgb(244,208,222); }
div.DivClassName
{
background-color: #F4D0DE;
}
.BgClassName
{
background-color: #F4D0DE;
}
</style>
border-color css
<style>
span { border-color: #F4D0DE; }
span { border-color: rgb(244,208,222); }
td.TdClassName
{
border-color: #F4D0DE;
}
.TagClassName
{
border-color: #F4D0DE;
}
</style>