Shades of Classic Rose #FEC6E2
Tints of Classic Rose #FEC6E2
RGB
CMYK
RGB Variations
Color information
#FEC6E2 (or 0xFEC6E2) is known color: Classic Rose. HEX triplet: FE, C6 and E2. RGB value is (254,198,226). Sum of RGB (Red+Green+Blue) = 254+198+226=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 198 (77.73% from 255 or 29.20% from 678); Blue value is 226 (88.67% from 255 or 33.33% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC6E2 is #01391D. Grayscale: #D9D9D9. Windows color (decimal): -80158 or 14862078. OLE color: 14862078.
HSL color Cylindrical-coordinate representation of color #FEC6E2: hue angle of 330º 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 #FEC6E2 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 226 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.00 |
| HSL | 330º | 0.97% | 0.89% | - |
| HSV(B) | 330º | 0.22% | 1% | - |
| XYZ | 74.79 | 66.95 | 80.93 | - |
| YUV | 217.94 | 132.55 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 226 | 0 | 0.22 | 0.11 | 0.00 | 330 | 0.97 | 0.89 |
| Hex | FE | C6 | E2 | 0 | 16 | B | 0 | 14A | 61 | 59 |
| Octal | 376 | 306 | 342 | 0 | 26 | 13 | 0 | 512 | 141 | 131 |
| Binary | 11111110 | 11000110 | 11100010 | 0 | 10110 | 1011 | 0 | 101001010 | 1100001 | 1011001 |
Color Harmonies of #FEC6E2
Complementary color
Monochromatic Colors of #FEC6E2
Black with #FEC6E2
Text Example
Text Example
White with #FEC6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC6E2; }
p { color: rgb(254,198,226); }
H1.HeaderClassName
{
color: #FEC6E2;
}
.AnyTagClassName
{
color: #FEC6E2;
}
</style>
background-color css
<style>
a { background-color: #FEC6E2; }
a { background-color: rgb(254,198,226); }
div.DivClassName
{
background-color: #FEC6E2;
}
.BgClassName
{
background-color: #FEC6E2;
}
</style>
border-color css
<style>
span { border-color: #FEC6E2; }
span { border-color: rgb(254,198,226); }
td.TdClassName
{
border-color: #FEC6E2;
}
.TagClassName
{
border-color: #FEC6E2;
}
</style>