Shades of Classic Rose #FEC2EC
Tints of Classic Rose #FEC2EC
RGB
CMYK
RGB Variations
Color information
#FEC2EC (or 0xFEC2EC) is known color: Classic Rose. HEX triplet: FE, C2 and EC. RGB value is (254,194,236). Sum of RGB (Red+Green+Blue) = 254+194+236=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 194 (76.17% from 255 or 28.36% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC2EC is #013D13. Grayscale: #D8D8D8. Windows color (decimal): -81172 or 15516414. OLE color: 15516414.
HSL color Cylindrical-coordinate representation of color #FEC2EC: hue angle of 318º 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 #FEC2EC is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 236 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.00 |
| HSL | 318º | 0.97% | 0.88% | - |
| HSV(B) | 318º | 0.24% | 1% | - |
| XYZ | 75.31 | 65.71 | 88.07 | - |
| YUV | 216.73 | 138.88 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 236 | 0 | 0.24 | 0.07 | 0.00 | 318 | 0.97 | 0.88 |
| Hex | FE | C2 | EC | 0 | 18 | 7 | 0 | 13E | 61 | 58 |
| Octal | 376 | 302 | 354 | 0 | 30 | 7 | 0 | 476 | 141 | 130 |
| Binary | 11111110 | 11000010 | 11101100 | 0 | 11000 | 111 | 0 | 100111110 | 1100001 | 1011000 |
Color Harmonies of #FEC2EC
Complementary color
Monochromatic Colors of #FEC2EC
Black with #FEC2EC
Text Example
Text Example
White with #FEC2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2EC; }
p { color: rgb(254,194,236); }
H1.HeaderClassName
{
color: #FEC2EC;
}
.AnyTagClassName
{
color: #FEC2EC;
}
</style>
background-color css
<style>
a { background-color: #FEC2EC; }
a { background-color: rgb(254,194,236); }
div.DivClassName
{
background-color: #FEC2EC;
}
.BgClassName
{
background-color: #FEC2EC;
}
</style>
border-color css
<style>
span { border-color: #FEC2EC; }
span { border-color: rgb(254,194,236); }
td.TdClassName
{
border-color: #FEC2EC;
}
.TagClassName
{
border-color: #FEC2EC;
}
</style>