Shades of Classic Rose #F0D2DD
Tints of Classic Rose #F0D2DD
RGB
CMYK
RGB Variations
Color information
#F0D2DD (or 0xF0D2DD) is known color: Classic Rose. HEX triplet: F0, D2 and DD. RGB value is (240,210,221). Sum of RGB (Red+Green+Blue) = 240+210+221=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 210 (82.42% from 255 or 31.30% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D2DD is #0F2D22. Grayscale: #DCDCDC. Windows color (decimal): -994595 or 14537456. OLE color: 14537456.
HSL color Cylindrical-coordinate representation of color #F0D2DD: hue angle of 338º 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 #F0D2DD is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 221 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.06 |
| HSL | 338º | 0.5% | 0.88% | - |
| HSV(B) | 338º | 0.13% | 0.94% | - |
| XYZ | 72.03 | 69.84 | 78.09 | - |
| YUV | 220.22 | 128.44 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 221 | 0 | 0.12 | 0.08 | 0.06 | 338 | 0.5 | 0.88 |
| Hex | F0 | D2 | DD | 0 | C | 8 | 6 | 152 | 32 | 58 |
| Octal | 360 | 322 | 335 | 0 | 14 | 10 | 6 | 522 | 62 | 130 |
| Binary | 11110000 | 11010010 | 11011101 | 0 | 1100 | 1000 | 110 | 101010010 | 110010 | 1011000 |
Color Harmonies of #F0D2DD
Complementary color
Monochromatic Colors of #F0D2DD
Black with #F0D2DD
Text Example
Text Example
White with #F0D2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D2DD; }
p { color: rgb(240,210,221); }
H1.HeaderClassName
{
color: #F0D2DD;
}
.AnyTagClassName
{
color: #F0D2DD;
}
</style>
background-color css
<style>
a { background-color: #F0D2DD; }
a { background-color: rgb(240,210,221); }
div.DivClassName
{
background-color: #F0D2DD;
}
.BgClassName
{
background-color: #F0D2DD;
}
</style>
border-color css
<style>
span { border-color: #F0D2DD; }
span { border-color: rgb(240,210,221); }
td.TdClassName
{
border-color: #F0D2DD;
}
.TagClassName
{
border-color: #F0D2DD;
}
</style>