Shades of Classic Rose #F2D3E8
Tints of Classic Rose #F2D3E8
RGB
CMYK
RGB Variations
Color information
#F2D3E8 (or 0xF2D3E8) is known color: Classic Rose. HEX triplet: F2, D3 and E8. RGB value is (242,211,232). Sum of RGB (Red+Green+Blue) = 242+211+232=685 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.33% from 685); Green value is 211 (82.81% from 255 or 30.80% from 685); Blue value is 232 (91.02% from 255 or 33.87% from 685); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D3E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D3E8 is #0D2C17. Grayscale: #DEDEDE. Windows color (decimal): -863256 or 15258610. OLE color: 15258610.
HSL color Cylindrical-coordinate representation of color #F2D3E8: hue angle of 319.35º degrees, saturation: 0.54, 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 #F2D3E8 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 211 | 232 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.05 |
| HSL | 319.35º | 0.54% | 0.89% | - |
| HSV(B) | 319.35º | 0.13% | 0.95% | - |
| XYZ | 74.48 | 71.29 | 86.18 | - |
| YUV | 222.66 | 133.27 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 211 | 232 | 0 | 0.13 | 0.04 | 0.05 | 319.35 | 0.54 | 0.89 |
| Hex | F2 | D3 | E8 | 0 | D | 4 | 5 | 13F | 36 | 59 |
| Octal | 362 | 323 | 350 | 0 | 15 | 4 | 5 | 477 | 66 | 131 |
| Binary | 11110010 | 11010011 | 11101000 | 0 | 1101 | 100 | 101 | 100111111 | 110110 | 1011001 |
Color Harmonies of #F2D3E8
Complementary color
Monochromatic Colors of #F2D3E8
Black with #F2D3E8
Text Example
Text Example
White with #F2D3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D3E8; }
p { color: rgb(242,211,232); }
H1.HeaderClassName
{
color: #F2D3E8;
}
.AnyTagClassName
{
color: #F2D3E8;
}
</style>
background-color css
<style>
a { background-color: #F2D3E8; }
a { background-color: rgb(242,211,232); }
div.DivClassName
{
background-color: #F2D3E8;
}
.BgClassName
{
background-color: #F2D3E8;
}
</style>
border-color css
<style>
span { border-color: #F2D3E8; }
span { border-color: rgb(242,211,232); }
td.TdClassName
{
border-color: #F2D3E8;
}
.TagClassName
{
border-color: #F2D3E8;
}
</style>