Shades of Classic Rose #F5D2EB
Tints of Classic Rose #F5D2EB
RGB
CMYK
RGB Variations
Color information
#F5D2EB (or 0xF5D2EB) is known color: Classic Rose. HEX triplet: F5, D2 and EB. RGB value is (245,210,235). Sum of RGB (Red+Green+Blue) = 245+210+235=690 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.51% from 690); Green value is 210 (82.42% from 255 or 30.43% from 690); Blue value is 235 (92.19% from 255 or 34.06% from 690); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D2EB is #0A2D14. Grayscale: #DFDFDF. Windows color (decimal): -666901 or 15454965. OLE color: 15454965.
HSL color Cylindrical-coordinate representation of color #F5D2EB: hue angle of 317.14º 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 #F5D2EB is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 210 | 235 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.04 |
| HSL | 317.14º | 0.64% | 0.89% | - |
| HSV(B) | 317.14º | 0.14% | 0.96% | - |
| XYZ | 75.7 | 71.5 | 88.41 | - |
| YUV | 223.32 | 134.6 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 210 | 235 | 0 | 0.14 | 0.04 | 0.04 | 317.14 | 0.64 | 0.89 |
| Hex | F5 | D2 | EB | 0 | E | 4 | 4 | 13D | 40 | 59 |
| Octal | 365 | 322 | 353 | 0 | 16 | 4 | 4 | 475 | 100 | 131 |
| Binary | 11110101 | 11010010 | 11101011 | 0 | 1110 | 100 | 100 | 100111101 | 1000000 | 1011001 |
Color Harmonies of #F5D2EB
Complementary color
Monochromatic Colors of #F5D2EB
Black with #F5D2EB
Text Example
Text Example
White with #F5D2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D2EB; }
p { color: rgb(245,210,235); }
H1.HeaderClassName
{
color: #F5D2EB;
}
.AnyTagClassName
{
color: #F5D2EB;
}
</style>
background-color css
<style>
a { background-color: #F5D2EB; }
a { background-color: rgb(245,210,235); }
div.DivClassName
{
background-color: #F5D2EB;
}
.BgClassName
{
background-color: #F5D2EB;
}
</style>
border-color css
<style>
span { border-color: #F5D2EB; }
span { border-color: rgb(245,210,235); }
td.TdClassName
{
border-color: #F5D2EB;
}
.TagClassName
{
border-color: #F5D2EB;
}
</style>