Shades of Classic Rose #FEC2E1
Tints of Classic Rose #FEC2E1
RGB
CMYK
RGB Variations
Color information
#FEC2E1 (or 0xFEC2E1) is known color: Classic Rose. HEX triplet: FE, C2 and E1. RGB value is (254,194,225). Sum of RGB (Red+Green+Blue) = 254+194+225=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 194 (76.17% from 255 or 28.83% from 673); Blue value is 225 (88.28% from 255 or 33.43% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2E1 is #013D1E. Grayscale: #D7D7D7. Windows color (decimal): -81183 or 14795518. OLE color: 14795518.
HSL color Cylindrical-coordinate representation of color #FEC2E1: hue angle of 329º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC2E1 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 225 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.00 |
| HSL | 329º | 0.97% | 0.88% | - |
| HSV(B) | 329º | 0.24% | 1% | - |
| XYZ | 73.76 | 65.09 | 79.91 | - |
| YUV | 215.47 | 133.38 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 225 | 0 | 0.24 | 0.11 | 0.00 | 329 | 0.97 | 0.88 |
| Hex | FE | C2 | E1 | 0 | 18 | B | 0 | 149 | 61 | 58 |
| Octal | 376 | 302 | 341 | 0 | 30 | 13 | 0 | 511 | 141 | 130 |
| Binary | 11111110 | 11000010 | 11100001 | 0 | 11000 | 1011 | 0 | 101001001 | 1100001 | 1011000 |
Color Harmonies of #FEC2E1
Complementary color
Monochromatic Colors of #FEC2E1
Black with #FEC2E1
Text Example
Text Example
White with #FEC2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2E1; }
p { color: rgb(254,194,225); }
H1.HeaderClassName
{
color: #FEC2E1;
}
.AnyTagClassName
{
color: #FEC2E1;
}
</style>
background-color css
<style>
a { background-color: #FEC2E1; }
a { background-color: rgb(254,194,225); }
div.DivClassName
{
background-color: #FEC2E1;
}
.BgClassName
{
background-color: #FEC2E1;
}
</style>
border-color css
<style>
span { border-color: #FEC2E1; }
span { border-color: rgb(254,194,225); }
td.TdClassName
{
border-color: #FEC2E1;
}
.TagClassName
{
border-color: #FEC2E1;
}
</style>