Shades of Classic Rose #FEC4ED
Tints of Classic Rose #FEC4ED
RGB
CMYK
RGB Variations
Color information
#FEC4ED (or 0xFEC4ED) is known color: Classic Rose. HEX triplet: FE, C4 and ED. RGB value is (254,196,237). Sum of RGB (Red+Green+Blue) = 254+196+237=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 196 (76.95% from 255 or 28.53% from 687); Blue value is 237 (92.97% from 255 or 34.50% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC4ED is #013B12. Grayscale: #D9D9D9. Windows color (decimal): -80659 or 15582462. OLE color: 15582462.
HSL color Cylindrical-coordinate representation of color #FEC4ED: hue angle of 317.59º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEC4ED is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 196 | 237 | - |
CMYK | 0 | 0.23 | 0.07 | 0.00 |
HSL | 317.59º | 0.97% | 0.88% | - |
HSV(B) | 317.59º | 0.23% | 1% | - |
XYZ | 75.9 | 66.67 | 88.99 | - |
YUV | 218.02 | 138.72 | 153.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 196 | 237 | 0 | 0.23 | 0.07 | 0.00 | 317.59 | 0.97 | 0.88 |
Hex | FE | C4 | ED | 0 | 17 | 7 | 0 | 13E | 61 | 58 |
Octal | 376 | 304 | 355 | 0 | 27 | 7 | 0 | 476 | 141 | 130 |
Binary | 11111110 | 11000100 | 11101101 | 0 | 10111 | 111 | 0 | 100111110 | 1100001 | 1011000 |
Color Harmonies of #FEC4ED
Complementary color
Monochromatic Colors of #FEC4ED
Black with #FEC4ED
Text Example
Text Example
White with #FEC4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC4ED; }
p { color: rgb(254,196,237); }
H1.HeaderClassName
{
color: #FEC4ED;
}
.AnyTagClassName
{
color: #FEC4ED;
}
</style>
background-color css
<style>
a { background-color: #FEC4ED; }
a { background-color: rgb(254,196,237); }
div.DivClassName
{
background-color: #FEC4ED;
}
.BgClassName
{
background-color: #FEC4ED;
}
</style>
border-color css
<style>
span { border-color: #FEC4ED; }
span { border-color: rgb(254,196,237); }
td.TdClassName
{
border-color: #FEC4ED;
}
.TagClassName
{
border-color: #FEC4ED;
}
</style>