Shades of Classic Rose #F2D0E9
Tints of Classic Rose #F2D0E9
RGB
CMYK
RGB Variations
Color information
#F2D0E9 (or 0xF2D0E9) is known color: Classic Rose. HEX triplet: F2, D0 and E9. RGB value is (242,208,233). Sum of RGB (Red+Green+Blue) = 242+208+233=683 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.43% from 683); Green value is 208 (81.64% from 255 or 30.45% from 683); Blue value is 233 (91.41% from 255 or 34.11% from 683); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D0E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D0E9 is #0D2F16. Grayscale: #DCDCDC. Windows color (decimal): -864023 or 15323378. OLE color: 15323378.
HSL color Cylindrical-coordinate representation of color #F2D0E9: hue angle of 315.88º 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 #F2D0E9 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 208 | 233 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.05 |
| HSL | 315.88º | 0.57% | 0.88% | - |
| HSV(B) | 315.88º | 0.14% | 0.95% | - |
| XYZ | 73.88 | 69.87 | 86.68 | - |
| YUV | 221.02 | 134.76 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 208 | 233 | 0 | 0.14 | 0.04 | 0.05 | 315.88 | 0.57 | 0.88 |
| Hex | F2 | D0 | E9 | 0 | E | 4 | 5 | 13C | 39 | 58 |
| Octal | 362 | 320 | 351 | 0 | 16 | 4 | 5 | 474 | 71 | 130 |
| Binary | 11110010 | 11010000 | 11101001 | 0 | 1110 | 100 | 101 | 100111100 | 111001 | 1011000 |
Color Harmonies of #F2D0E9
Complementary color
Monochromatic Colors of #F2D0E9
Black with #F2D0E9
Text Example
Text Example
White with #F2D0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D0E9; }
p { color: rgb(242,208,233); }
H1.HeaderClassName
{
color: #F2D0E9;
}
.AnyTagClassName
{
color: #F2D0E9;
}
</style>
background-color css
<style>
a { background-color: #F2D0E9; }
a { background-color: rgb(242,208,233); }
div.DivClassName
{
background-color: #F2D0E9;
}
.BgClassName
{
background-color: #F2D0E9;
}
</style>
border-color css
<style>
span { border-color: #F2D0E9; }
span { border-color: rgb(242,208,233); }
td.TdClassName
{
border-color: #F2D0E9;
}
.TagClassName
{
border-color: #F2D0E9;
}
</style>