Shades of Classic Rose #F0D1E1
Tints of Classic Rose #F0D1E1
RGB
CMYK
RGB Variations
Color information
#F0D1E1 (or 0xF0D1E1) is known color: Classic Rose. HEX triplet: F0, D1 and E1. RGB value is (240,209,225). Sum of RGB (Red+Green+Blue) = 240+209+225=674 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.61% from 674); Green value is 209 (82.03% from 255 or 31.01% from 674); Blue value is 225 (88.28% from 255 or 33.38% from 674); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D1E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D1E1 is #0F2E1E. Grayscale: #DCDCDC. Windows color (decimal): -994847 or 14799344. OLE color: 14799344.
HSL color Cylindrical-coordinate representation of color #F0D1E1: hue angle of 329.03º degrees, saturation: 0.51, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F0D1E1 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 209 | 225 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.06 |
| HSL | 329.03º | 0.51% | 0.88% | - |
| HSV(B) | 329.03º | 0.13% | 0.94% | - |
| XYZ | 72.33 | 69.56 | 80.85 | - |
| YUV | 220.09 | 130.77 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 209 | 225 | 0 | 0.13 | 0.06 | 0.06 | 329.03 | 0.51 | 0.88 |
| Hex | F0 | D1 | E1 | 0 | D | 6 | 6 | 149 | 33 | 58 |
| Octal | 360 | 321 | 341 | 0 | 15 | 6 | 6 | 511 | 63 | 130 |
| Binary | 11110000 | 11010001 | 11100001 | 0 | 1101 | 110 | 110 | 101001001 | 110011 | 1011000 |
Color Harmonies of #F0D1E1
Complementary color
Monochromatic Colors of #F0D1E1
Black with #F0D1E1
Text Example
Text Example
White with #F0D1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D1E1; }
p { color: rgb(240,209,225); }
H1.HeaderClassName
{
color: #F0D1E1;
}
.AnyTagClassName
{
color: #F0D1E1;
}
</style>
background-color css
<style>
a { background-color: #F0D1E1; }
a { background-color: rgb(240,209,225); }
div.DivClassName
{
background-color: #F0D1E1;
}
.BgClassName
{
background-color: #F0D1E1;
}
</style>
border-color css
<style>
span { border-color: #F0D1E1; }
span { border-color: rgb(240,209,225); }
td.TdClassName
{
border-color: #F0D1E1;
}
.TagClassName
{
border-color: #F0D1E1;
}
</style>