Shades of Classic Rose #F2D2E3
Tints of Classic Rose #F2D2E3
RGB
CMYK
RGB Variations
Color information
#F2D2E3 (or 0xF2D2E3) is known color: Classic Rose. HEX triplet: F2, D2 and E3. RGB value is (242,210,227). Sum of RGB (Red+Green+Blue) = 242+210+227=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 210 (82.42% from 255 or 30.93% from 679); Blue value is 227 (89.06% from 255 or 33.43% from 679); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D2E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D2E3 is #0D2D1C. Grayscale: #DDDDDD. Windows color (decimal): -863517 or 14930674. OLE color: 14930674.
HSL color Cylindrical-coordinate representation of color #F2D2E3: hue angle of 328.12º 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 #F2D2E3 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 210 | 227 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.05 |
| HSL | 328.13º | 0.55% | 0.89% | - |
| HSV(B) | 328.13º | 0.13% | 0.95% | - |
| XYZ | 73.53 | 70.52 | 82.41 | - |
| YUV | 221.51 | 131.1 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 210 | 227 | 0 | 0.13 | 0.06 | 0.05 | 328.13 | 0.55 | 0.89 |
| Hex | F2 | D2 | E3 | 0 | D | 6 | 5 | 148 | 37 | 59 |
| Octal | 362 | 322 | 343 | 0 | 15 | 6 | 5 | 510 | 67 | 131 |
| Binary | 11110010 | 11010010 | 11100011 | 0 | 1101 | 110 | 101 | 101001000 | 110111 | 1011001 |
Color Harmonies of #F2D2E3
Complementary color
Monochromatic Colors of #F2D2E3
Black with #F2D2E3
Text Example
Text Example
White with #F2D2E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D2E3; }
p { color: rgb(242,210,227); }
H1.HeaderClassName
{
color: #F2D2E3;
}
.AnyTagClassName
{
color: #F2D2E3;
}
</style>
background-color css
<style>
a { background-color: #F2D2E3; }
a { background-color: rgb(242,210,227); }
div.DivClassName
{
background-color: #F2D2E3;
}
.BgClassName
{
background-color: #F2D2E3;
}
</style>
border-color css
<style>
span { border-color: #F2D2E3; }
span { border-color: rgb(242,210,227); }
td.TdClassName
{
border-color: #F2D2E3;
}
.TagClassName
{
border-color: #F2D2E3;
}
</style>