Shades of Classic Rose #F0D2E3
Tints of Classic Rose #F0D2E3
RGB
CMYK
RGB Variations
Color information
#F0D2E3 (or 0xF0D2E3) is known color: Classic Rose. HEX triplet: F0, D2 and E3. RGB value is (240,210,227). Sum of RGB (Red+Green+Blue) = 240+210+227=677 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.45% from 677); Green value is 210 (82.42% from 255 or 31.02% from 677); Blue value is 227 (89.06% from 255 or 33.53% from 677); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D2E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D2E3 is #0F2D1C. Grayscale: #DCDCDC. Windows color (decimal): -994589 or 14930672. OLE color: 14930672.
HSL color Cylindrical-coordinate representation of color #F0D2E3: hue angle of 326º degrees, saturation: 0.5, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F0D2E3 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 227 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.06 |
| HSL | 326º | 0.5% | 0.88% | - |
| HSV(B) | 326º | 0.13% | 0.94% | - |
| XYZ | 72.85 | 70.16 | 82.38 | - |
| YUV | 220.91 | 131.44 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 227 | 0 | 0.12 | 0.05 | 0.06 | 326 | 0.5 | 0.88 |
| Hex | F0 | D2 | E3 | 0 | C | 5 | 6 | 146 | 32 | 58 |
| Octal | 360 | 322 | 343 | 0 | 14 | 5 | 6 | 506 | 62 | 130 |
| Binary | 11110000 | 11010010 | 11100011 | 0 | 1100 | 101 | 110 | 101000110 | 110010 | 1011000 |
Color Harmonies of #F0D2E3
Complementary color
Monochromatic Colors of #F0D2E3
Black with #F0D2E3
Text Example
Text Example
White with #F0D2E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D2E3; }
p { color: rgb(240,210,227); }
H1.HeaderClassName
{
color: #F0D2E3;
}
.AnyTagClassName
{
color: #F0D2E3;
}
</style>
background-color css
<style>
a { background-color: #F0D2E3; }
a { background-color: rgb(240,210,227); }
div.DivClassName
{
background-color: #F0D2E3;
}
.BgClassName
{
background-color: #F0D2E3;
}
</style>
border-color css
<style>
span { border-color: #F0D2E3; }
span { border-color: rgb(240,210,227); }
td.TdClassName
{
border-color: #F0D2E3;
}
.TagClassName
{
border-color: #F0D2E3;
}
</style>