Shades of Classic Rose #F4C0DA
Tints of Classic Rose #F4C0DA
RGB
CMYK
RGB Variations
Color information
#F4C0DA (or 0xF4C0DA) is known color: Classic Rose. HEX triplet: F4, C0 and DA. RGB value is (244,192,218). Sum of RGB (Red+Green+Blue) = 244+192+218=654 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.31% from 654); Green value is 192 (75.39% from 255 or 29.36% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C0DA is #0B3F25. Grayscale: #D2D2D2. Windows color (decimal): -737062 or 14336244. OLE color: 14336244.
HSL color Cylindrical-coordinate representation of color #F4C0DA: hue angle of 330º 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 #F4C0DA is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 192 | 218 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.04 |
| HSL | 330º | 0.7% | 0.85% | - |
| HSV(B) | 330º | 0.21% | 0.96% | - |
| XYZ | 68.81 | 61.99 | 74.67 | - |
| YUV | 210.51 | 132.23 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 192 | 218 | 0 | 0.21 | 0.11 | 0.04 | 330 | 0.7 | 0.85 |
| Hex | F4 | C0 | DA | 0 | 15 | B | 4 | 14A | 46 | 55 |
| Octal | 364 | 300 | 332 | 0 | 25 | 13 | 4 | 512 | 106 | 125 |
| Binary | 11110100 | 11000000 | 11011010 | 0 | 10101 | 1011 | 100 | 101001010 | 1000110 | 1010101 |
Color Harmonies of #F4C0DA
Complementary color
Monochromatic Colors of #F4C0DA
Black with #F4C0DA
Text Example
Text Example
White with #F4C0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C0DA; }
p { color: rgb(244,192,218); }
H1.HeaderClassName
{
color: #F4C0DA;
}
.AnyTagClassName
{
color: #F4C0DA;
}
</style>
background-color css
<style>
a { background-color: #F4C0DA; }
a { background-color: rgb(244,192,218); }
div.DivClassName
{
background-color: #F4C0DA;
}
.BgClassName
{
background-color: #F4C0DA;
}
</style>
border-color css
<style>
span { border-color: #F4C0DA; }
span { border-color: rgb(244,192,218); }
td.TdClassName
{
border-color: #F4C0DA;
}
.TagClassName
{
border-color: #F4C0DA;
}
</style>