Shades of Classic Rose #F4C5DA
Tints of Classic Rose #F4C5DA
RGB
CMYK
RGB Variations
Color information
#F4C5DA (or 0xF4C5DA) is known color: Classic Rose. HEX triplet: F4, C5 and DA. RGB value is (244,197,218). Sum of RGB (Red+Green+Blue) = 244+197+218=659 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.03% from 659); Green value is 197 (77.34% from 255 or 29.89% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C5DA is #0B3A25. Grayscale: #D5D5D5. Windows color (decimal): -735782 or 14337524. OLE color: 14337524.
HSL color Cylindrical-coordinate representation of color #F4C5DA: hue angle of 333.19º degrees, saturation: 0.68, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F4C5DA is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 197 | 218 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.04 |
| HSL | 333.19º | 0.68% | 0.86% | - |
| HSV(B) | 333.19º | 0.19% | 0.96% | - |
| XYZ | 69.93 | 64.23 | 75.04 | - |
| YUV | 213.45 | 130.57 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 197 | 218 | 0 | 0.19 | 0.11 | 0.04 | 333.19 | 0.68 | 0.86 |
| Hex | F4 | C5 | DA | 0 | 13 | B | 4 | 14D | 44 | 56 |
| Octal | 364 | 305 | 332 | 0 | 23 | 13 | 4 | 515 | 104 | 126 |
| Binary | 11110100 | 11000101 | 11011010 | 0 | 10011 | 1011 | 100 | 101001101 | 1000100 | 1010110 |
Color Harmonies of #F4C5DA
Complementary color
Monochromatic Colors of #F4C5DA
Black with #F4C5DA
Text Example
Text Example
White with #F4C5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C5DA; }
p { color: rgb(244,197,218); }
H1.HeaderClassName
{
color: #F4C5DA;
}
.AnyTagClassName
{
color: #F4C5DA;
}
</style>
background-color css
<style>
a { background-color: #F4C5DA; }
a { background-color: rgb(244,197,218); }
div.DivClassName
{
background-color: #F4C5DA;
}
.BgClassName
{
background-color: #F4C5DA;
}
</style>
border-color css
<style>
span { border-color: #F4C5DA; }
span { border-color: rgb(244,197,218); }
td.TdClassName
{
border-color: #F4C5DA;
}
.TagClassName
{
border-color: #F4C5DA;
}
</style>