Shades of Classic Rose #F4CCDA
Tints of Classic Rose #F4CCDA
RGB
CMYK
RGB Variations
Color information
#F4CCDA (or 0xF4CCDA) is known color: Classic Rose. HEX triplet: F4, CC and DA. RGB value is (244,204,218). Sum of RGB (Red+Green+Blue) = 244+204+218=666 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.64% from 666); Green value is 204 (80.08% from 255 or 30.63% from 666); Blue value is 218 (85.55% from 255 or 32.73% from 666); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CCDA is #0B3325. Grayscale: #D9D9D9. Windows color (decimal): -733990 or 14339316. OLE color: 14339316.
HSL color Cylindrical-coordinate representation of color #F4CCDA: hue angle of 339º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F4CCDA is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 204 | 218 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.04 |
| HSL | 339º | 0.65% | 0.88% | - |
| HSV(B) | 339º | 0.16% | 0.96% | - |
| XYZ | 71.56 | 67.48 | 75.58 | - |
| YUV | 217.56 | 128.25 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 204 | 218 | 0 | 0.16 | 0.11 | 0.04 | 339 | 0.65 | 0.88 |
| Hex | F4 | CC | DA | 0 | 10 | B | 4 | 153 | 41 | 58 |
| Octal | 364 | 314 | 332 | 0 | 20 | 13 | 4 | 523 | 101 | 130 |
| Binary | 11110100 | 11001100 | 11011010 | 0 | 10000 | 1011 | 100 | 101010011 | 1000001 | 1011000 |
Color Harmonies of #F4CCDA
Complementary color
Monochromatic Colors of #F4CCDA
Black with #F4CCDA
Text Example
Text Example
White with #F4CCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CCDA; }
p { color: rgb(244,204,218); }
H1.HeaderClassName
{
color: #F4CCDA;
}
.AnyTagClassName
{
color: #F4CCDA;
}
</style>
background-color css
<style>
a { background-color: #F4CCDA; }
a { background-color: rgb(244,204,218); }
div.DivClassName
{
background-color: #F4CCDA;
}
.BgClassName
{
background-color: #F4CCDA;
}
</style>
border-color css
<style>
span { border-color: #F4CCDA; }
span { border-color: rgb(244,204,218); }
td.TdClassName
{
border-color: #F4CCDA;
}
.TagClassName
{
border-color: #F4CCDA;
}
</style>