Shades of Classic Rose #F2C2D9
Tints of Classic Rose #F2C2D9
RGB
CMYK
RGB Variations
Color information
#F2C2D9 (or 0xF2C2D9) is known color: Classic Rose. HEX triplet: F2, C2 and D9. RGB value is (242,194,217). Sum of RGB (Red+Green+Blue) = 242+194+217=653 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.06% from 653); Green value is 194 (76.17% from 255 or 29.71% from 653); Blue value is 217 (85.16% from 255 or 33.23% from 653); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C2D9 is #0D3D26. Grayscale: #D2D2D2. Windows color (decimal): -867623 or 14271218. OLE color: 14271218.
HSL color Cylindrical-coordinate representation of color #F2C2D9: hue angle of 331.25º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F2C2D9 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 194 | 217 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.05 |
| HSL | 331.25º | 0.65% | 0.85% | - |
| HSV(B) | 331.25º | 0.2% | 0.95% | - |
| XYZ | 68.43 | 62.47 | 74.1 | - |
| YUV | 210.97 | 131.4 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 194 | 217 | 0 | 0.20 | 0.10 | 0.05 | 331.25 | 0.65 | 0.85 |
| Hex | F2 | C2 | D9 | 0 | 14 | A | 5 | 14B | 41 | 55 |
| Octal | 362 | 302 | 331 | 0 | 24 | 12 | 5 | 513 | 101 | 125 |
| Binary | 11110010 | 11000010 | 11011001 | 0 | 10100 | 1010 | 101 | 101001011 | 1000001 | 1010101 |
Color Harmonies of #F2C2D9
Complementary color
Monochromatic Colors of #F2C2D9
Black with #F2C2D9
Text Example
Text Example
White with #F2C2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C2D9; }
p { color: rgb(242,194,217); }
H1.HeaderClassName
{
color: #F2C2D9;
}
.AnyTagClassName
{
color: #F2C2D9;
}
</style>
background-color css
<style>
a { background-color: #F2C2D9; }
a { background-color: rgb(242,194,217); }
div.DivClassName
{
background-color: #F2C2D9;
}
.BgClassName
{
background-color: #F2C2D9;
}
</style>
border-color css
<style>
span { border-color: #F2C2D9; }
span { border-color: rgb(242,194,217); }
td.TdClassName
{
border-color: #F2C2D9;
}
.TagClassName
{
border-color: #F2C2D9;
}
</style>