Shades of Classic Rose #F5D2E5
Tints of Classic Rose #F5D2E5
RGB
CMYK
RGB Variations
Color information
#F5D2E5 (or 0xF5D2E5) is known color: Classic Rose. HEX triplet: F5, D2 and E5. RGB value is (245,210,229). Sum of RGB (Red+Green+Blue) = 245+210+229=684 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.82% from 684); Green value is 210 (82.42% from 255 or 30.70% from 684); Blue value is 229 (89.84% from 255 or 33.48% from 684); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D2E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D2E5 is #0A2D1A. Grayscale: #DEDEDE. Windows color (decimal): -666907 or 15061749. OLE color: 15061749.
HSL color Cylindrical-coordinate representation of color #F5D2E5: hue angle of 327.43º 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 #F5D2E5 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 210 | 229 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.04 |
| HSL | 327.43º | 0.64% | 0.89% | - |
| HSV(B) | 327.43º | 0.14% | 0.96% | - |
| XYZ | 74.85 | 71.16 | 83.92 | - |
| YUV | 222.63 | 131.6 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 210 | 229 | 0 | 0.14 | 0.07 | 0.04 | 327.43 | 0.64 | 0.89 |
| Hex | F5 | D2 | E5 | 0 | E | 7 | 4 | 147 | 40 | 59 |
| Octal | 365 | 322 | 345 | 0 | 16 | 7 | 4 | 507 | 100 | 131 |
| Binary | 11110101 | 11010010 | 11100101 | 0 | 1110 | 111 | 100 | 101000111 | 1000000 | 1011001 |
Color Harmonies of #F5D2E5
Complementary color
Monochromatic Colors of #F5D2E5
Black with #F5D2E5
Text Example
Text Example
White with #F5D2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D2E5; }
p { color: rgb(245,210,229); }
H1.HeaderClassName
{
color: #F5D2E5;
}
.AnyTagClassName
{
color: #F5D2E5;
}
</style>
background-color css
<style>
a { background-color: #F5D2E5; }
a { background-color: rgb(245,210,229); }
div.DivClassName
{
background-color: #F5D2E5;
}
.BgClassName
{
background-color: #F5D2E5;
}
</style>
border-color css
<style>
span { border-color: #F5D2E5; }
span { border-color: rgb(245,210,229); }
td.TdClassName
{
border-color: #F5D2E5;
}
.TagClassName
{
border-color: #F5D2E5;
}
</style>