Shades of Romantic #FEC0A4
Tints of Romantic #FEC0A4
RGB
CMYK
RGB Variations
Color information
#FEC0A4 (or 0xFEC0A4) is known color: Romantic. HEX triplet: FE, C0 and A4. RGB value is (254,192,164). Sum of RGB (Red+Green+Blue) = 254+192+164=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 192 (75.39% from 255 or 31.48% from 610); Blue value is 164 (64.45% from 255 or 26.89% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC0A4 is #013F5B. Grayscale: #CFCFCF. Windows color (decimal): -81756 or 10797310. OLE color: 10797310.
HSL color Cylindrical-coordinate representation of color #FEC0A4: hue angle of 18.67º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEC0A4 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 164 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.00 |
| HSL | 18.67º | 0.98% | 0.82% | - |
| HSV(B) | 18.67º | 0.35% | 1% | - |
| XYZ | 66.42 | 61.45 | 43.48 | - |
| YUV | 207.35 | 103.54 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 164 | 0 | 0.24 | 0.35 | 0.00 | 18.67 | 0.98 | 0.82 |
| Hex | FE | C0 | A4 | 0 | 18 | 23 | 0 | 13 | 62 | 52 |
| Octal | 376 | 300 | 244 | 0 | 30 | 43 | 0 | 23 | 142 | 122 |
| Binary | 11111110 | 11000000 | 10100100 | 0 | 11000 | 100011 | 0 | 10011 | 1100010 | 1010010 |
Color Harmonies of #FEC0A4
Complementary color
Monochromatic Colors of #FEC0A4
Black with #FEC0A4
Text Example
Text Example
White with #FEC0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0A4; }
p { color: rgb(254,192,164); }
H1.HeaderClassName
{
color: #FEC0A4;
}
.AnyTagClassName
{
color: #FEC0A4;
}
</style>
background-color css
<style>
a { background-color: #FEC0A4; }
a { background-color: rgb(254,192,164); }
div.DivClassName
{
background-color: #FEC0A4;
}
.BgClassName
{
background-color: #FEC0A4;
}
</style>
border-color css
<style>
span { border-color: #FEC0A4; }
span { border-color: rgb(254,192,164); }
td.TdClassName
{
border-color: #FEC0A4;
}
.TagClassName
{
border-color: #FEC0A4;
}
</style>