Shades of Classic Rose #F2D0DD
Tints of Classic Rose #F2D0DD
RGB
CMYK
RGB Variations
Color information
#F2D0DD (or 0xF2D0DD) is known color: Classic Rose. HEX triplet: F2, D0 and DD. RGB value is (242,208,221). Sum of RGB (Red+Green+Blue) = 242+208+221=671 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.07% from 671); Green value is 208 (81.64% from 255 or 31.00% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D0DD is #0D2F22. Grayscale: #DBDBDB. Windows color (decimal): -864035 or 14536946. OLE color: 14536946.
HSL color Cylindrical-coordinate representation of color #F2D0DD: hue angle of 337.06º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F2D0DD is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 208 | 221 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.05 |
| HSL | 337.06º | 0.57% | 0.88% | - |
| HSV(B) | 337.06º | 0.14% | 0.95% | - |
| XYZ | 72.22 | 69.21 | 77.96 | - |
| YUV | 219.65 | 128.76 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 208 | 221 | 0 | 0.14 | 0.09 | 0.05 | 337.06 | 0.57 | 0.88 |
| Hex | F2 | D0 | DD | 0 | E | 9 | 5 | 151 | 39 | 58 |
| Octal | 362 | 320 | 335 | 0 | 16 | 11 | 5 | 521 | 71 | 130 |
| Binary | 11110010 | 11010000 | 11011101 | 0 | 1110 | 1001 | 101 | 101010001 | 111001 | 1011000 |
Color Harmonies of #F2D0DD
Complementary color
Monochromatic Colors of #F2D0DD
Black with #F2D0DD
Text Example
Text Example
White with #F2D0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D0DD; }
p { color: rgb(242,208,221); }
H1.HeaderClassName
{
color: #F2D0DD;
}
.AnyTagClassName
{
color: #F2D0DD;
}
</style>
background-color css
<style>
a { background-color: #F2D0DD; }
a { background-color: rgb(242,208,221); }
div.DivClassName
{
background-color: #F2D0DD;
}
.BgClassName
{
background-color: #F2D0DD;
}
</style>
border-color css
<style>
span { border-color: #F2D0DD; }
span { border-color: rgb(242,208,221); }
td.TdClassName
{
border-color: #F2D0DD;
}
.TagClassName
{
border-color: #F2D0DD;
}
</style>