Shades of Classic Rose #F0D2E5
Tints of Classic Rose #F0D2E5
RGB
CMYK
RGB Variations
Color information
#F0D2E5 (or 0xF0D2E5) is known color: Classic Rose. HEX triplet: F0, D2 and E5. RGB value is (240,210,229). Sum of RGB (Red+Green+Blue) = 240+210+229=679 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.35% from 679); Green value is 210 (82.42% from 255 or 30.93% from 679); Blue value is 229 (89.84% from 255 or 33.73% from 679); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D2E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D2E5 is #0F2D1A. Grayscale: #DDDDDD. Windows color (decimal): -994587 or 15061744. OLE color: 15061744.
HSL color Cylindrical-coordinate representation of color #F0D2E5: hue angle of 322º degrees, saturation: 0.5, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F0D2E5 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 229 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.06 |
| HSL | 322º | 0.5% | 0.88% | - |
| HSV(B) | 322º | 0.13% | 0.94% | - |
| XYZ | 73.12 | 70.28 | 83.84 | - |
| YUV | 221.14 | 132.44 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 229 | 0 | 0.12 | 0.05 | 0.06 | 322 | 0.5 | 0.88 |
| Hex | F0 | D2 | E5 | 0 | C | 5 | 6 | 142 | 32 | 58 |
| Octal | 360 | 322 | 345 | 0 | 14 | 5 | 6 | 502 | 62 | 130 |
| Binary | 11110000 | 11010010 | 11100101 | 0 | 1100 | 101 | 110 | 101000010 | 110010 | 1011000 |
Color Harmonies of #F0D2E5
Complementary color
Monochromatic Colors of #F0D2E5
Black with #F0D2E5
Text Example
Text Example
White with #F0D2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D2E5; }
p { color: rgb(240,210,229); }
H1.HeaderClassName
{
color: #F0D2E5;
}
.AnyTagClassName
{
color: #F0D2E5;
}
</style>
background-color css
<style>
a { background-color: #F0D2E5; }
a { background-color: rgb(240,210,229); }
div.DivClassName
{
background-color: #F0D2E5;
}
.BgClassName
{
background-color: #F0D2E5;
}
</style>
border-color css
<style>
span { border-color: #F0D2E5; }
span { border-color: rgb(240,210,229); }
td.TdClassName
{
border-color: #F0D2E5;
}
.TagClassName
{
border-color: #F0D2E5;
}
</style>