Shades of Classic Rose #FEC5EF
Tints of Classic Rose #FEC5EF
RGB
CMYK
RGB Variations
Color information
#FEC5EF (or 0xFEC5EF) is known color: Classic Rose. HEX triplet: FE, C5 and EF. RGB value is (254,197,239). Sum of RGB (Red+Green+Blue) = 254+197+239=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 197 (77.34% from 255 or 28.55% from 690); Blue value is 239 (93.75% from 255 or 34.64% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC5EF is #013A10. Grayscale: #DADADA. Windows color (decimal): -80401 or 15713790. OLE color: 15713790.
HSL color Cylindrical-coordinate representation of color #FEC5EF: hue angle of 315.79º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC5EF is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 239 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.00 |
| HSL | 315.79º | 0.97% | 0.88% | - |
| HSV(B) | 315.79º | 0.22% | 1% | - |
| XYZ | 76.42 | 67.24 | 90.61 | - |
| YUV | 218.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 239 | 0 | 0.22 | 0.06 | 0.00 | 315.79 | 0.97 | 0.88 |
| Hex | FE | C5 | EF | 0 | 16 | 6 | 0 | 13C | 61 | 58 |
| Octal | 376 | 305 | 357 | 0 | 26 | 6 | 0 | 474 | 141 | 130 |
| Binary | 11111110 | 11000101 | 11101111 | 0 | 10110 | 110 | 0 | 100111100 | 1100001 | 1011000 |
Color Harmonies of #FEC5EF
Complementary color
Monochromatic Colors of #FEC5EF
Black with #FEC5EF
Text Example
Text Example
White with #FEC5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC5EF; }
p { color: rgb(254,197,239); }
H1.HeaderClassName
{
color: #FEC5EF;
}
.AnyTagClassName
{
color: #FEC5EF;
}
</style>
background-color css
<style>
a { background-color: #FEC5EF; }
a { background-color: rgb(254,197,239); }
div.DivClassName
{
background-color: #FEC5EF;
}
.BgClassName
{
background-color: #FEC5EF;
}
</style>
border-color css
<style>
span { border-color: #FEC5EF; }
span { border-color: rgb(254,197,239); }
td.TdClassName
{
border-color: #FEC5EF;
}
.TagClassName
{
border-color: #FEC5EF;
}
</style>