Shades of Classic Rose #F5C7D9
Tints of Classic Rose #F5C7D9
RGB
CMYK
RGB Variations
Color information
#F5C7D9 (or 0xF5C7D9) is known color: Classic Rose. HEX triplet: F5, C7 and D9. RGB value is (245,199,217). Sum of RGB (Red+Green+Blue) = 245+199+217=661 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.07% from 661); Green value is 199 (78.12% from 255 or 30.11% from 661); Blue value is 217 (85.16% from 255 or 32.83% from 661); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C7D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C7D9 is #0A3826. Grayscale: #D6D6D6. Windows color (decimal): -669735 or 14272501. OLE color: 14272501.
HSL color Cylindrical-coordinate representation of color #F5C7D9: hue angle of 336.52º degrees, saturation: 0.7, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F5C7D9 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 199 | 217 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.04 |
| HSL | 336.52º | 0.7% | 0.87% | - |
| HSV(B) | 336.52º | 0.19% | 0.96% | - |
| XYZ | 70.6 | 65.27 | 74.52 | - |
| YUV | 214.81 | 129.24 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 199 | 217 | 0 | 0.19 | 0.11 | 0.04 | 336.52 | 0.7 | 0.87 |
| Hex | F5 | C7 | D9 | 0 | 13 | B | 4 | 151 | 46 | 57 |
| Octal | 365 | 307 | 331 | 0 | 23 | 13 | 4 | 521 | 106 | 127 |
| Binary | 11110101 | 11000111 | 11011001 | 0 | 10011 | 1011 | 100 | 101010001 | 1000110 | 1010111 |
Color Harmonies of #F5C7D9
Complementary color
Monochromatic Colors of #F5C7D9
Black with #F5C7D9
Text Example
Text Example
White with #F5C7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C7D9; }
p { color: rgb(245,199,217); }
H1.HeaderClassName
{
color: #F5C7D9;
}
.AnyTagClassName
{
color: #F5C7D9;
}
</style>
background-color css
<style>
a { background-color: #F5C7D9; }
a { background-color: rgb(245,199,217); }
div.DivClassName
{
background-color: #F5C7D9;
}
.BgClassName
{
background-color: #F5C7D9;
}
</style>
border-color css
<style>
span { border-color: #F5C7D9; }
span { border-color: rgb(245,199,217); }
td.TdClassName
{
border-color: #F5C7D9;
}
.TagClassName
{
border-color: #F5C7D9;
}
</style>