Shades of Romantic #FEC0A2
Tints of Romantic #FEC0A2
RGB
CMYK
RGB Variations
Color information
#FEC0A2 (or 0xFEC0A2) is known color: Romantic. HEX triplet: FE, C0 and A2. RGB value is (254,192,162). Sum of RGB (Red+Green+Blue) = 254+192+162=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 192 (75.39% from 255 or 31.58% from 608); Blue value is 162 (63.67% from 255 or 26.64% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC0A2 is #013F5D. Grayscale: #CFCFCF. Windows color (decimal): -81758 or 10666238. OLE color: 10666238.
HSL color Cylindrical-coordinate representation of color #FEC0A2: hue angle of 19.57º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEC0A2 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 162 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.00 |
| HSL | 19.57º | 0.98% | 0.82% | - |
| HSV(B) | 19.57º | 0.36% | 1% | - |
| XYZ | 66.24 | 61.38 | 42.54 | - |
| YUV | 207.12 | 102.54 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 162 | 0 | 0.24 | 0.36 | 0.00 | 19.57 | 0.98 | 0.82 |
| Hex | FE | C0 | A2 | 0 | 18 | 24 | 0 | 14 | 62 | 52 |
| Octal | 376 | 300 | 242 | 0 | 30 | 44 | 0 | 24 | 142 | 122 |
| Binary | 11111110 | 11000000 | 10100010 | 0 | 11000 | 100100 | 0 | 10100 | 1100010 | 1010010 |
Color Harmonies of #FEC0A2
Complementary color
Monochromatic Colors of #FEC0A2
Black with #FEC0A2
Text Example
Text Example
White with #FEC0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0A2; }
p { color: rgb(254,192,162); }
H1.HeaderClassName
{
color: #FEC0A2;
}
.AnyTagClassName
{
color: #FEC0A2;
}
</style>
background-color css
<style>
a { background-color: #FEC0A2; }
a { background-color: rgb(254,192,162); }
div.DivClassName
{
background-color: #FEC0A2;
}
.BgClassName
{
background-color: #FEC0A2;
}
</style>
border-color css
<style>
span { border-color: #FEC0A2; }
span { border-color: rgb(254,192,162); }
td.TdClassName
{
border-color: #FEC0A2;
}
.TagClassName
{
border-color: #FEC0A2;
}
</style>