Shades of Classic Rose #F4C0DE
Tints of Classic Rose #F4C0DE
RGB
CMYK
RGB Variations
Color information
#F4C0DE (or 0xF4C0DE) is known color: Classic Rose. HEX triplet: F4, C0 and DE. RGB value is (244,192,222). Sum of RGB (Red+Green+Blue) = 244+192+222=658 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.08% from 658); Green value is 192 (75.39% from 255 or 29.18% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C0DE is #0B3F21. Grayscale: #D2D2D2. Windows color (decimal): -737058 or 14598388. OLE color: 14598388.
HSL color Cylindrical-coordinate representation of color #F4C0DE: hue angle of 325.38º 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 #F4C0DE is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 192 | 222 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.04 |
| HSL | 325.38º | 0.7% | 0.85% | - |
| HSV(B) | 325.38º | 0.21% | 0.96% | - |
| XYZ | 69.34 | 62.21 | 77.46 | - |
| YUV | 210.97 | 134.23 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 192 | 222 | 0 | 0.21 | 0.09 | 0.04 | 325.38 | 0.7 | 0.85 |
| Hex | F4 | C0 | DE | 0 | 15 | 9 | 4 | 145 | 46 | 55 |
| Octal | 364 | 300 | 336 | 0 | 25 | 11 | 4 | 505 | 106 | 125 |
| Binary | 11110100 | 11000000 | 11011110 | 0 | 10101 | 1001 | 100 | 101000101 | 1000110 | 1010101 |
Color Harmonies of #F4C0DE
Complementary color
Monochromatic Colors of #F4C0DE
Black with #F4C0DE
Text Example
Text Example
White with #F4C0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C0DE; }
p { color: rgb(244,192,222); }
H1.HeaderClassName
{
color: #F4C0DE;
}
.AnyTagClassName
{
color: #F4C0DE;
}
</style>
background-color css
<style>
a { background-color: #F4C0DE; }
a { background-color: rgb(244,192,222); }
div.DivClassName
{
background-color: #F4C0DE;
}
.BgClassName
{
background-color: #F4C0DE;
}
</style>
border-color css
<style>
span { border-color: #F4C0DE; }
span { border-color: rgb(244,192,222); }
td.TdClassName
{
border-color: #F4C0DE;
}
.TagClassName
{
border-color: #F4C0DE;
}
</style>