Shades of Classic Rose #FEC9EA
Tints of Classic Rose #FEC9EA
RGB
CMYK
RGB Variations
Color information
#FEC9EA (or 0xFEC9EA) is known color: Classic Rose. HEX triplet: FE, C9 and EA. RGB value is (254,201,234). Sum of RGB (Red+Green+Blue) = 254+201+234=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 201 (78.91% from 255 or 29.17% from 689); Blue value is 234 (91.80% from 255 or 33.96% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC9EA is #013615. Grayscale: #DCDCDC. Windows color (decimal): -79382 or 15387134. OLE color: 15387134.
HSL color Cylindrical-coordinate representation of color #FEC9EA: hue angle of 322.64º 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 #FEC9EA is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 234 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.00 |
| HSL | 322.64º | 0.96% | 0.89% | - |
| HSV(B) | 322.64º | 0.21% | 1% | - |
| XYZ | 76.61 | 68.78 | 87.08 | - |
| YUV | 220.61 | 135.56 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 234 | 0 | 0.21 | 0.08 | 0.00 | 322.64 | 0.96 | 0.89 |
| Hex | FE | C9 | EA | 0 | 15 | 8 | 0 | 143 | 60 | 59 |
| Octal | 376 | 311 | 352 | 0 | 25 | 10 | 0 | 503 | 140 | 131 |
| Binary | 11111110 | 11001001 | 11101010 | 0 | 10101 | 1000 | 0 | 101000011 | 1100000 | 1011001 |
Color Harmonies of #FEC9EA
Complementary color
Monochromatic Colors of #FEC9EA
Black with #FEC9EA
Text Example
Text Example
White with #FEC9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC9EA; }
p { color: rgb(254,201,234); }
H1.HeaderClassName
{
color: #FEC9EA;
}
.AnyTagClassName
{
color: #FEC9EA;
}
</style>
background-color css
<style>
a { background-color: #FEC9EA; }
a { background-color: rgb(254,201,234); }
div.DivClassName
{
background-color: #FEC9EA;
}
.BgClassName
{
background-color: #FEC9EA;
}
</style>
border-color css
<style>
span { border-color: #FEC9EA; }
span { border-color: rgb(254,201,234); }
td.TdClassName
{
border-color: #FEC9EA;
}
.TagClassName
{
border-color: #FEC9EA;
}
</style>