Shades of Classic Rose #F5C0DA
Tints of Classic Rose #F5C0DA
RGB
CMYK
RGB Variations
Color information
#F5C0DA (or 0xF5C0DA) is known color: Classic Rose. HEX triplet: F5, C0 and DA. RGB value is (245,192,218). Sum of RGB (Red+Green+Blue) = 245+192+218=655 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.40% from 655); Green value is 192 (75.39% from 255 or 29.31% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C0DA is #0A3F25. Grayscale: #D2D2D2. Windows color (decimal): -671526 or 14336245. OLE color: 14336245.
HSL color Cylindrical-coordinate representation of color #F5C0DA: hue angle of 330.57º 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 #F5C0DA is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 192 | 218 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.04 |
| HSL | 330.57º | 0.73% | 0.86% | - |
| HSV(B) | 330.57º | 0.22% | 0.96% | - |
| XYZ | 69.16 | 62.17 | 74.69 | - |
| YUV | 210.81 | 132.06 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 192 | 218 | 0 | 0.22 | 0.11 | 0.04 | 330.57 | 0.73 | 0.86 |
| Hex | F5 | C0 | DA | 0 | 16 | B | 4 | 14B | 49 | 56 |
| Octal | 365 | 300 | 332 | 0 | 26 | 13 | 4 | 513 | 111 | 126 |
| Binary | 11110101 | 11000000 | 11011010 | 0 | 10110 | 1011 | 100 | 101001011 | 1001001 | 1010110 |
Color Harmonies of #F5C0DA
Complementary color
Monochromatic Colors of #F5C0DA
Black with #F5C0DA
Text Example
Text Example
White with #F5C0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C0DA; }
p { color: rgb(245,192,218); }
H1.HeaderClassName
{
color: #F5C0DA;
}
.AnyTagClassName
{
color: #F5C0DA;
}
</style>
background-color css
<style>
a { background-color: #F5C0DA; }
a { background-color: rgb(245,192,218); }
div.DivClassName
{
background-color: #F5C0DA;
}
.BgClassName
{
background-color: #F5C0DA;
}
</style>
border-color css
<style>
span { border-color: #F5C0DA; }
span { border-color: rgb(245,192,218); }
td.TdClassName
{
border-color: #F5C0DA;
}
.TagClassName
{
border-color: #F5C0DA;
}
</style>