Shades of Classic Rose #F5D1EA
Tints of Classic Rose #F5D1EA
RGB
CMYK
RGB Variations
Color information
#F5D1EA (or 0xF5D1EA) is known color: Classic Rose. HEX triplet: F5, D1 and EA. RGB value is (245,209,234). Sum of RGB (Red+Green+Blue) = 245+209+234=688 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.61% from 688); Green value is 209 (82.03% from 255 or 30.38% from 688); Blue value is 234 (91.80% from 255 or 34.01% from 688); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D1EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D1EA is #0A2E15. Grayscale: #DEDEDE. Windows color (decimal): -667158 or 15389173. OLE color: 15389173.
HSL color Cylindrical-coordinate representation of color #F5D1EA: hue angle of 318.33º degrees, saturation: 0.64, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F5D1EA is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 209 | 234 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.04 |
| HSL | 318.33º | 0.64% | 0.89% | - |
| HSV(B) | 318.33º | 0.15% | 0.96% | - |
| XYZ | 75.31 | 70.95 | 87.57 | - |
| YUV | 222.61 | 134.43 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 209 | 234 | 0 | 0.15 | 0.04 | 0.04 | 318.33 | 0.64 | 0.89 |
| Hex | F5 | D1 | EA | 0 | F | 4 | 4 | 13E | 40 | 59 |
| Octal | 365 | 321 | 352 | 0 | 17 | 4 | 4 | 476 | 100 | 131 |
| Binary | 11110101 | 11010001 | 11101010 | 0 | 1111 | 100 | 100 | 100111110 | 1000000 | 1011001 |
Color Harmonies of #F5D1EA
Complementary color
Monochromatic Colors of #F5D1EA
Black with #F5D1EA
Text Example
Text Example
White with #F5D1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D1EA; }
p { color: rgb(245,209,234); }
H1.HeaderClassName
{
color: #F5D1EA;
}
.AnyTagClassName
{
color: #F5D1EA;
}
</style>
background-color css
<style>
a { background-color: #F5D1EA; }
a { background-color: rgb(245,209,234); }
div.DivClassName
{
background-color: #F5D1EA;
}
.BgClassName
{
background-color: #F5D1EA;
}
</style>
border-color css
<style>
span { border-color: #F5D1EA; }
span { border-color: rgb(245,209,234); }
td.TdClassName
{
border-color: #F5D1EA;
}
.TagClassName
{
border-color: #F5D1EA;
}
</style>