Shades of Classic Rose #F2C4DC
Tints of Classic Rose #F2C4DC
RGB
CMYK
RGB Variations
Color information
#F2C4DC (or 0xF2C4DC) is known color: Classic Rose. HEX triplet: F2, C4 and DC. RGB value is (242,196,220). Sum of RGB (Red+Green+Blue) = 242+196+220=658 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.78% from 658); Green value is 196 (76.95% from 255 or 29.79% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C4DC is #0D3B23. Grayscale: #D4D4D4. Windows color (decimal): -867108 or 14468338. OLE color: 14468338.
HSL color Cylindrical-coordinate representation of color #F2C4DC: hue angle of 328.7º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F2C4DC is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 196 | 220 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.05 |
| HSL | 328.7º | 0.64% | 0.86% | - |
| HSV(B) | 328.7º | 0.19% | 0.95% | - |
| XYZ | 69.28 | 63.52 | 76.32 | - |
| YUV | 212.49 | 132.24 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 196 | 220 | 0 | 0.19 | 0.09 | 0.05 | 328.7 | 0.64 | 0.86 |
| Hex | F2 | C4 | DC | 0 | 13 | 9 | 5 | 149 | 40 | 56 |
| Octal | 362 | 304 | 334 | 0 | 23 | 11 | 5 | 511 | 100 | 126 |
| Binary | 11110010 | 11000100 | 11011100 | 0 | 10011 | 1001 | 101 | 101001001 | 1000000 | 1010110 |
Color Harmonies of #F2C4DC
Complementary color
Monochromatic Colors of #F2C4DC
Black with #F2C4DC
Text Example
Text Example
White with #F2C4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C4DC; }
p { color: rgb(242,196,220); }
H1.HeaderClassName
{
color: #F2C4DC;
}
.AnyTagClassName
{
color: #F2C4DC;
}
</style>
background-color css
<style>
a { background-color: #F2C4DC; }
a { background-color: rgb(242,196,220); }
div.DivClassName
{
background-color: #F2C4DC;
}
.BgClassName
{
background-color: #F2C4DC;
}
</style>
border-color css
<style>
span { border-color: #F2C4DC; }
span { border-color: rgb(242,196,220); }
td.TdClassName
{
border-color: #F2C4DC;
}
.TagClassName
{
border-color: #F2C4DC;
}
</style>