Shades of Classic Rose #F4C0DC
Tints of Classic Rose #F4C0DC
RGB
CMYK
RGB Variations
Color information
#F4C0DC (or 0xF4C0DC) is known color: Classic Rose. HEX triplet: F4, C0 and DC. RGB value is (244,192,220). Sum of RGB (Red+Green+Blue) = 244+192+220=656 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.20% from 656); Green value is 192 (75.39% from 255 or 29.27% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C0DC is #0B3F23. Grayscale: #D2D2D2. Windows color (decimal): -737060 or 14467316. OLE color: 14467316.
HSL color Cylindrical-coordinate representation of color #F4C0DC: hue angle of 327.69º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F4C0DC is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 192 | 220 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.04 |
| HSL | 327.69º | 0.7% | 0.85% | - |
| HSV(B) | 327.69º | 0.21% | 0.96% | - |
| XYZ | 69.08 | 62.1 | 76.06 | - |
| YUV | 210.74 | 133.23 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 192 | 220 | 0 | 0.21 | 0.10 | 0.04 | 327.69 | 0.7 | 0.85 |
| Hex | F4 | C0 | DC | 0 | 15 | A | 4 | 148 | 46 | 55 |
| Octal | 364 | 300 | 334 | 0 | 25 | 12 | 4 | 510 | 106 | 125 |
| Binary | 11110100 | 11000000 | 11011100 | 0 | 10101 | 1010 | 100 | 101001000 | 1000110 | 1010101 |
Color Harmonies of #F4C0DC
Complementary color
Monochromatic Colors of #F4C0DC
Black with #F4C0DC
Text Example
Text Example
White with #F4C0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C0DC; }
p { color: rgb(244,192,220); }
H1.HeaderClassName
{
color: #F4C0DC;
}
.AnyTagClassName
{
color: #F4C0DC;
}
</style>
background-color css
<style>
a { background-color: #F4C0DC; }
a { background-color: rgb(244,192,220); }
div.DivClassName
{
background-color: #F4C0DC;
}
.BgClassName
{
background-color: #F4C0DC;
}
</style>
border-color css
<style>
span { border-color: #F4C0DC; }
span { border-color: rgb(244,192,220); }
td.TdClassName
{
border-color: #F4C0DC;
}
.TagClassName
{
border-color: #F4C0DC;
}
</style>