Shades of Romantic #FEC5A0
Tints of Romantic #FEC5A0
RGB
CMYK
RGB Variations
Color information
#FEC5A0 (or 0xFEC5A0) is known color: Romantic. HEX triplet: FE, C5 and A0. RGB value is (254,197,160). Sum of RGB (Red+Green+Blue) = 254+197+160=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 197 (77.34% from 255 or 32.24% from 611); Blue value is 160 (62.89% from 255 or 26.19% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC5A0 is #013A5F. Grayscale: #D2D2D2. Windows color (decimal): -80480 or 10536446. OLE color: 10536446.
HSL color Cylindrical-coordinate representation of color #FEC5A0: hue angle of 23.62º 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 #FEC5A0 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 160 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.00 |
| HSL | 23.62º | 0.98% | 0.81% | - |
| HSV(B) | 23.62º | 0.37% | 1% | - |
| XYZ | 67.18 | 63.54 | 41.98 | - |
| YUV | 209.83 | 99.88 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 160 | 0 | 0.22 | 0.37 | 0.00 | 23.62 | 0.98 | 0.81 |
| Hex | FE | C5 | A0 | 0 | 16 | 25 | 0 | 18 | 62 | 51 |
| Octal | 376 | 305 | 240 | 0 | 26 | 45 | 0 | 30 | 142 | 121 |
| Binary | 11111110 | 11000101 | 10100000 | 0 | 10110 | 100101 | 0 | 11000 | 1100010 | 1010001 |
Color Harmonies of #FEC5A0
Complementary color
Monochromatic Colors of #FEC5A0
Black with #FEC5A0
Text Example
Text Example
White with #FEC5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC5A0; }
p { color: rgb(254,197,160); }
H1.HeaderClassName
{
color: #FEC5A0;
}
.AnyTagClassName
{
color: #FEC5A0;
}
</style>
background-color css
<style>
a { background-color: #FEC5A0; }
a { background-color: rgb(254,197,160); }
div.DivClassName
{
background-color: #FEC5A0;
}
.BgClassName
{
background-color: #FEC5A0;
}
</style>
border-color css
<style>
span { border-color: #FEC5A0; }
span { border-color: rgb(254,197,160); }
td.TdClassName
{
border-color: #FEC5A0;
}
.TagClassName
{
border-color: #FEC5A0;
}
</style>