Shades of Romantic #FEC1A0
Tints of Romantic #FEC1A0
RGB
CMYK
RGB Variations
Color information
#FEC1A0 (or 0xFEC1A0) is known color: Romantic. HEX triplet: FE, C1 and A0. RGB value is (254,193,160). Sum of RGB (Red+Green+Blue) = 254+193+160=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 160 (62.89% from 255 or 26.36% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC1A0 is #013E5F. Grayscale: #CFCFCF. Windows color (decimal): -81504 or 10535422. OLE color: 10535422.
HSL color Cylindrical-coordinate representation of color #FEC1A0: hue angle of 21.06º 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 #FEC1A0 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 160 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.00 |
| HSL | 21.06º | 0.98% | 0.81% | - |
| HSV(B) | 21.06º | 0.37% | 1% | - |
| XYZ | 66.29 | 61.75 | 41.68 | - |
| YUV | 207.48 | 101.21 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 160 | 0 | 0.24 | 0.37 | 0.00 | 21.06 | 0.98 | 0.81 |
| Hex | FE | C1 | A0 | 0 | 18 | 25 | 0 | 15 | 62 | 51 |
| Octal | 376 | 301 | 240 | 0 | 30 | 45 | 0 | 25 | 142 | 121 |
| Binary | 11111110 | 11000001 | 10100000 | 0 | 11000 | 100101 | 0 | 10101 | 1100010 | 1010001 |
Color Harmonies of #FEC1A0
Complementary color
Monochromatic Colors of #FEC1A0
Black with #FEC1A0
Text Example
Text Example
White with #FEC1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC1A0; }
p { color: rgb(254,193,160); }
H1.HeaderClassName
{
color: #FEC1A0;
}
.AnyTagClassName
{
color: #FEC1A0;
}
</style>
background-color css
<style>
a { background-color: #FEC1A0; }
a { background-color: rgb(254,193,160); }
div.DivClassName
{
background-color: #FEC1A0;
}
.BgClassName
{
background-color: #FEC1A0;
}
</style>
border-color css
<style>
span { border-color: #FEC1A0; }
span { border-color: rgb(254,193,160); }
td.TdClassName
{
border-color: #FEC1A0;
}
.TagClassName
{
border-color: #FEC1A0;
}
</style>