Shades of Classic Rose #FEC7ED
Tints of Classic Rose #FEC7ED
RGB
CMYK
RGB Variations
Color information
#FEC7ED (or 0xFEC7ED) is known color: Classic Rose. HEX triplet: FE, C7 and ED. RGB value is (254,199,237). Sum of RGB (Red+Green+Blue) = 254+199+237=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 199 (78.12% from 255 or 28.84% from 690); Blue value is 237 (92.97% from 255 or 34.35% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC7ED is #013812. Grayscale: #DBDBDB. Windows color (decimal): -79891 or 15583230. OLE color: 15583230.
HSL color Cylindrical-coordinate representation of color #FEC7ED: hue angle of 318.55º 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 #FEC7ED is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 237 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.00 |
| HSL | 318.55º | 0.96% | 0.89% | - |
| HSV(B) | 318.55º | 0.22% | 1% | - |
| XYZ | 76.58 | 68.03 | 89.22 | - |
| YUV | 219.78 | 137.72 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 237 | 0 | 0.22 | 0.07 | 0.00 | 318.55 | 0.96 | 0.89 |
| Hex | FE | C7 | ED | 0 | 16 | 7 | 0 | 13F | 60 | 59 |
| Octal | 376 | 307 | 355 | 0 | 26 | 7 | 0 | 477 | 140 | 131 |
| Binary | 11111110 | 11000111 | 11101101 | 0 | 10110 | 111 | 0 | 100111111 | 1100000 | 1011001 |
Color Harmonies of #FEC7ED
Complementary color
Monochromatic Colors of #FEC7ED
Black with #FEC7ED
Text Example
Text Example
White with #FEC7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC7ED; }
p { color: rgb(254,199,237); }
H1.HeaderClassName
{
color: #FEC7ED;
}
.AnyTagClassName
{
color: #FEC7ED;
}
</style>
background-color css
<style>
a { background-color: #FEC7ED; }
a { background-color: rgb(254,199,237); }
div.DivClassName
{
background-color: #FEC7ED;
}
.BgClassName
{
background-color: #FEC7ED;
}
</style>
border-color css
<style>
span { border-color: #FEC7ED; }
span { border-color: rgb(254,199,237); }
td.TdClassName
{
border-color: #FEC7ED;
}
.TagClassName
{
border-color: #FEC7ED;
}
</style>