Shades of Classic Rose #F5D1E9
Tints of Classic Rose #F5D1E9
RGB
CMYK
RGB Variations
Color information
#F5D1E9 (or 0xF5D1E9) is known color: Classic Rose. HEX triplet: F5, D1 and E9. RGB value is (245,209,233). Sum of RGB (Red+Green+Blue) = 245+209+233=687 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.66% from 687); Green value is 209 (82.03% from 255 or 30.42% from 687); Blue value is 233 (91.41% from 255 or 33.92% from 687); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D1E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D1E9 is #0A2E16. Grayscale: #DEDEDE. Windows color (decimal): -667159 or 15323637. OLE color: 15323637.
HSL color Cylindrical-coordinate representation of color #F5D1E9: hue angle of 320º 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 #F5D1E9 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 209 | 233 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.04 |
| HSL | 320º | 0.64% | 0.89% | - |
| HSV(B) | 320º | 0.15% | 0.96% | - |
| XYZ | 75.16 | 70.9 | 86.81 | - |
| YUV | 222.5 | 133.93 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 209 | 233 | 0 | 0.15 | 0.05 | 0.04 | 320 | 0.64 | 0.89 |
| Hex | F5 | D1 | E9 | 0 | F | 5 | 4 | 140 | 40 | 59 |
| Octal | 365 | 321 | 351 | 0 | 17 | 5 | 4 | 500 | 100 | 131 |
| Binary | 11110101 | 11010001 | 11101001 | 0 | 1111 | 101 | 100 | 101000000 | 1000000 | 1011001 |
Color Harmonies of #F5D1E9
Complementary color
Monochromatic Colors of #F5D1E9
Black with #F5D1E9
Text Example
Text Example
White with #F5D1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D1E9; }
p { color: rgb(245,209,233); }
H1.HeaderClassName
{
color: #F5D1E9;
}
.AnyTagClassName
{
color: #F5D1E9;
}
</style>
background-color css
<style>
a { background-color: #F5D1E9; }
a { background-color: rgb(245,209,233); }
div.DivClassName
{
background-color: #F5D1E9;
}
.BgClassName
{
background-color: #F5D1E9;
}
</style>
border-color css
<style>
span { border-color: #F5D1E9; }
span { border-color: rgb(245,209,233); }
td.TdClassName
{
border-color: #F5D1E9;
}
.TagClassName
{
border-color: #F5D1E9;
}
</style>