Shades of Classic Rose #F5D5EA
Tints of Classic Rose #F5D5EA
RGB
CMYK
RGB Variations
Color information
#F5D5EA (or 0xF5D5EA) is known color: Classic Rose. HEX triplet: F5, D5 and EA. RGB value is (245,213,234). Sum of RGB (Red+Green+Blue) = 245+213+234=692 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.40% from 692); Green value is 213 (83.59% from 255 or 30.78% from 692); Blue value is 234 (91.80% from 255 or 33.82% from 692); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D5EA is #0A2A15. Grayscale: #E0E0E0. Windows color (decimal): -666134 or 15390197. OLE color: 15390197.
HSL color Cylindrical-coordinate representation of color #F5D5EA: hue angle of 320.62º degrees, saturation: 0.62, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F5D5EA is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 213 | 234 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.04 |
| HSL | 320.63º | 0.62% | 0.9% | - |
| HSV(B) | 320.63º | 0.13% | 0.96% | - |
| XYZ | 76.3 | 72.94 | 87.9 | - |
| YUV | 224.96 | 133.1 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 213 | 234 | 0 | 0.13 | 0.04 | 0.04 | 320.63 | 0.62 | 0.9 |
| Hex | F5 | D5 | EA | 0 | D | 4 | 4 | 141 | 3E | 5A |
| Octal | 365 | 325 | 352 | 0 | 15 | 4 | 4 | 501 | 76 | 132 |
| Binary | 11110101 | 11010101 | 11101010 | 0 | 1101 | 100 | 100 | 101000001 | 111110 | 1011010 |
Color Harmonies of #F5D5EA
Complementary color
Monochromatic Colors of #F5D5EA
Black with #F5D5EA
Text Example
Text Example
White with #F5D5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D5EA; }
p { color: rgb(245,213,234); }
H1.HeaderClassName
{
color: #F5D5EA;
}
.AnyTagClassName
{
color: #F5D5EA;
}
</style>
background-color css
<style>
a { background-color: #F5D5EA; }
a { background-color: rgb(245,213,234); }
div.DivClassName
{
background-color: #F5D5EA;
}
.BgClassName
{
background-color: #F5D5EA;
}
</style>
border-color css
<style>
span { border-color: #F5D5EA; }
span { border-color: rgb(245,213,234); }
td.TdClassName
{
border-color: #F5D5EA;
}
.TagClassName
{
border-color: #F5D5EA;
}
</style>