Shades of Classic Rose #FEC6E5
Tints of Classic Rose #FEC6E5
RGB
CMYK
RGB Variations
Color information
#FEC6E5 (or 0xFEC6E5) is known color: Classic Rose. HEX triplet: FE, C6 and E5. RGB value is (254,198,229). Sum of RGB (Red+Green+Blue) = 254+198+229=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 198 (77.73% from 255 or 29.07% from 681); Blue value is 229 (89.84% from 255 or 33.63% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC6E5 is #01391A. Grayscale: #DADADA. Windows color (decimal): -80155 or 15058686. OLE color: 15058686.
HSL color Cylindrical-coordinate representation of color #FEC6E5: hue angle of 326.79º 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 #FEC6E5 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 229 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.00 |
| HSL | 326.79º | 0.97% | 0.89% | - |
| HSV(B) | 326.79º | 0.22% | 1% | - |
| XYZ | 75.21 | 67.12 | 83.12 | - |
| YUV | 218.28 | 134.05 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 229 | 0 | 0.22 | 0.10 | 0.00 | 326.79 | 0.97 | 0.89 |
| Hex | FE | C6 | E5 | 0 | 16 | A | 0 | 147 | 61 | 59 |
| Octal | 376 | 306 | 345 | 0 | 26 | 12 | 0 | 507 | 141 | 131 |
| Binary | 11111110 | 11000110 | 11100101 | 0 | 10110 | 1010 | 0 | 101000111 | 1100001 | 1011001 |
Color Harmonies of #FEC6E5
Complementary color
Monochromatic Colors of #FEC6E5
Black with #FEC6E5
Text Example
Text Example
White with #FEC6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC6E5; }
p { color: rgb(254,198,229); }
H1.HeaderClassName
{
color: #FEC6E5;
}
.AnyTagClassName
{
color: #FEC6E5;
}
</style>
background-color css
<style>
a { background-color: #FEC6E5; }
a { background-color: rgb(254,198,229); }
div.DivClassName
{
background-color: #FEC6E5;
}
.BgClassName
{
background-color: #FEC6E5;
}
</style>
border-color css
<style>
span { border-color: #FEC6E5; }
span { border-color: rgb(254,198,229); }
td.TdClassName
{
border-color: #FEC6E5;
}
.TagClassName
{
border-color: #FEC6E5;
}
</style>