Shades of Romantic #FEC29E
Tints of Romantic #FEC29E
RGB
CMYK
RGB Variations
Color information
#FEC29E (or 0xFEC29E) is known color: Romantic. HEX triplet: FE, C2 and 9E. RGB value is (254,194,158). Sum of RGB (Red+Green+Blue) = 254+194+158=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 194 (76.17% from 255 or 32.01% from 606); Blue value is 158 (62.11% from 255 or 26.07% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC29E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC29E is #013D61. Grayscale: #D0D0D0. Windows color (decimal): -81250 or 10404606. OLE color: 10404606.
HSL color Cylindrical-coordinate representation of color #FEC29E: hue angle of 22.5º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FEC29E is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 158 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.00 |
| HSL | 22.5º | 0.98% | 0.81% | - |
| HSV(B) | 22.5º | 0.38% | 1% | - |
| XYZ | 66.34 | 62.12 | 40.84 | - |
| YUV | 207.84 | 99.88 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 158 | 0 | 0.24 | 0.38 | 0.00 | 22.5 | 0.98 | 0.81 |
| Hex | FE | C2 | 9E | 0 | 18 | 26 | 0 | 16 | 62 | 51 |
| Octal | 376 | 302 | 236 | 0 | 30 | 46 | 0 | 26 | 142 | 121 |
| Binary | 11111110 | 11000010 | 10011110 | 0 | 11000 | 100110 | 0 | 10110 | 1100010 | 1010001 |
Color Harmonies of #FEC29E
Complementary color
Monochromatic Colors of #FEC29E
Black with #FEC29E
Text Example
Text Example
White with #FEC29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC29E; }
p { color: rgb(254,194,158); }
H1.HeaderClassName
{
color: #FEC29E;
}
.AnyTagClassName
{
color: #FEC29E;
}
</style>
background-color css
<style>
a { background-color: #FEC29E; }
a { background-color: rgb(254,194,158); }
div.DivClassName
{
background-color: #FEC29E;
}
.BgClassName
{
background-color: #FEC29E;
}
</style>
border-color css
<style>
span { border-color: #FEC29E; }
span { border-color: rgb(254,194,158); }
td.TdClassName
{
border-color: #FEC29E;
}
.TagClassName
{
border-color: #FEC29E;
}
</style>