Shades of Classic Rose #FEC7EF
Tints of Classic Rose #FEC7EF
RGB
CMYK
RGB Variations
Color information
#FEC7EF (or 0xFEC7EF) is known color: Classic Rose. HEX triplet: FE, C7 and EF. RGB value is (254,199,239). Sum of RGB (Red+Green+Blue) = 254+199+239=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 199 (78.12% from 255 or 28.76% from 692); Blue value is 239 (93.75% from 255 or 34.54% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC7EF is #013810. Grayscale: #DBDBDB. Windows color (decimal): -79889 or 15714302. OLE color: 15714302.
HSL color Cylindrical-coordinate representation of color #FEC7EF: hue angle of 316.36º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC7EF is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 239 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.00 |
| HSL | 316.36º | 0.96% | 0.89% | - |
| HSV(B) | 316.36º | 0.22% | 1% | - |
| XYZ | 76.88 | 68.15 | 90.76 | - |
| YUV | 220.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 239 | 0 | 0.22 | 0.06 | 0.00 | 316.36 | 0.96 | 0.89 |
| Hex | FE | C7 | EF | 0 | 16 | 6 | 0 | 13C | 60 | 59 |
| Octal | 376 | 307 | 357 | 0 | 26 | 6 | 0 | 474 | 140 | 131 |
| Binary | 11111110 | 11000111 | 11101111 | 0 | 10110 | 110 | 0 | 100111100 | 1100000 | 1011001 |
Color Harmonies of #FEC7EF
Complementary color
Monochromatic Colors of #FEC7EF
Black with #FEC7EF
Text Example
Text Example
White with #FEC7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC7EF; }
p { color: rgb(254,199,239); }
H1.HeaderClassName
{
color: #FEC7EF;
}
.AnyTagClassName
{
color: #FEC7EF;
}
</style>
background-color css
<style>
a { background-color: #FEC7EF; }
a { background-color: rgb(254,199,239); }
div.DivClassName
{
background-color: #FEC7EF;
}
.BgClassName
{
background-color: #FEC7EF;
}
</style>
border-color css
<style>
span { border-color: #FEC7EF; }
span { border-color: rgb(254,199,239); }
td.TdClassName
{
border-color: #FEC7EF;
}
.TagClassName
{
border-color: #FEC7EF;
}
</style>