Shades of Classic Rose #F4C5DC
Tints of Classic Rose #F4C5DC
RGB
CMYK
RGB Variations
Color information
#F4C5DC (or 0xF4C5DC) is known color: Classic Rose. HEX triplet: F4, C5 and DC. RGB value is (244,197,220). Sum of RGB (Red+Green+Blue) = 244+197+220=661 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.91% from 661); Green value is 197 (77.34% from 255 or 29.80% from 661); Blue value is 220 (86.33% from 255 or 33.28% from 661); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C5DC is #0B3A23. Grayscale: #D5D5D5. Windows color (decimal): -735780 or 14468596. OLE color: 14468596.
HSL color Cylindrical-coordinate representation of color #F4C5DC: hue angle of 330.64º 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 #F4C5DC is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 197 | 220 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.04 |
| HSL | 330.64º | 0.68% | 0.86% | - |
| HSV(B) | 330.64º | 0.19% | 0.96% | - |
| XYZ | 70.19 | 64.33 | 76.43 | - |
| YUV | 213.68 | 131.57 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 197 | 220 | 0 | 0.19 | 0.10 | 0.04 | 330.64 | 0.68 | 0.86 |
| Hex | F4 | C5 | DC | 0 | 13 | A | 4 | 14B | 44 | 56 |
| Octal | 364 | 305 | 334 | 0 | 23 | 12 | 4 | 513 | 104 | 126 |
| Binary | 11110100 | 11000101 | 11011100 | 0 | 10011 | 1010 | 100 | 101001011 | 1000100 | 1010110 |
Color Harmonies of #F4C5DC
Complementary color
Monochromatic Colors of #F4C5DC
Black with #F4C5DC
Text Example
Text Example
White with #F4C5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C5DC; }
p { color: rgb(244,197,220); }
H1.HeaderClassName
{
color: #F4C5DC;
}
.AnyTagClassName
{
color: #F4C5DC;
}
</style>
background-color css
<style>
a { background-color: #F4C5DC; }
a { background-color: rgb(244,197,220); }
div.DivClassName
{
background-color: #F4C5DC;
}
.BgClassName
{
background-color: #F4C5DC;
}
</style>
border-color css
<style>
span { border-color: #F4C5DC; }
span { border-color: rgb(244,197,220); }
td.TdClassName
{
border-color: #F4C5DC;
}
.TagClassName
{
border-color: #F4C5DC;
}
</style>