Shades of Classic Rose #FFC2E2
Tints of Classic Rose #FFC2E2
RGB
CMYK
RGB Variations
Color information
#FFC2E2 (or 0xFFC2E2) is known color: Classic Rose. HEX triplet: FF, C2 and E2. RGB value is (255,194,226). Sum of RGB (Red+Green+Blue) = 255+194+226=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 194 (76.17% from 255 or 28.74% from 675); Blue value is 226 (88.67% from 255 or 33.48% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC2E2 is #003D1D. Grayscale: #D7D7D7. Windows color (decimal): -15646 or 14861055. OLE color: 14861055.
HSL color Cylindrical-coordinate representation of color #FFC2E2: hue angle of 328.52º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFC2E2 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 226 | - |
| CMYK | 0 | 0.24 | 0.11 | 0 |
| HSL | 328.52º | 1% | 0.88% | - |
| HSV(B) | 328.52º | 0.24% | 1% | - |
| XYZ | 74.26 | 65.33 | 80.65 | - |
| YUV | 215.89 | 133.71 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 226 | 0 | 0.24 | 0.11 | 0 | 328.52 | 1 | 0.88 |
| Hex | FF | C2 | E2 | 0 | 18 | B | 0 | 149 | 64 | 58 |
| Octal | 377 | 302 | 342 | 0 | 30 | 13 | 0 | 511 | 144 | 130 |
| Binary | 11111111 | 11000010 | 11100010 | 0 | 11000 | 1011 | 0 | 101001001 | 1100100 | 1011000 |
Color Harmonies of #FFC2E2
Complementary color
Monochromatic Colors of #FFC2E2
Black with #FFC2E2
Text Example
Text Example
White with #FFC2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC2E2; }
p { color: rgb(255,194,226); }
H1.HeaderClassName
{
color: #FFC2E2;
}
.AnyTagClassName
{
color: #FFC2E2;
}
</style>
background-color css
<style>
a { background-color: #FFC2E2; }
a { background-color: rgb(255,194,226); }
div.DivClassName
{
background-color: #FFC2E2;
}
.BgClassName
{
background-color: #FFC2E2;
}
</style>
border-color css
<style>
span { border-color: #FFC2E2; }
span { border-color: rgb(255,194,226); }
td.TdClassName
{
border-color: #FFC2E2;
}
.TagClassName
{
border-color: #FFC2E2;
}
</style>