Shades of Classic Rose #F5D1EC
Tints of Classic Rose #F5D1EC
RGB
CMYK
RGB Variations
Color information
#F5D1EC (or 0xF5D1EC) is known color: Classic Rose. HEX triplet: F5, D1 and EC. RGB value is (245,209,236). Sum of RGB (Red+Green+Blue) = 245+209+236=690 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.51% from 690); Green value is 209 (82.03% from 255 or 30.29% from 690); Blue value is 236 (92.58% from 255 or 34.20% from 690); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D1EC is #0A2E13. Grayscale: #DEDEDE. Windows color (decimal): -667156 or 15520245. OLE color: 15520245.
HSL color Cylindrical-coordinate representation of color #F5D1EC: hue angle of 315º 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 #F5D1EC is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 209 | 236 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.04 |
| HSL | 315º | 0.64% | 0.89% | - |
| HSV(B) | 315º | 0.15% | 0.96% | - |
| XYZ | 75.6 | 71.07 | 89.09 | - |
| YUV | 222.84 | 135.43 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 209 | 236 | 0 | 0.15 | 0.04 | 0.04 | 315 | 0.64 | 0.89 |
| Hex | F5 | D1 | EC | 0 | F | 4 | 4 | 13B | 40 | 59 |
| Octal | 365 | 321 | 354 | 0 | 17 | 4 | 4 | 473 | 100 | 131 |
| Binary | 11110101 | 11010001 | 11101100 | 0 | 1111 | 100 | 100 | 100111011 | 1000000 | 1011001 |
Color Harmonies of #F5D1EC
Complementary color
Monochromatic Colors of #F5D1EC
Black with #F5D1EC
Text Example
Text Example
White with #F5D1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D1EC; }
p { color: rgb(245,209,236); }
H1.HeaderClassName
{
color: #F5D1EC;
}
.AnyTagClassName
{
color: #F5D1EC;
}
</style>
background-color css
<style>
a { background-color: #F5D1EC; }
a { background-color: rgb(245,209,236); }
div.DivClassName
{
background-color: #F5D1EC;
}
.BgClassName
{
background-color: #F5D1EC;
}
</style>
border-color css
<style>
span { border-color: #F5D1EC; }
span { border-color: rgb(245,209,236); }
td.TdClassName
{
border-color: #F5D1EC;
}
.TagClassName
{
border-color: #F5D1EC;
}
</style>