Shades of Classic Rose #FEC9EC
Tints of Classic Rose #FEC9EC
RGB
CMYK
RGB Variations
Color information
#FEC9EC (or 0xFEC9EC) is known color: Classic Rose. HEX triplet: FE, C9 and EC. RGB value is (254,201,236). Sum of RGB (Red+Green+Blue) = 254+201+236=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 201 (78.91% from 255 or 29.09% from 691); Blue value is 236 (92.58% from 255 or 34.15% from 691); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC9EC is #013613. Grayscale: #DCDCDC. Windows color (decimal): -79380 or 15518206. OLE color: 15518206.
HSL color Cylindrical-coordinate representation of color #FEC9EC: hue angle of 320.38º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FEC9EC is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 236 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.00 |
| HSL | 320.38º | 0.96% | 0.89% | - |
| HSV(B) | 320.38º | 0.21% | 1% | - |
| XYZ | 76.9 | 68.9 | 88.6 | - |
| YUV | 220.84 | 136.56 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 236 | 0 | 0.21 | 0.07 | 0.00 | 320.38 | 0.96 | 0.89 |
| Hex | FE | C9 | EC | 0 | 15 | 7 | 0 | 140 | 60 | 59 |
| Octal | 376 | 311 | 354 | 0 | 25 | 7 | 0 | 500 | 140 | 131 |
| Binary | 11111110 | 11001001 | 11101100 | 0 | 10101 | 111 | 0 | 101000000 | 1100000 | 1011001 |
Color Harmonies of #FEC9EC
Complementary color
Monochromatic Colors of #FEC9EC
Black with #FEC9EC
Text Example
Text Example
White with #FEC9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC9EC; }
p { color: rgb(254,201,236); }
H1.HeaderClassName
{
color: #FEC9EC;
}
.AnyTagClassName
{
color: #FEC9EC;
}
</style>
background-color css
<style>
a { background-color: #FEC9EC; }
a { background-color: rgb(254,201,236); }
div.DivClassName
{
background-color: #FEC9EC;
}
.BgClassName
{
background-color: #FEC9EC;
}
</style>
border-color css
<style>
span { border-color: #FEC9EC; }
span { border-color: rgb(254,201,236); }
td.TdClassName
{
border-color: #FEC9EC;
}
.TagClassName
{
border-color: #FEC9EC;
}
</style>