Shades of Classic Rose #F0D4E5
Tints of Classic Rose #F0D4E5
RGB
CMYK
RGB Variations
Color information
#F0D4E5 (or 0xF0D4E5) is known color: Classic Rose. HEX triplet: F0, D4 and E5. RGB value is (240,212,229). Sum of RGB (Red+Green+Blue) = 240+212+229=681 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.24% from 681); Green value is 212 (83.20% from 255 or 31.13% from 681); Blue value is 229 (89.84% from 255 or 33.63% from 681); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D4E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D4E5 is #0F2B1A. Grayscale: #DEDEDE. Windows color (decimal): -994075 or 15062256. OLE color: 15062256.
HSL color Cylindrical-coordinate representation of color #F0D4E5: hue angle of 323.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 #F0D4E5 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 212 | 229 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.06 |
| HSL | 323.57º | 0.48% | 0.89% | - |
| HSV(B) | 323.57º | 0.12% | 0.94% | - |
| XYZ | 73.62 | 71.27 | 84 | - |
| YUV | 222.31 | 131.78 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 212 | 229 | 0 | 0.12 | 0.05 | 0.06 | 323.57 | 0.48 | 0.89 |
| Hex | F0 | D4 | E5 | 0 | C | 5 | 6 | 144 | 30 | 59 |
| Octal | 360 | 324 | 345 | 0 | 14 | 5 | 6 | 504 | 60 | 131 |
| Binary | 11110000 | 11010100 | 11100101 | 0 | 1100 | 101 | 110 | 101000100 | 110000 | 1011001 |
Color Harmonies of #F0D4E5
Complementary color
Monochromatic Colors of #F0D4E5
Black with #F0D4E5
Text Example
Text Example
White with #F0D4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D4E5; }
p { color: rgb(240,212,229); }
H1.HeaderClassName
{
color: #F0D4E5;
}
.AnyTagClassName
{
color: #F0D4E5;
}
</style>
background-color css
<style>
a { background-color: #F0D4E5; }
a { background-color: rgb(240,212,229); }
div.DivClassName
{
background-color: #F0D4E5;
}
.BgClassName
{
background-color: #F0D4E5;
}
</style>
border-color css
<style>
span { border-color: #F0D4E5; }
span { border-color: rgb(240,212,229); }
td.TdClassName
{
border-color: #F0D4E5;
}
.TagClassName
{
border-color: #F0D4E5;
}
</style>