Shades of Romantic #FEC0A0
Tints of Romantic #FEC0A0
RGB
CMYK
RGB Variations
Color information
#FEC0A0 (or 0xFEC0A0) is known color: Romantic. HEX triplet: FE, C0 and A0. RGB value is (254,192,160). Sum of RGB (Red+Green+Blue) = 254+192+160=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 192 (75.39% from 255 or 31.68% from 606); Blue value is 160 (62.89% from 255 or 26.40% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC0A0 is #013F5F. Grayscale: #CFCFCF. Windows color (decimal): -81760 or 10535166. OLE color: 10535166.
HSL color Cylindrical-coordinate representation of color #FEC0A0: hue angle of 20.43º 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 #FEC0A0 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 160 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.00 |
| HSL | 20.43º | 0.98% | 0.81% | - |
| HSV(B) | 20.43º | 0.37% | 1% | - |
| XYZ | 66.07 | 61.31 | 41.61 | - |
| YUV | 206.89 | 101.54 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 160 | 0 | 0.24 | 0.37 | 0.00 | 20.43 | 0.98 | 0.81 |
| Hex | FE | C0 | A0 | 0 | 18 | 25 | 0 | 14 | 62 | 51 |
| Octal | 376 | 300 | 240 | 0 | 30 | 45 | 0 | 24 | 142 | 121 |
| Binary | 11111110 | 11000000 | 10100000 | 0 | 11000 | 100101 | 0 | 10100 | 1100010 | 1010001 |
Color Harmonies of #FEC0A0
Complementary color
Monochromatic Colors of #FEC0A0
Black with #FEC0A0
Text Example
Text Example
White with #FEC0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0A0; }
p { color: rgb(254,192,160); }
H1.HeaderClassName
{
color: #FEC0A0;
}
.AnyTagClassName
{
color: #FEC0A0;
}
</style>
background-color css
<style>
a { background-color: #FEC0A0; }
a { background-color: rgb(254,192,160); }
div.DivClassName
{
background-color: #FEC0A0;
}
.BgClassName
{
background-color: #FEC0A0;
}
</style>
border-color css
<style>
span { border-color: #FEC0A0; }
span { border-color: rgb(254,192,160); }
td.TdClassName
{
border-color: #FEC0A0;
}
.TagClassName
{
border-color: #FEC0A0;
}
</style>