Shades of Romantic #FEC7A0
Tints of Romantic #FEC7A0
RGB
CMYK
RGB Variations
Color information
#FEC7A0 (or 0xFEC7A0) is known color: Romantic. HEX triplet: FE, C7 and A0. RGB value is (254,199,160). Sum of RGB (Red+Green+Blue) = 254+199+160=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 199 (78.12% from 255 or 32.46% from 613); Blue value is 160 (62.89% from 255 or 26.10% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC7A0 is #01385F. Grayscale: #D3D3D3. Windows color (decimal): -79968 or 10536958. OLE color: 10536958.
HSL color Cylindrical-coordinate representation of color #FEC7A0: hue angle of 24.89º 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 #FEC7A0 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 160 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.00 |
| HSL | 24.89º | 0.98% | 0.81% | - |
| HSV(B) | 24.89º | 0.37% | 1% | - |
| XYZ | 67.64 | 64.46 | 42.13 | - |
| YUV | 211 | 99.22 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 160 | 0 | 0.22 | 0.37 | 0.00 | 24.89 | 0.98 | 0.81 |
| Hex | FE | C7 | A0 | 0 | 16 | 25 | 0 | 19 | 62 | 51 |
| Octal | 376 | 307 | 240 | 0 | 26 | 45 | 0 | 31 | 142 | 121 |
| Binary | 11111110 | 11000111 | 10100000 | 0 | 10110 | 100101 | 0 | 11001 | 1100010 | 1010001 |
Color Harmonies of #FEC7A0
Complementary color
Monochromatic Colors of #FEC7A0
Black with #FEC7A0
Text Example
Text Example
White with #FEC7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC7A0; }
p { color: rgb(254,199,160); }
H1.HeaderClassName
{
color: #FEC7A0;
}
.AnyTagClassName
{
color: #FEC7A0;
}
</style>
background-color css
<style>
a { background-color: #FEC7A0; }
a { background-color: rgb(254,199,160); }
div.DivClassName
{
background-color: #FEC7A0;
}
.BgClassName
{
background-color: #FEC7A0;
}
</style>
border-color css
<style>
span { border-color: #FEC7A0; }
span { border-color: rgb(254,199,160); }
td.TdClassName
{
border-color: #FEC7A0;
}
.TagClassName
{
border-color: #FEC7A0;
}
</style>