Shades of Classic Rose #FEC7EA
Tints of Classic Rose #FEC7EA
RGB
CMYK
RGB Variations
Color information
#FEC7EA (or 0xFEC7EA) is known color: Classic Rose. HEX triplet: FE, C7 and EA. RGB value is (254,199,234). Sum of RGB (Red+Green+Blue) = 254+199+234=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 199 (78.12% from 255 or 28.97% from 687); Blue value is 234 (91.80% from 255 or 34.06% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC7EA is #013815. Grayscale: #DBDBDB. Windows color (decimal): -79894 or 15386622. OLE color: 15386622.
HSL color Cylindrical-coordinate representation of color #FEC7EA: hue angle of 321.82º 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 #FEC7EA is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 234 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.00 |
| HSL | 321.82º | 0.96% | 0.89% | - |
| HSV(B) | 321.82º | 0.22% | 1% | - |
| XYZ | 76.15 | 67.86 | 86.93 | - |
| YUV | 219.44 | 136.22 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 234 | 0 | 0.22 | 0.08 | 0.00 | 321.82 | 0.96 | 0.89 |
| Hex | FE | C7 | EA | 0 | 16 | 8 | 0 | 142 | 60 | 59 |
| Octal | 376 | 307 | 352 | 0 | 26 | 10 | 0 | 502 | 140 | 131 |
| Binary | 11111110 | 11000111 | 11101010 | 0 | 10110 | 1000 | 0 | 101000010 | 1100000 | 1011001 |
Color Harmonies of #FEC7EA
Complementary color
Monochromatic Colors of #FEC7EA
Black with #FEC7EA
Text Example
Text Example
White with #FEC7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC7EA; }
p { color: rgb(254,199,234); }
H1.HeaderClassName
{
color: #FEC7EA;
}
.AnyTagClassName
{
color: #FEC7EA;
}
</style>
background-color css
<style>
a { background-color: #FEC7EA; }
a { background-color: rgb(254,199,234); }
div.DivClassName
{
background-color: #FEC7EA;
}
.BgClassName
{
background-color: #FEC7EA;
}
</style>
border-color css
<style>
span { border-color: #FEC7EA; }
span { border-color: rgb(254,199,234); }
td.TdClassName
{
border-color: #FEC7EA;
}
.TagClassName
{
border-color: #FEC7EA;
}
</style>