Shades of Classic Rose #F0D4E7
Tints of Classic Rose #F0D4E7
RGB
CMYK
RGB Variations
Color information
#F0D4E7 (or 0xF0D4E7) is known color: Classic Rose. HEX triplet: F0, D4 and E7. RGB value is (240,212,231). Sum of RGB (Red+Green+Blue) = 240+212+231=683 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.14% from 683); Green value is 212 (83.20% from 255 or 31.04% from 683); Blue value is 231 (90.62% from 255 or 33.82% from 683); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D4E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D4E7 is #0F2B18. Grayscale: #DEDEDE. Windows color (decimal): -994073 or 15193328. OLE color: 15193328.
HSL color Cylindrical-coordinate representation of color #F0D4E7: hue angle of 319.29º 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 #F0D4E7 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 212 | 231 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.06 |
| HSL | 319.29º | 0.48% | 0.89% | - |
| HSV(B) | 319.29º | 0.12% | 0.94% | - |
| XYZ | 73.9 | 71.38 | 85.48 | - |
| YUV | 222.54 | 132.78 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 212 | 231 | 0 | 0.12 | 0.04 | 0.06 | 319.29 | 0.48 | 0.89 |
| Hex | F0 | D4 | E7 | 0 | C | 4 | 6 | 13F | 30 | 59 |
| Octal | 360 | 324 | 347 | 0 | 14 | 4 | 6 | 477 | 60 | 131 |
| Binary | 11110000 | 11010100 | 11100111 | 0 | 1100 | 100 | 110 | 100111111 | 110000 | 1011001 |
Color Harmonies of #F0D4E7
Complementary color
Monochromatic Colors of #F0D4E7
Black with #F0D4E7
Text Example
Text Example
White with #F0D4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D4E7; }
p { color: rgb(240,212,231); }
H1.HeaderClassName
{
color: #F0D4E7;
}
.AnyTagClassName
{
color: #F0D4E7;
}
</style>
background-color css
<style>
a { background-color: #F0D4E7; }
a { background-color: rgb(240,212,231); }
div.DivClassName
{
background-color: #F0D4E7;
}
.BgClassName
{
background-color: #F0D4E7;
}
</style>
border-color css
<style>
span { border-color: #F0D4E7; }
span { border-color: rgb(240,212,231); }
td.TdClassName
{
border-color: #F0D4E7;
}
.TagClassName
{
border-color: #F0D4E7;
}
</style>