Shades of Classic Rose #FEC6E9
Tints of Classic Rose #FEC6E9
RGB
CMYK
RGB Variations
Color information
#FEC6E9 (or 0xFEC6E9) is known color: Classic Rose. HEX triplet: FE, C6 and E9. RGB value is (254,198,233). Sum of RGB (Red+Green+Blue) = 254+198+233=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 198 (77.73% from 255 or 28.91% from 685); Blue value is 233 (91.41% from 255 or 34.01% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC6E9 is #013916. Grayscale: #DADADA. Windows color (decimal): -80151 or 15320830. OLE color: 15320830.
HSL color Cylindrical-coordinate representation of color #FEC6E9: hue angle of 322.5º 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 #FEC6E9 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 233 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.00 |
| HSL | 322.5º | 0.97% | 0.89% | - |
| HSV(B) | 322.5º | 0.22% | 1% | - |
| XYZ | 75.78 | 67.34 | 86.1 | - |
| YUV | 218.73 | 136.05 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 233 | 0 | 0.22 | 0.08 | 0.00 | 322.5 | 0.97 | 0.89 |
| Hex | FE | C6 | E9 | 0 | 16 | 8 | 0 | 142 | 61 | 59 |
| Octal | 376 | 306 | 351 | 0 | 26 | 10 | 0 | 502 | 141 | 131 |
| Binary | 11111110 | 11000110 | 11101001 | 0 | 10110 | 1000 | 0 | 101000010 | 1100001 | 1011001 |
Color Harmonies of #FEC6E9
Complementary color
Monochromatic Colors of #FEC6E9
Black with #FEC6E9
Text Example
Text Example
White with #FEC6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC6E9; }
p { color: rgb(254,198,233); }
H1.HeaderClassName
{
color: #FEC6E9;
}
.AnyTagClassName
{
color: #FEC6E9;
}
</style>
background-color css
<style>
a { background-color: #FEC6E9; }
a { background-color: rgb(254,198,233); }
div.DivClassName
{
background-color: #FEC6E9;
}
.BgClassName
{
background-color: #FEC6E9;
}
</style>
border-color css
<style>
span { border-color: #FEC6E9; }
span { border-color: rgb(254,198,233); }
td.TdClassName
{
border-color: #FEC6E9;
}
.TagClassName
{
border-color: #FEC6E9;
}
</style>