Shades of Classic Rose #F4C2DE
Tints of Classic Rose #F4C2DE
RGB
CMYK
RGB Variations
Color information
#F4C2DE (or 0xF4C2DE) is known color: Classic Rose. HEX triplet: F4, C2 and DE. RGB value is (244,194,222). Sum of RGB (Red+Green+Blue) = 244+194+222=660 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.97% from 660); Green value is 194 (76.17% from 255 or 29.39% from 660); Blue value is 222 (87.11% from 255 or 33.64% from 660); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C2DE is #0B3D21. Grayscale: #D4D4D4. Windows color (decimal): -736546 or 14598900. OLE color: 14598900.
HSL color Cylindrical-coordinate representation of color #F4C2DE: hue angle of 326.4º degrees, saturation: 0.69, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F4C2DE is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 194 | 222 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.04 |
| HSL | 326.4º | 0.69% | 0.86% | - |
| HSV(B) | 326.4º | 0.2% | 0.96% | - |
| XYZ | 69.78 | 63.09 | 77.61 | - |
| YUV | 212.14 | 133.57 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 194 | 222 | 0 | 0.20 | 0.09 | 0.04 | 326.4 | 0.69 | 0.86 |
| Hex | F4 | C2 | DE | 0 | 14 | 9 | 4 | 146 | 45 | 56 |
| Octal | 364 | 302 | 336 | 0 | 24 | 11 | 4 | 506 | 105 | 126 |
| Binary | 11110100 | 11000010 | 11011110 | 0 | 10100 | 1001 | 100 | 101000110 | 1000101 | 1010110 |
Color Harmonies of #F4C2DE
Complementary color
Monochromatic Colors of #F4C2DE
Black with #F4C2DE
Text Example
Text Example
White with #F4C2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C2DE; }
p { color: rgb(244,194,222); }
H1.HeaderClassName
{
color: #F4C2DE;
}
.AnyTagClassName
{
color: #F4C2DE;
}
</style>
background-color css
<style>
a { background-color: #F4C2DE; }
a { background-color: rgb(244,194,222); }
div.DivClassName
{
background-color: #F4C2DE;
}
.BgClassName
{
background-color: #F4C2DE;
}
</style>
border-color css
<style>
span { border-color: #F4C2DE; }
span { border-color: rgb(244,194,222); }
td.TdClassName
{
border-color: #F4C2DE;
}
.TagClassName
{
border-color: #F4C2DE;
}
</style>