Shades of Classic Rose #F2D1DD
Tints of Classic Rose #F2D1DD
RGB
CMYK
RGB Variations
Color information
#F2D1DD (or 0xF2D1DD) is known color: Classic Rose. HEX triplet: F2, D1 and DD. RGB value is (242,209,221). Sum of RGB (Red+Green+Blue) = 242+209+221=672 (89% of max value = 765). Red value is 242 (94.92% from 255 or 36.01% from 672); Green value is 209 (82.03% from 255 or 31.10% from 672); Blue value is 221 (86.72% from 255 or 32.89% from 672); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D1DD is #0D2E22. Grayscale: #DCDCDC. Windows color (decimal): -863779 or 14537202. OLE color: 14537202.
HSL color Cylindrical-coordinate representation of color #F2D1DD: hue angle of 338.18º degrees, saturation: 0.56, 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 #F2D1DD is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 209 | 221 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.05 |
| HSL | 338.18º | 0.56% | 0.88% | - |
| HSV(B) | 338.18º | 0.14% | 0.95% | - |
| XYZ | 72.47 | 69.7 | 78.04 | - |
| YUV | 220.24 | 128.43 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 209 | 221 | 0 | 0.14 | 0.09 | 0.05 | 338.18 | 0.56 | 0.88 |
| Hex | F2 | D1 | DD | 0 | E | 9 | 5 | 152 | 38 | 58 |
| Octal | 362 | 321 | 335 | 0 | 16 | 11 | 5 | 522 | 70 | 130 |
| Binary | 11110010 | 11010001 | 11011101 | 0 | 1110 | 1001 | 101 | 101010010 | 111000 | 1011000 |
Color Harmonies of #F2D1DD
Complementary color
Monochromatic Colors of #F2D1DD
Black with #F2D1DD
Text Example
Text Example
White with #F2D1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D1DD; }
p { color: rgb(242,209,221); }
H1.HeaderClassName
{
color: #F2D1DD;
}
.AnyTagClassName
{
color: #F2D1DD;
}
</style>
background-color css
<style>
a { background-color: #F2D1DD; }
a { background-color: rgb(242,209,221); }
div.DivClassName
{
background-color: #F2D1DD;
}
.BgClassName
{
background-color: #F2D1DD;
}
</style>
border-color css
<style>
span { border-color: #F2D1DD; }
span { border-color: rgb(242,209,221); }
td.TdClassName
{
border-color: #F2D1DD;
}
.TagClassName
{
border-color: #F2D1DD;
}
</style>