Shades of Classic Rose #F0D4DE
Tints of Classic Rose #F0D4DE
RGB
CMYK
RGB Variations
Color information
#F0D4DE (or 0xF0D4DE) is known color: Classic Rose. HEX triplet: F0, D4 and DE. RGB value is (240,212,222). Sum of RGB (Red+Green+Blue) = 240+212+222=674 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.61% from 674); Green value is 212 (83.20% from 255 or 31.45% from 674); Blue value is 222 (87.11% from 255 or 32.94% from 674); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D4DE is #0F2B21. Grayscale: #DDDDDD. Windows color (decimal): -994082 or 14603504. OLE color: 14603504.
HSL color Cylindrical-coordinate representation of color #F0D4DE: hue angle of 338.57º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F0D4DE is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 212 | 222 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.06 |
| HSL | 338.57º | 0.48% | 0.89% | - |
| HSV(B) | 338.57º | 0.12% | 0.94% | - |
| XYZ | 72.66 | 70.89 | 78.96 | - |
| YUV | 221.51 | 128.28 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 212 | 222 | 0 | 0.12 | 0.08 | 0.06 | 338.57 | 0.48 | 0.89 |
| Hex | F0 | D4 | DE | 0 | C | 8 | 6 | 153 | 30 | 59 |
| Octal | 360 | 324 | 336 | 0 | 14 | 10 | 6 | 523 | 60 | 131 |
| Binary | 11110000 | 11010100 | 11011110 | 0 | 1100 | 1000 | 110 | 101010011 | 110000 | 1011001 |
Color Harmonies of #F0D4DE
Complementary color
Monochromatic Colors of #F0D4DE
Black with #F0D4DE
Text Example
Text Example
White with #F0D4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D4DE; }
p { color: rgb(240,212,222); }
H1.HeaderClassName
{
color: #F0D4DE;
}
.AnyTagClassName
{
color: #F0D4DE;
}
</style>
background-color css
<style>
a { background-color: #F0D4DE; }
a { background-color: rgb(240,212,222); }
div.DivClassName
{
background-color: #F0D4DE;
}
.BgClassName
{
background-color: #F0D4DE;
}
</style>
border-color css
<style>
span { border-color: #F0D4DE; }
span { border-color: rgb(240,212,222); }
td.TdClassName
{
border-color: #F0D4DE;
}
.TagClassName
{
border-color: #F0D4DE;
}
</style>