Shades of Classic Rose #F5D1E3
Tints of Classic Rose #F5D1E3
RGB
CMYK
RGB Variations
Color information
#F5D1E3 (or 0xF5D1E3) is known color: Classic Rose. HEX triplet: F5, D1 and E3. RGB value is (245,209,227). Sum of RGB (Red+Green+Blue) = 245+209+227=681 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.98% from 681); Green value is 209 (82.03% from 255 or 30.69% from 681); Blue value is 227 (89.06% from 255 or 33.33% from 681); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D1E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D1E3 is #0A2E1C. Grayscale: #DDDDDD. Windows color (decimal): -667165 or 14930421. OLE color: 14930421.
HSL color Cylindrical-coordinate representation of color #F5D1E3: hue angle of 330º 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 #F5D1E3 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 209 | 227 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.04 |
| HSL | 330º | 0.64% | 0.89% | - |
| HSV(B) | 330º | 0.15% | 0.96% | - |
| XYZ | 74.32 | 70.56 | 82.38 | - |
| YUV | 221.82 | 130.93 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 209 | 227 | 0 | 0.15 | 0.07 | 0.04 | 330 | 0.64 | 0.89 |
| Hex | F5 | D1 | E3 | 0 | F | 7 | 4 | 14A | 40 | 59 |
| Octal | 365 | 321 | 343 | 0 | 17 | 7 | 4 | 512 | 100 | 131 |
| Binary | 11110101 | 11010001 | 11100011 | 0 | 1111 | 111 | 100 | 101001010 | 1000000 | 1011001 |
Color Harmonies of #F5D1E3
Complementary color
Monochromatic Colors of #F5D1E3
Black with #F5D1E3
Text Example
Text Example
White with #F5D1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D1E3; }
p { color: rgb(245,209,227); }
H1.HeaderClassName
{
color: #F5D1E3;
}
.AnyTagClassName
{
color: #F5D1E3;
}
</style>
background-color css
<style>
a { background-color: #F5D1E3; }
a { background-color: rgb(245,209,227); }
div.DivClassName
{
background-color: #F5D1E3;
}
.BgClassName
{
background-color: #F5D1E3;
}
</style>
border-color css
<style>
span { border-color: #F5D1E3; }
span { border-color: rgb(245,209,227); }
td.TdClassName
{
border-color: #F5D1E3;
}
.TagClassName
{
border-color: #F5D1E3;
}
</style>