Shades of Classic Rose #FEC9ED
Tints of Classic Rose #FEC9ED
RGB
CMYK
RGB Variations
Color information
#FEC9ED (or 0xFEC9ED) is known color: Classic Rose. HEX triplet: FE, C9 and ED. RGB value is (254,201,237). Sum of RGB (Red+Green+Blue) = 254+201+237=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 201 (78.91% from 255 or 29.05% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC9ED is #013612. Grayscale: #DCDCDC. Windows color (decimal): -79379 or 15583742. OLE color: 15583742.
HSL color Cylindrical-coordinate representation of color #FEC9ED: hue angle of 319.25º 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 #FEC9ED is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 237 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.00 |
| HSL | 319.25º | 0.96% | 0.89% | - |
| HSV(B) | 319.25º | 0.21% | 1% | - |
| XYZ | 77.05 | 68.96 | 89.37 | - |
| YUV | 220.95 | 137.06 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 237 | 0 | 0.21 | 0.07 | 0.00 | 319.25 | 0.96 | 0.89 |
| Hex | FE | C9 | ED | 0 | 15 | 7 | 0 | 13F | 60 | 59 |
| Octal | 376 | 311 | 355 | 0 | 25 | 7 | 0 | 477 | 140 | 131 |
| Binary | 11111110 | 11001001 | 11101101 | 0 | 10101 | 111 | 0 | 100111111 | 1100000 | 1011001 |
Color Harmonies of #FEC9ED
Complementary color
Monochromatic Colors of #FEC9ED
Black with #FEC9ED
Text Example
Text Example
White with #FEC9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC9ED; }
p { color: rgb(254,201,237); }
H1.HeaderClassName
{
color: #FEC9ED;
}
.AnyTagClassName
{
color: #FEC9ED;
}
</style>
background-color css
<style>
a { background-color: #FEC9ED; }
a { background-color: rgb(254,201,237); }
div.DivClassName
{
background-color: #FEC9ED;
}
.BgClassName
{
background-color: #FEC9ED;
}
</style>
border-color css
<style>
span { border-color: #FEC9ED; }
span { border-color: rgb(254,201,237); }
td.TdClassName
{
border-color: #FEC9ED;
}
.TagClassName
{
border-color: #FEC9ED;
}
</style>