Shades of Classic Rose #F2C1D9
Tints of Classic Rose #F2C1D9
RGB
CMYK
RGB Variations
Color information
#F2C1D9 (or 0xF2C1D9) is known color: Classic Rose. HEX triplet: F2, C1 and D9. RGB value is (242,193,217). Sum of RGB (Red+Green+Blue) = 242+193+217=652 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.12% from 652); Green value is 193 (75.78% from 255 or 29.60% from 652); Blue value is 217 (85.16% from 255 or 33.28% from 652); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C1D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C1D9 is #0D3E26. Grayscale: #D2D2D2. Windows color (decimal): -867879 or 14270962. OLE color: 14270962.
HSL color Cylindrical-coordinate representation of color #F2C1D9: hue angle of 330.61º 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 #F2C1D9 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 193 | 217 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.05 |
| HSL | 330.61º | 0.65% | 0.85% | - |
| HSV(B) | 330.61º | 0.2% | 0.95% | - |
| XYZ | 68.21 | 62.03 | 74.02 | - |
| YUV | 210.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 193 | 217 | 0 | 0.20 | 0.10 | 0.05 | 330.61 | 0.65 | 0.85 |
| Hex | F2 | C1 | D9 | 0 | 14 | A | 5 | 14B | 41 | 55 |
| Octal | 362 | 301 | 331 | 0 | 24 | 12 | 5 | 513 | 101 | 125 |
| Binary | 11110010 | 11000001 | 11011001 | 0 | 10100 | 1010 | 101 | 101001011 | 1000001 | 1010101 |
Color Harmonies of #F2C1D9
Complementary color
Monochromatic Colors of #F2C1D9
Black with #F2C1D9
Text Example
Text Example
White with #F2C1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C1D9; }
p { color: rgb(242,193,217); }
H1.HeaderClassName
{
color: #F2C1D9;
}
.AnyTagClassName
{
color: #F2C1D9;
}
</style>
background-color css
<style>
a { background-color: #F2C1D9; }
a { background-color: rgb(242,193,217); }
div.DivClassName
{
background-color: #F2C1D9;
}
.BgClassName
{
background-color: #F2C1D9;
}
</style>
border-color css
<style>
span { border-color: #F2C1D9; }
span { border-color: rgb(242,193,217); }
td.TdClassName
{
border-color: #F2C1D9;
}
.TagClassName
{
border-color: #F2C1D9;
}
</style>