Shades of Classic Rose #F5D2E2
Tints of Classic Rose #F5D2E2
RGB
CMYK
RGB Variations
Color information
#F5D2E2 (or 0xF5D2E2) is known color: Classic Rose. HEX triplet: F5, D2 and E2. RGB value is (245,210,226). Sum of RGB (Red+Green+Blue) = 245+210+226=681 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.98% from 681); Green value is 210 (82.42% from 255 or 30.84% from 681); Blue value is 226 (88.67% from 255 or 33.19% from 681); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D2E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D2E2 is #0A2D1D. Grayscale: #DEDEDE. Windows color (decimal): -666910 or 14865141. OLE color: 14865141.
HSL color Cylindrical-coordinate representation of color #F5D2E2: hue angle of 332.57º degrees, saturation: 0.64, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F5D2E2 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 210 | 226 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.04 |
| HSL | 332.57º | 0.64% | 0.89% | - |
| HSV(B) | 332.57º | 0.14% | 0.96% | - |
| XYZ | 74.43 | 71 | 81.73 | - |
| YUV | 222.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 210 | 226 | 0 | 0.14 | 0.08 | 0.04 | 332.57 | 0.64 | 0.89 |
| Hex | F5 | D2 | E2 | 0 | E | 8 | 4 | 14D | 40 | 59 |
| Octal | 365 | 322 | 342 | 0 | 16 | 10 | 4 | 515 | 100 | 131 |
| Binary | 11110101 | 11010010 | 11100010 | 0 | 1110 | 1000 | 100 | 101001101 | 1000000 | 1011001 |
Color Harmonies of #F5D2E2
Complementary color
Monochromatic Colors of #F5D2E2
Black with #F5D2E2
Text Example
Text Example
White with #F5D2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D2E2; }
p { color: rgb(245,210,226); }
H1.HeaderClassName
{
color: #F5D2E2;
}
.AnyTagClassName
{
color: #F5D2E2;
}
</style>
background-color css
<style>
a { background-color: #F5D2E2; }
a { background-color: rgb(245,210,226); }
div.DivClassName
{
background-color: #F5D2E2;
}
.BgClassName
{
background-color: #F5D2E2;
}
</style>
border-color css
<style>
span { border-color: #F5D2E2; }
span { border-color: rgb(245,210,226); }
td.TdClassName
{
border-color: #F5D2E2;
}
.TagClassName
{
border-color: #F5D2E2;
}
</style>