Shades of Romantic #FEC0A3
Tints of Romantic #FEC0A3
RGB
CMYK
RGB Variations
Color information
#FEC0A3 (or 0xFEC0A3) is known color: Romantic. HEX triplet: FE, C0 and A3. RGB value is (254,192,163). Sum of RGB (Red+Green+Blue) = 254+192+163=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 192 (75.39% from 255 or 31.53% from 609); Blue value is 163 (64.06% from 255 or 26.77% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC0A3 is #013F5C. Grayscale: #CFCFCF. Windows color (decimal): -81757 or 10731774. OLE color: 10731774.
HSL color Cylindrical-coordinate representation of color #FEC0A3: hue angle of 19.12º 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 #FEC0A3 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 163 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.00 |
| HSL | 19.12º | 0.98% | 0.82% | - |
| HSV(B) | 19.12º | 0.36% | 1% | - |
| XYZ | 66.33 | 61.41 | 43.01 | - |
| YUV | 207.23 | 103.04 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 163 | 0 | 0.24 | 0.36 | 0.00 | 19.12 | 0.98 | 0.82 |
| Hex | FE | C0 | A3 | 0 | 18 | 24 | 0 | 13 | 62 | 52 |
| Octal | 376 | 300 | 243 | 0 | 30 | 44 | 0 | 23 | 142 | 122 |
| Binary | 11111110 | 11000000 | 10100011 | 0 | 11000 | 100100 | 0 | 10011 | 1100010 | 1010010 |
Color Harmonies of #FEC0A3
Complementary color
Monochromatic Colors of #FEC0A3
Black with #FEC0A3
Text Example
Text Example
White with #FEC0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0A3; }
p { color: rgb(254,192,163); }
H1.HeaderClassName
{
color: #FEC0A3;
}
.AnyTagClassName
{
color: #FEC0A3;
}
</style>
background-color css
<style>
a { background-color: #FEC0A3; }
a { background-color: rgb(254,192,163); }
div.DivClassName
{
background-color: #FEC0A3;
}
.BgClassName
{
background-color: #FEC0A3;
}
</style>
border-color css
<style>
span { border-color: #FEC0A3; }
span { border-color: rgb(254,192,163); }
td.TdClassName
{
border-color: #FEC0A3;
}
.TagClassName
{
border-color: #FEC0A3;
}
</style>