Shades of Classic Rose #FEC2E8
Tints of Classic Rose #FEC2E8
RGB
CMYK
RGB Variations
Color information
#FEC2E8 (or 0xFEC2E8) is known color: Classic Rose. HEX triplet: FE, C2 and E8. RGB value is (254,194,232). Sum of RGB (Red+Green+Blue) = 254+194+232=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 194 (76.17% from 255 or 28.53% from 680); Blue value is 232 (91.02% from 255 or 34.12% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC2E8 is #013D17. Grayscale: #D8D8D8. Windows color (decimal): -81176 or 15254270. OLE color: 15254270.
HSL color Cylindrical-coordinate representation of color #FEC2E8: hue angle of 322º 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 #FEC2E8 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 232 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.00 |
| HSL | 322º | 0.97% | 0.88% | - |
| HSV(B) | 322º | 0.24% | 1% | - |
| XYZ | 74.73 | 65.48 | 85.04 | - |
| YUV | 216.27 | 136.88 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 232 | 0 | 0.24 | 0.09 | 0.00 | 322 | 0.97 | 0.88 |
| Hex | FE | C2 | E8 | 0 | 18 | 9 | 0 | 142 | 61 | 58 |
| Octal | 376 | 302 | 350 | 0 | 30 | 11 | 0 | 502 | 141 | 130 |
| Binary | 11111110 | 11000010 | 11101000 | 0 | 11000 | 1001 | 0 | 101000010 | 1100001 | 1011000 |
Color Harmonies of #FEC2E8
Complementary color
Monochromatic Colors of #FEC2E8
Black with #FEC2E8
Text Example
Text Example
White with #FEC2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2E8; }
p { color: rgb(254,194,232); }
H1.HeaderClassName
{
color: #FEC2E8;
}
.AnyTagClassName
{
color: #FEC2E8;
}
</style>
background-color css
<style>
a { background-color: #FEC2E8; }
a { background-color: rgb(254,194,232); }
div.DivClassName
{
background-color: #FEC2E8;
}
.BgClassName
{
background-color: #FEC2E8;
}
</style>
border-color css
<style>
span { border-color: #FEC2E8; }
span { border-color: rgb(254,194,232); }
td.TdClassName
{
border-color: #FEC2E8;
}
.TagClassName
{
border-color: #FEC2E8;
}
</style>