Shades of Romantic #FEC2A6
Tints of Romantic #FEC2A6
RGB
CMYK
RGB Variations
Color information
#FEC2A6 (or 0xFEC2A6) is known color: Romantic. HEX triplet: FE, C2 and A6. RGB value is (254,194,166). Sum of RGB (Red+Green+Blue) = 254+194+166=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 194 (76.17% from 255 or 31.60% from 614); Blue value is 166 (65.23% from 255 or 27.04% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC2A6 is #013D59. Grayscale: #D0D0D0. Windows color (decimal): -81242 or 10928894. OLE color: 10928894.
HSL color Cylindrical-coordinate representation of color #FEC2A6: hue angle of 19.09º 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 #FEC2A6 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 166 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.00 |
| HSL | 19.09º | 0.98% | 0.82% | - |
| HSV(B) | 19.09º | 0.35% | 1% | - |
| XYZ | 67.05 | 62.41 | 44.59 | - |
| YUV | 208.75 | 103.88 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 166 | 0 | 0.24 | 0.35 | 0.00 | 19.09 | 0.98 | 0.82 |
| Hex | FE | C2 | A6 | 0 | 18 | 23 | 0 | 13 | 62 | 52 |
| Octal | 376 | 302 | 246 | 0 | 30 | 43 | 0 | 23 | 142 | 122 |
| Binary | 11111110 | 11000010 | 10100110 | 0 | 11000 | 100011 | 0 | 10011 | 1100010 | 1010010 |
Color Harmonies of #FEC2A6
Complementary color
Monochromatic Colors of #FEC2A6
Black with #FEC2A6
Text Example
Text Example
White with #FEC2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2A6; }
p { color: rgb(254,194,166); }
H1.HeaderClassName
{
color: #FEC2A6;
}
.AnyTagClassName
{
color: #FEC2A6;
}
</style>
background-color css
<style>
a { background-color: #FEC2A6; }
a { background-color: rgb(254,194,166); }
div.DivClassName
{
background-color: #FEC2A6;
}
.BgClassName
{
background-color: #FEC2A6;
}
</style>
border-color css
<style>
span { border-color: #FEC2A6; }
span { border-color: rgb(254,194,166); }
td.TdClassName
{
border-color: #FEC2A6;
}
.TagClassName
{
border-color: #FEC2A6;
}
</style>