Shades of Romantic #FEC49C
Tints of Romantic #FEC49C
RGB
CMYK
RGB Variations
Color information
#FEC49C (or 0xFEC49C) is known color: Romantic. HEX triplet: FE, C4 and 9C. RGB value is (254,196,156). Sum of RGB (Red+Green+Blue) = 254+196+156=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 196 (76.95% from 255 or 32.34% from 606); Blue value is 156 (61.33% from 255 or 25.74% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC49C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC49C is #013B63. Grayscale: #D1D1D1. Windows color (decimal): -80740 or 10274046. OLE color: 10274046.
HSL color Cylindrical-coordinate representation of color #FEC49C: hue angle of 24.49º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FEC49C is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 156 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.00 |
| HSL | 24.49º | 0.98% | 0.8% | - |
| HSV(B) | 24.49º | 0.39% | 1% | - |
| XYZ | 66.61 | 62.95 | 40.09 | - |
| YUV | 208.78 | 98.22 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 156 | 0 | 0.23 | 0.39 | 0.00 | 24.49 | 0.98 | 0.8 |
| Hex | FE | C4 | 9C | 0 | 17 | 27 | 0 | 18 | 62 | 50 |
| Octal | 376 | 304 | 234 | 0 | 27 | 47 | 0 | 30 | 142 | 120 |
| Binary | 11111110 | 11000100 | 10011100 | 0 | 10111 | 100111 | 0 | 11000 | 1100010 | 1010000 |
Color Harmonies of #FEC49C
Complementary color
Monochromatic Colors of #FEC49C
Black with #FEC49C
Text Example
Text Example
White with #FEC49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC49C; }
p { color: rgb(254,196,156); }
H1.HeaderClassName
{
color: #FEC49C;
}
.AnyTagClassName
{
color: #FEC49C;
}
</style>
background-color css
<style>
a { background-color: #FEC49C; }
a { background-color: rgb(254,196,156); }
div.DivClassName
{
background-color: #FEC49C;
}
.BgClassName
{
background-color: #FEC49C;
}
</style>
border-color css
<style>
span { border-color: #FEC49C; }
span { border-color: rgb(254,196,156); }
td.TdClassName
{
border-color: #FEC49C;
}
.TagClassName
{
border-color: #FEC49C;
}
</style>