Shades of Classic Rose #F5C0D9
Tints of Classic Rose #F5C0D9
RGB
CMYK
RGB Variations
Color information
#F5C0D9 (or 0xF5C0D9) is known color: Classic Rose. HEX triplet: F5, C0 and D9. RGB value is (245,192,217). Sum of RGB (Red+Green+Blue) = 245+192+217=654 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.46% from 654); Green value is 192 (75.39% from 255 or 29.36% from 654); Blue value is 217 (85.16% from 255 or 33.18% from 654); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C0D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C0D9 is #0A3F26. Grayscale: #D2D2D2. Windows color (decimal): -671527 or 14270709. OLE color: 14270709.
HSL color Cylindrical-coordinate representation of color #F5C0D9: hue angle of 331.7º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5C0D9 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 192 | 217 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.04 |
| HSL | 331.7º | 0.73% | 0.86% | - |
| HSV(B) | 331.7º | 0.22% | 0.96% | - |
| XYZ | 69.03 | 62.12 | 74 | - |
| YUV | 210.7 | 131.56 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 192 | 217 | 0 | 0.22 | 0.11 | 0.04 | 331.7 | 0.73 | 0.86 |
| Hex | F5 | C0 | D9 | 0 | 16 | B | 4 | 14C | 49 | 56 |
| Octal | 365 | 300 | 331 | 0 | 26 | 13 | 4 | 514 | 111 | 126 |
| Binary | 11110101 | 11000000 | 11011001 | 0 | 10110 | 1011 | 100 | 101001100 | 1001001 | 1010110 |
Color Harmonies of #F5C0D9
Complementary color
Monochromatic Colors of #F5C0D9
Black with #F5C0D9
Text Example
Text Example
White with #F5C0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C0D9; }
p { color: rgb(245,192,217); }
H1.HeaderClassName
{
color: #F5C0D9;
}
.AnyTagClassName
{
color: #F5C0D9;
}
</style>
background-color css
<style>
a { background-color: #F5C0D9; }
a { background-color: rgb(245,192,217); }
div.DivClassName
{
background-color: #F5C0D9;
}
.BgClassName
{
background-color: #F5C0D9;
}
</style>
border-color css
<style>
span { border-color: #F5C0D9; }
span { border-color: rgb(245,192,217); }
td.TdClassName
{
border-color: #F5C0D9;
}
.TagClassName
{
border-color: #F5C0D9;
}
</style>