Shades of Classic Rose #F5D2E1
Tints of Classic Rose #F5D2E1
RGB
CMYK
RGB Variations
Color information
#F5D2E1 (or 0xF5D2E1) is known color: Classic Rose. HEX triplet: F5, D2 and E1. RGB value is (245,210,225). Sum of RGB (Red+Green+Blue) = 245+210+225=680 (90% of max value = 765). Red value is 245 (96.09% from 255 or 36.03% from 680); Green value is 210 (82.42% from 255 or 30.88% from 680); Blue value is 225 (88.28% from 255 or 33.09% from 680); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D2E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D2E1 is #0A2D1E. Grayscale: #DEDEDE. Windows color (decimal): -666911 or 14799605. OLE color: 14799605.
HSL color Cylindrical-coordinate representation of color #F5D2E1: hue angle of 334.29º degrees, saturation: 0.64, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F5D2E1 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 210 | 225 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.04 |
| HSL | 334.29º | 0.64% | 0.89% | - |
| HSV(B) | 334.29º | 0.14% | 0.96% | - |
| XYZ | 74.29 | 70.94 | 81.01 | - |
| YUV | 222.18 | 129.6 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 210 | 225 | 0 | 0.14 | 0.08 | 0.04 | 334.29 | 0.64 | 0.89 |
| Hex | F5 | D2 | E1 | 0 | E | 8 | 4 | 14E | 40 | 59 |
| Octal | 365 | 322 | 341 | 0 | 16 | 10 | 4 | 516 | 100 | 131 |
| Binary | 11110101 | 11010010 | 11100001 | 0 | 1110 | 1000 | 100 | 101001110 | 1000000 | 1011001 |
Color Harmonies of #F5D2E1
Complementary color
Monochromatic Colors of #F5D2E1
Black with #F5D2E1
Text Example
Text Example
White with #F5D2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D2E1; }
p { color: rgb(245,210,225); }
H1.HeaderClassName
{
color: #F5D2E1;
}
.AnyTagClassName
{
color: #F5D2E1;
}
</style>
background-color css
<style>
a { background-color: #F5D2E1; }
a { background-color: rgb(245,210,225); }
div.DivClassName
{
background-color: #F5D2E1;
}
.BgClassName
{
background-color: #F5D2E1;
}
</style>
border-color css
<style>
span { border-color: #F5D2E1; }
span { border-color: rgb(245,210,225); }
td.TdClassName
{
border-color: #F5D2E1;
}
.TagClassName
{
border-color: #F5D2E1;
}
</style>