Shades of Classic Rose #F4C5DE
Tints of Classic Rose #F4C5DE
RGB
CMYK
RGB Variations
Color information
#F4C5DE (or 0xF4C5DE) is known color: Classic Rose. HEX triplet: F4, C5 and DE. RGB value is (244,197,222). Sum of RGB (Red+Green+Blue) = 244+197+222=663 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.80% from 663); Green value is 197 (77.34% from 255 or 29.71% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C5DE is #0B3A21. Grayscale: #D5D5D5. Windows color (decimal): -735778 or 14599668. OLE color: 14599668.
HSL color Cylindrical-coordinate representation of color #F4C5DE: hue angle of 328.09º 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 #F4C5DE is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 197 | 222 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.04 |
| HSL | 328.09º | 0.68% | 0.86% | - |
| HSV(B) | 328.09º | 0.19% | 0.96% | - |
| XYZ | 70.46 | 64.44 | 77.83 | - |
| YUV | 213.9 | 132.57 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 197 | 222 | 0 | 0.19 | 0.09 | 0.04 | 328.09 | 0.68 | 0.86 |
| Hex | F4 | C5 | DE | 0 | 13 | 9 | 4 | 148 | 44 | 56 |
| Octal | 364 | 305 | 336 | 0 | 23 | 11 | 4 | 510 | 104 | 126 |
| Binary | 11110100 | 11000101 | 11011110 | 0 | 10011 | 1001 | 100 | 101001000 | 1000100 | 1010110 |
Color Harmonies of #F4C5DE
Complementary color
Monochromatic Colors of #F4C5DE
Black with #F4C5DE
Text Example
Text Example
White with #F4C5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C5DE; }
p { color: rgb(244,197,222); }
H1.HeaderClassName
{
color: #F4C5DE;
}
.AnyTagClassName
{
color: #F4C5DE;
}
</style>
background-color css
<style>
a { background-color: #F4C5DE; }
a { background-color: rgb(244,197,222); }
div.DivClassName
{
background-color: #F4C5DE;
}
.BgClassName
{
background-color: #F4C5DE;
}
</style>
border-color css
<style>
span { border-color: #F4C5DE; }
span { border-color: rgb(244,197,222); }
td.TdClassName
{
border-color: #F4C5DE;
}
.TagClassName
{
border-color: #F4C5DE;
}
</style>