Shades of Classic Rose #FEC6E1
Tints of Classic Rose #FEC6E1
RGB
CMYK
RGB Variations
Color information
#FEC6E1 (or 0xFEC6E1) is known color: Classic Rose. HEX triplet: FE, C6 and E1. RGB value is (254,198,225). Sum of RGB (Red+Green+Blue) = 254+198+225=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 198 (77.73% from 255 or 29.25% from 677); Blue value is 225 (88.28% from 255 or 33.23% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC6E1 is #01391E. Grayscale: #D9D9D9. Windows color (decimal): -80159 or 14796542. OLE color: 14796542.
HSL color Cylindrical-coordinate representation of color #FEC6E1: hue angle of 331.07º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC6E1 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 225 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.00 |
| HSL | 331.07º | 0.97% | 0.89% | - |
| HSV(B) | 331.07º | 0.22% | 1% | - |
| XYZ | 74.66 | 66.9 | 80.21 | - |
| YUV | 217.82 | 132.05 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 225 | 0 | 0.22 | 0.11 | 0.00 | 331.07 | 0.97 | 0.89 |
| Hex | FE | C6 | E1 | 0 | 16 | B | 0 | 14B | 61 | 59 |
| Octal | 376 | 306 | 341 | 0 | 26 | 13 | 0 | 513 | 141 | 131 |
| Binary | 11111110 | 11000110 | 11100001 | 0 | 10110 | 1011 | 0 | 101001011 | 1100001 | 1011001 |
Color Harmonies of #FEC6E1
Complementary color
Monochromatic Colors of #FEC6E1
Black with #FEC6E1
Text Example
Text Example
White with #FEC6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC6E1; }
p { color: rgb(254,198,225); }
H1.HeaderClassName
{
color: #FEC6E1;
}
.AnyTagClassName
{
color: #FEC6E1;
}
</style>
background-color css
<style>
a { background-color: #FEC6E1; }
a { background-color: rgb(254,198,225); }
div.DivClassName
{
background-color: #FEC6E1;
}
.BgClassName
{
background-color: #FEC6E1;
}
</style>
border-color css
<style>
span { border-color: #FEC6E1; }
span { border-color: rgb(254,198,225); }
td.TdClassName
{
border-color: #FEC6E1;
}
.TagClassName
{
border-color: #FEC6E1;
}
</style>