Shades of Classic Rose #F0D1E5
Tints of Classic Rose #F0D1E5
RGB
CMYK
RGB Variations
Color information
#F0D1E5 (or 0xF0D1E5) is known color: Classic Rose. HEX triplet: F0, D1 and E5. RGB value is (240,209,229). Sum of RGB (Red+Green+Blue) = 240+209+229=678 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.40% from 678); Green value is 209 (82.03% from 255 or 30.83% from 678); Blue value is 229 (89.84% from 255 or 33.78% from 678); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D1E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D1E5 is #0F2E1A. Grayscale: #DCDCDC. Windows color (decimal): -994843 or 15061488. OLE color: 15061488.
HSL color Cylindrical-coordinate representation of color #F0D1E5: hue angle of 321.29º 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 #F0D1E5 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 209 | 229 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.06 |
| HSL | 321.29º | 0.51% | 0.88% | - |
| HSV(B) | 321.29º | 0.13% | 0.94% | - |
| XYZ | 72.88 | 69.78 | 83.76 | - |
| YUV | 220.55 | 132.77 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 209 | 229 | 0 | 0.13 | 0.05 | 0.06 | 321.29 | 0.51 | 0.88 |
| Hex | F0 | D1 | E5 | 0 | D | 5 | 6 | 141 | 33 | 58 |
| Octal | 360 | 321 | 345 | 0 | 15 | 5 | 6 | 501 | 63 | 130 |
| Binary | 11110000 | 11010001 | 11100101 | 0 | 1101 | 101 | 110 | 101000001 | 110011 | 1011000 |
Color Harmonies of #F0D1E5
Complementary color
Monochromatic Colors of #F0D1E5
Black with #F0D1E5
Text Example
Text Example
White with #F0D1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D1E5; }
p { color: rgb(240,209,229); }
H1.HeaderClassName
{
color: #F0D1E5;
}
.AnyTagClassName
{
color: #F0D1E5;
}
</style>
background-color css
<style>
a { background-color: #F0D1E5; }
a { background-color: rgb(240,209,229); }
div.DivClassName
{
background-color: #F0D1E5;
}
.BgClassName
{
background-color: #F0D1E5;
}
</style>
border-color css
<style>
span { border-color: #F0D1E5; }
span { border-color: rgb(240,209,229); }
td.TdClassName
{
border-color: #F0D1E5;
}
.TagClassName
{
border-color: #F0D1E5;
}
</style>