Shades of Classic Rose #F0D3E5
Tints of Classic Rose #F0D3E5
RGB
CMYK
RGB Variations
Color information
#F0D3E5 (or 0xF0D3E5) is known color: Classic Rose. HEX triplet: F0, D3 and E5. RGB value is (240,211,229). Sum of RGB (Red+Green+Blue) = 240+211+229=680 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.29% from 680); Green value is 211 (82.81% from 255 or 31.03% from 680); Blue value is 229 (89.84% from 255 or 33.68% from 680); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D3E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D3E5 is #0F2C1A. Grayscale: #DDDDDD. Windows color (decimal): -994331 or 15062000. OLE color: 15062000.
HSL color Cylindrical-coordinate representation of color #F0D3E5: hue angle of 322.76º degrees, saturation: 0.49, 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 #F0D3E5 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 211 | 229 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.06 |
| HSL | 322.76º | 0.49% | 0.88% | - |
| HSV(B) | 322.76º | 0.12% | 0.94% | - |
| XYZ | 73.37 | 70.77 | 83.92 | - |
| YUV | 221.72 | 132.11 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 211 | 229 | 0 | 0.12 | 0.05 | 0.06 | 322.76 | 0.49 | 0.88 |
| Hex | F0 | D3 | E5 | 0 | C | 5 | 6 | 143 | 31 | 58 |
| Octal | 360 | 323 | 345 | 0 | 14 | 5 | 6 | 503 | 61 | 130 |
| Binary | 11110000 | 11010011 | 11100101 | 0 | 1100 | 101 | 110 | 101000011 | 110001 | 1011000 |
Color Harmonies of #F0D3E5
Complementary color
Monochromatic Colors of #F0D3E5
Black with #F0D3E5
Text Example
Text Example
White with #F0D3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D3E5; }
p { color: rgb(240,211,229); }
H1.HeaderClassName
{
color: #F0D3E5;
}
.AnyTagClassName
{
color: #F0D3E5;
}
</style>
background-color css
<style>
a { background-color: #F0D3E5; }
a { background-color: rgb(240,211,229); }
div.DivClassName
{
background-color: #F0D3E5;
}
.BgClassName
{
background-color: #F0D3E5;
}
</style>
border-color css
<style>
span { border-color: #F0D3E5; }
span { border-color: rgb(240,211,229); }
td.TdClassName
{
border-color: #F0D3E5;
}
.TagClassName
{
border-color: #F0D3E5;
}
</style>