Shades of Classic Rose #F5D2EA
Tints of Classic Rose #F5D2EA
RGB
CMYK
RGB Variations
Color information
#F5D2EA (or 0xF5D2EA) is known color: Classic Rose. HEX triplet: F5, D2 and EA. RGB value is (245,210,234). Sum of RGB (Red+Green+Blue) = 245+210+234=689 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.56% from 689); Green value is 210 (82.42% from 255 or 30.48% from 689); Blue value is 234 (91.80% from 255 or 33.96% from 689); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D2EA is #0A2D15. Grayscale: #DFDFDF. Windows color (decimal): -666902 or 15389429. OLE color: 15389429.
HSL color Cylindrical-coordinate representation of color #F5D2EA: hue angle of 318.86º 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 #F5D2EA is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 210 | 234 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.04 |
| HSL | 318.86º | 0.64% | 0.89% | - |
| HSV(B) | 318.86º | 0.14% | 0.96% | - |
| XYZ | 75.55 | 71.45 | 87.65 | - |
| YUV | 223.2 | 134.1 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 210 | 234 | 0 | 0.14 | 0.04 | 0.04 | 318.86 | 0.64 | 0.89 |
| Hex | F5 | D2 | EA | 0 | E | 4 | 4 | 13F | 40 | 59 |
| Octal | 365 | 322 | 352 | 0 | 16 | 4 | 4 | 477 | 100 | 131 |
| Binary | 11110101 | 11010010 | 11101010 | 0 | 1110 | 100 | 100 | 100111111 | 1000000 | 1011001 |
Color Harmonies of #F5D2EA
Complementary color
Monochromatic Colors of #F5D2EA
Black with #F5D2EA
Text Example
Text Example
White with #F5D2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D2EA; }
p { color: rgb(245,210,234); }
H1.HeaderClassName
{
color: #F5D2EA;
}
.AnyTagClassName
{
color: #F5D2EA;
}
</style>
background-color css
<style>
a { background-color: #F5D2EA; }
a { background-color: rgb(245,210,234); }
div.DivClassName
{
background-color: #F5D2EA;
}
.BgClassName
{
background-color: #F5D2EA;
}
</style>
border-color css
<style>
span { border-color: #F5D2EA; }
span { border-color: rgb(245,210,234); }
td.TdClassName
{
border-color: #F5D2EA;
}
.TagClassName
{
border-color: #F5D2EA;
}
</style>