Shades of Classic Rose #F5D1EB
Tints of Classic Rose #F5D1EB
RGB
CMYK
RGB Variations
Color information
#F5D1EB (or 0xF5D1EB) is known color: Classic Rose. HEX triplet: F5, D1 and EB. RGB value is (245,209,235). Sum of RGB (Red+Green+Blue) = 245+209+235=689 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.56% from 689); Green value is 209 (82.03% from 255 or 30.33% from 689); Blue value is 235 (92.19% from 255 or 34.11% from 689); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D1EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D1EB is #0A2E14. Grayscale: #DEDEDE. Windows color (decimal): -667157 or 15454709. OLE color: 15454709.
HSL color Cylindrical-coordinate representation of color #F5D1EB: hue angle of 316.67º 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 #F5D1EB is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 209 | 235 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.04 |
| HSL | 316.67º | 0.64% | 0.89% | - |
| HSV(B) | 316.67º | 0.15% | 0.96% | - |
| XYZ | 75.45 | 71.01 | 88.33 | - |
| YUV | 222.73 | 134.93 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 209 | 235 | 0 | 0.15 | 0.04 | 0.04 | 316.67 | 0.64 | 0.89 |
| Hex | F5 | D1 | EB | 0 | F | 4 | 4 | 13D | 40 | 59 |
| Octal | 365 | 321 | 353 | 0 | 17 | 4 | 4 | 475 | 100 | 131 |
| Binary | 11110101 | 11010001 | 11101011 | 0 | 1111 | 100 | 100 | 100111101 | 1000000 | 1011001 |
Color Harmonies of #F5D1EB
Complementary color
Monochromatic Colors of #F5D1EB
Black with #F5D1EB
Text Example
Text Example
White with #F5D1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D1EB; }
p { color: rgb(245,209,235); }
H1.HeaderClassName
{
color: #F5D1EB;
}
.AnyTagClassName
{
color: #F5D1EB;
}
</style>
background-color css
<style>
a { background-color: #F5D1EB; }
a { background-color: rgb(245,209,235); }
div.DivClassName
{
background-color: #F5D1EB;
}
.BgClassName
{
background-color: #F5D1EB;
}
</style>
border-color css
<style>
span { border-color: #F5D1EB; }
span { border-color: rgb(245,209,235); }
td.TdClassName
{
border-color: #F5D1EB;
}
.TagClassName
{
border-color: #F5D1EB;
}
</style>