Shades of Classic Rose #F0D4E1
Tints of Classic Rose #F0D4E1
RGB
CMYK
RGB Variations
Color information
#F0D4E1 (or 0xF0D4E1) is known color: Classic Rose. HEX triplet: F0, D4 and E1. RGB value is (240,212,225). Sum of RGB (Red+Green+Blue) = 240+212+225=677 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.45% from 677); Green value is 212 (83.20% from 255 or 31.31% from 677); Blue value is 225 (88.28% from 255 or 33.23% from 677); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D4E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D4E1 is #0F2B1E. Grayscale: #DDDDDD. Windows color (decimal): -994079 or 14800112. OLE color: 14800112.
HSL color Cylindrical-coordinate representation of color #F0D4E1: hue angle of 332.14º 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 #F0D4E1 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 212 | 225 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.06 |
| HSL | 332.14º | 0.48% | 0.89% | - |
| HSV(B) | 332.14º | 0.12% | 0.94% | - |
| XYZ | 73.07 | 71.05 | 81.1 | - |
| YUV | 221.85 | 129.78 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 212 | 225 | 0 | 0.12 | 0.06 | 0.06 | 332.14 | 0.48 | 0.89 |
| Hex | F0 | D4 | E1 | 0 | C | 6 | 6 | 14C | 30 | 59 |
| Octal | 360 | 324 | 341 | 0 | 14 | 6 | 6 | 514 | 60 | 131 |
| Binary | 11110000 | 11010100 | 11100001 | 0 | 1100 | 110 | 110 | 101001100 | 110000 | 1011001 |
Color Harmonies of #F0D4E1
Complementary color
Monochromatic Colors of #F0D4E1
Black with #F0D4E1
Text Example
Text Example
White with #F0D4E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D4E1; }
p { color: rgb(240,212,225); }
H1.HeaderClassName
{
color: #F0D4E1;
}
.AnyTagClassName
{
color: #F0D4E1;
}
</style>
background-color css
<style>
a { background-color: #F0D4E1; }
a { background-color: rgb(240,212,225); }
div.DivClassName
{
background-color: #F0D4E1;
}
.BgClassName
{
background-color: #F0D4E1;
}
</style>
border-color css
<style>
span { border-color: #F0D4E1; }
span { border-color: rgb(240,212,225); }
td.TdClassName
{
border-color: #F0D4E1;
}
.TagClassName
{
border-color: #F0D4E1;
}
</style>