Shades of Classic Rose #F2CCE1
Tints of Classic Rose #F2CCE1
RGB
CMYK
RGB Variations
Color information
#F2CCE1 (or 0xF2CCE1) is known color: Classic Rose. HEX triplet: F2, CC and E1. RGB value is (242,204,225). Sum of RGB (Red+Green+Blue) = 242+204+225=671 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.07% from 671); Green value is 204 (80.08% from 255 or 30.40% from 671); Blue value is 225 (88.28% from 255 or 33.53% from 671); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CCE1 is #0D331E. Grayscale: #D9D9D9. Windows color (decimal): -865055 or 14798066. OLE color: 14798066.
HSL color Cylindrical-coordinate representation of color #F2CCE1: hue angle of 326.84º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2CCE1 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 225 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.05 |
| HSL | 326.84º | 0.59% | 0.87% | - |
| HSV(B) | 326.84º | 0.16% | 0.95% | - |
| XYZ | 71.8 | 67.5 | 80.48 | - |
| YUV | 217.76 | 132.09 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 225 | 0 | 0.16 | 0.07 | 0.05 | 326.84 | 0.59 | 0.87 |
| Hex | F2 | CC | E1 | 0 | 10 | 7 | 5 | 147 | 3B | 57 |
| Octal | 362 | 314 | 341 | 0 | 20 | 7 | 5 | 507 | 73 | 127 |
| Binary | 11110010 | 11001100 | 11100001 | 0 | 10000 | 111 | 101 | 101000111 | 111011 | 1010111 |
Color Harmonies of #F2CCE1
Complementary color
Monochromatic Colors of #F2CCE1
Black with #F2CCE1
Text Example
Text Example
White with #F2CCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CCE1; }
p { color: rgb(242,204,225); }
H1.HeaderClassName
{
color: #F2CCE1;
}
.AnyTagClassName
{
color: #F2CCE1;
}
</style>
background-color css
<style>
a { background-color: #F2CCE1; }
a { background-color: rgb(242,204,225); }
div.DivClassName
{
background-color: #F2CCE1;
}
.BgClassName
{
background-color: #F2CCE1;
}
</style>
border-color css
<style>
span { border-color: #F2CCE1; }
span { border-color: rgb(242,204,225); }
td.TdClassName
{
border-color: #F2CCE1;
}
.TagClassName
{
border-color: #F2CCE1;
}
</style>