Shades of Romantic #FEC4A0
Tints of Romantic #FEC4A0
RGB
CMYK
RGB Variations
Color information
#FEC4A0 (or 0xFEC4A0) is known color: Romantic. HEX triplet: FE, C4 and A0. RGB value is (254,196,160). Sum of RGB (Red+Green+Blue) = 254+196+160=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 196 (76.95% from 255 or 32.13% from 610); Blue value is 160 (62.89% from 255 or 26.23% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC4A0 is #013B5F. Grayscale: #D1D1D1. Windows color (decimal): -80736 or 10536190. OLE color: 10536190.
HSL color Cylindrical-coordinate representation of color #FEC4A0: hue angle of 22.98º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEC4A0 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 160 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.00 |
| HSL | 22.98º | 0.98% | 0.81% | - |
| HSV(B) | 22.98º | 0.37% | 1% | - |
| XYZ | 66.96 | 63.09 | 41.91 | - |
| YUV | 209.24 | 100.22 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 160 | 0 | 0.23 | 0.37 | 0.00 | 22.98 | 0.98 | 0.81 |
| Hex | FE | C4 | A0 | 0 | 17 | 25 | 0 | 17 | 62 | 51 |
| Octal | 376 | 304 | 240 | 0 | 27 | 45 | 0 | 27 | 142 | 121 |
| Binary | 11111110 | 11000100 | 10100000 | 0 | 10111 | 100101 | 0 | 10111 | 1100010 | 1010001 |
Color Harmonies of #FEC4A0
Complementary color
Monochromatic Colors of #FEC4A0
Black with #FEC4A0
Text Example
Text Example
White with #FEC4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC4A0; }
p { color: rgb(254,196,160); }
H1.HeaderClassName
{
color: #FEC4A0;
}
.AnyTagClassName
{
color: #FEC4A0;
}
</style>
background-color css
<style>
a { background-color: #FEC4A0; }
a { background-color: rgb(254,196,160); }
div.DivClassName
{
background-color: #FEC4A0;
}
.BgClassName
{
background-color: #FEC4A0;
}
</style>
border-color css
<style>
span { border-color: #FEC4A0; }
span { border-color: rgb(254,196,160); }
td.TdClassName
{
border-color: #FEC4A0;
}
.TagClassName
{
border-color: #FEC4A0;
}
</style>