Shades of Classic Rose #FEC8EF
Tints of Classic Rose #FEC8EF
RGB
CMYK
RGB Variations
Color information
#FEC8EF (or 0xFEC8EF) is known color: Classic Rose. HEX triplet: FE, C8 and EF. RGB value is (254,200,239). Sum of RGB (Red+Green+Blue) = 254+200+239=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 200 (78.52% from 255 or 28.86% from 693); Blue value is 239 (93.75% from 255 or 34.49% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC8EF is #013710. Grayscale: #DCDCDC. Windows color (decimal): -79633 or 15714558. OLE color: 15714558.
HSL color Cylindrical-coordinate representation of color #FEC8EF: hue angle of 316.67º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FEC8EF is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 239 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.00 |
| HSL | 316.67º | 0.96% | 0.89% | - |
| HSV(B) | 316.67º | 0.21% | 1% | - |
| XYZ | 77.11 | 68.61 | 90.84 | - |
| YUV | 220.59 | 138.39 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 239 | 0 | 0.21 | 0.06 | 0.00 | 316.67 | 0.96 | 0.89 |
| Hex | FE | C8 | EF | 0 | 15 | 6 | 0 | 13D | 60 | 59 |
| Octal | 376 | 310 | 357 | 0 | 25 | 6 | 0 | 475 | 140 | 131 |
| Binary | 11111110 | 11001000 | 11101111 | 0 | 10101 | 110 | 0 | 100111101 | 1100000 | 1011001 |
Color Harmonies of #FEC8EF
Complementary color
Monochromatic Colors of #FEC8EF
Black with #FEC8EF
Text Example
Text Example
White with #FEC8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC8EF; }
p { color: rgb(254,200,239); }
H1.HeaderClassName
{
color: #FEC8EF;
}
.AnyTagClassName
{
color: #FEC8EF;
}
</style>
background-color css
<style>
a { background-color: #FEC8EF; }
a { background-color: rgb(254,200,239); }
div.DivClassName
{
background-color: #FEC8EF;
}
.BgClassName
{
background-color: #FEC8EF;
}
</style>
border-color css
<style>
span { border-color: #FEC8EF; }
span { border-color: rgb(254,200,239); }
td.TdClassName
{
border-color: #FEC8EF;
}
.TagClassName
{
border-color: #FEC8EF;
}
</style>