Shades of Classic Rose #F2CCE2
Tints of Classic Rose #F2CCE2
RGB
CMYK
RGB Variations
Color information
#F2CCE2 (or 0xF2CCE2) is known color: Classic Rose. HEX triplet: F2, CC and E2. RGB value is (242,204,226). Sum of RGB (Red+Green+Blue) = 242+204+226=672 (89% of max value = 765). Red value is 242 (94.92% from 255 or 36.01% from 672); Green value is 204 (80.08% from 255 or 30.36% from 672); Blue value is 226 (88.67% from 255 or 33.63% from 672); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CCE2 is #0D331D. Grayscale: #D9D9D9. Windows color (decimal): -865054 or 14863602. OLE color: 14863602.
HSL color Cylindrical-coordinate representation of color #F2CCE2: hue angle of 325.26º 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 #F2CCE2 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 226 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.05 |
| HSL | 325.26º | 0.59% | 0.87% | - |
| HSV(B) | 325.26º | 0.16% | 0.95% | - |
| XYZ | 71.94 | 67.55 | 81.2 | - |
| YUV | 217.87 | 132.59 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 226 | 0 | 0.16 | 0.07 | 0.05 | 325.26 | 0.59 | 0.87 |
| Hex | F2 | CC | E2 | 0 | 10 | 7 | 5 | 145 | 3B | 57 |
| Octal | 362 | 314 | 342 | 0 | 20 | 7 | 5 | 505 | 73 | 127 |
| Binary | 11110010 | 11001100 | 11100010 | 0 | 10000 | 111 | 101 | 101000101 | 111011 | 1010111 |
Color Harmonies of #F2CCE2
Complementary color
Monochromatic Colors of #F2CCE2
Black with #F2CCE2
Text Example
Text Example
White with #F2CCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CCE2; }
p { color: rgb(242,204,226); }
H1.HeaderClassName
{
color: #F2CCE2;
}
.AnyTagClassName
{
color: #F2CCE2;
}
</style>
background-color css
<style>
a { background-color: #F2CCE2; }
a { background-color: rgb(242,204,226); }
div.DivClassName
{
background-color: #F2CCE2;
}
.BgClassName
{
background-color: #F2CCE2;
}
</style>
border-color css
<style>
span { border-color: #F2CCE2; }
span { border-color: rgb(242,204,226); }
td.TdClassName
{
border-color: #F2CCE2;
}
.TagClassName
{
border-color: #F2CCE2;
}
</style>