Shades of Classic Rose #F2D2E0
Tints of Classic Rose #F2D2E0
RGB
CMYK
RGB Variations
Color information
#F2D2E0 (or 0xF2D2E0) is known color: Classic Rose. HEX triplet: F2, D2 and E0. RGB value is (242,210,224). Sum of RGB (Red+Green+Blue) = 242+210+224=676 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.80% from 676); Green value is 210 (82.42% from 255 or 31.07% from 676); Blue value is 224 (87.89% from 255 or 33.14% from 676); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D2E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D2E0 is #0D2D1F. Grayscale: #DDDDDD. Windows color (decimal): -863520 or 14734066. OLE color: 14734066.
HSL color Cylindrical-coordinate representation of color #F2D2E0: hue angle of 333.75º degrees, saturation: 0.55, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F2D2E0 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 210 | 224 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.05 |
| HSL | 333.75º | 0.55% | 0.89% | - |
| HSV(B) | 333.75º | 0.13% | 0.95% | - |
| XYZ | 73.12 | 70.35 | 80.25 | - |
| YUV | 221.16 | 129.6 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 210 | 224 | 0 | 0.13 | 0.07 | 0.05 | 333.75 | 0.55 | 0.89 |
| Hex | F2 | D2 | E0 | 0 | D | 7 | 5 | 14E | 37 | 59 |
| Octal | 362 | 322 | 340 | 0 | 15 | 7 | 5 | 516 | 67 | 131 |
| Binary | 11110010 | 11010010 | 11100000 | 0 | 1101 | 111 | 101 | 101001110 | 110111 | 1011001 |
Color Harmonies of #F2D2E0
Complementary color
Monochromatic Colors of #F2D2E0
Black with #F2D2E0
Text Example
Text Example
White with #F2D2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D2E0; }
p { color: rgb(242,210,224); }
H1.HeaderClassName
{
color: #F2D2E0;
}
.AnyTagClassName
{
color: #F2D2E0;
}
</style>
background-color css
<style>
a { background-color: #F2D2E0; }
a { background-color: rgb(242,210,224); }
div.DivClassName
{
background-color: #F2D2E0;
}
.BgClassName
{
background-color: #F2D2E0;
}
</style>
border-color css
<style>
span { border-color: #F2D2E0; }
span { border-color: rgb(242,210,224); }
td.TdClassName
{
border-color: #F2D2E0;
}
.TagClassName
{
border-color: #F2D2E0;
}
</style>