Shades of Classic Rose #FEC4EF
Tints of Classic Rose #FEC4EF
RGB
CMYK
RGB Variations
Color information
#FEC4EF (or 0xFEC4EF) is known color: Classic Rose. HEX triplet: FE, C4 and EF. RGB value is (254,196,239). Sum of RGB (Red+Green+Blue) = 254+196+239=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 196 (76.95% from 255 or 28.45% from 689); Blue value is 239 (93.75% from 255 or 34.69% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC4EF is #013B10. Grayscale: #DADADA. Windows color (decimal): -80657 or 15713534. OLE color: 15713534.
HSL color Cylindrical-coordinate representation of color #FEC4EF: hue angle of 315.52º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEC4EF is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 239 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.00 |
| HSL | 315.52º | 0.97% | 0.88% | - |
| HSV(B) | 315.52º | 0.23% | 1% | - |
| XYZ | 76.19 | 66.78 | 90.54 | - |
| YUV | 218.24 | 139.72 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 239 | 0 | 0.23 | 0.06 | 0.00 | 315.52 | 0.97 | 0.88 |
| Hex | FE | C4 | EF | 0 | 17 | 6 | 0 | 13C | 61 | 58 |
| Octal | 376 | 304 | 357 | 0 | 27 | 6 | 0 | 474 | 141 | 130 |
| Binary | 11111110 | 11000100 | 11101111 | 0 | 10111 | 110 | 0 | 100111100 | 1100001 | 1011000 |
Color Harmonies of #FEC4EF
Complementary color
Monochromatic Colors of #FEC4EF
Black with #FEC4EF
Text Example
Text Example
White with #FEC4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC4EF; }
p { color: rgb(254,196,239); }
H1.HeaderClassName
{
color: #FEC4EF;
}
.AnyTagClassName
{
color: #FEC4EF;
}
</style>
background-color css
<style>
a { background-color: #FEC4EF; }
a { background-color: rgb(254,196,239); }
div.DivClassName
{
background-color: #FEC4EF;
}
.BgClassName
{
background-color: #FEC4EF;
}
</style>
border-color css
<style>
span { border-color: #FEC4EF; }
span { border-color: rgb(254,196,239); }
td.TdClassName
{
border-color: #FEC4EF;
}
.TagClassName
{
border-color: #FEC4EF;
}
</style>