Shades of Classic Rose #F4C2DC
Tints of Classic Rose #F4C2DC
RGB
CMYK
RGB Variations
Color information
#F4C2DC (or 0xF4C2DC) is known color: Classic Rose. HEX triplet: F4, C2 and DC. RGB value is (244,194,220). Sum of RGB (Red+Green+Blue) = 244+194+220=658 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.08% from 658); Green value is 194 (76.17% from 255 or 29.48% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C2DC is #0B3D23. Grayscale: #D3D3D3. Windows color (decimal): -736548 or 14467828. OLE color: 14467828.
HSL color Cylindrical-coordinate representation of color #F4C2DC: hue angle of 328.8º 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 #F4C2DC is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 194 | 220 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.04 |
| HSL | 328.8º | 0.69% | 0.86% | - |
| HSV(B) | 328.8º | 0.2% | 0.96% | - |
| XYZ | 69.52 | 62.98 | 76.2 | - |
| YUV | 211.91 | 132.57 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 194 | 220 | 0 | 0.20 | 0.10 | 0.04 | 328.8 | 0.69 | 0.86 |
| Hex | F4 | C2 | DC | 0 | 14 | A | 4 | 149 | 45 | 56 |
| Octal | 364 | 302 | 334 | 0 | 24 | 12 | 4 | 511 | 105 | 126 |
| Binary | 11110100 | 11000010 | 11011100 | 0 | 10100 | 1010 | 100 | 101001001 | 1000101 | 1010110 |
Color Harmonies of #F4C2DC
Complementary color
Monochromatic Colors of #F4C2DC
Black with #F4C2DC
Text Example
Text Example
White with #F4C2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C2DC; }
p { color: rgb(244,194,220); }
H1.HeaderClassName
{
color: #F4C2DC;
}
.AnyTagClassName
{
color: #F4C2DC;
}
</style>
background-color css
<style>
a { background-color: #F4C2DC; }
a { background-color: rgb(244,194,220); }
div.DivClassName
{
background-color: #F4C2DC;
}
.BgClassName
{
background-color: #F4C2DC;
}
</style>
border-color css
<style>
span { border-color: #F4C2DC; }
span { border-color: rgb(244,194,220); }
td.TdClassName
{
border-color: #F4C2DC;
}
.TagClassName
{
border-color: #F4C2DC;
}
</style>