Shades of Romantic #FEC0A6
Tints of Romantic #FEC0A6
RGB
CMYK
RGB Variations
Color information
#FEC0A6 (or 0xFEC0A6) is known color: Romantic. HEX triplet: FE, C0 and A6. RGB value is (254,192,166). Sum of RGB (Red+Green+Blue) = 254+192+166=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 166 (65.23% from 255 or 27.12% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC0A6 is #013F59. Grayscale: #CFCFCF. Windows color (decimal): -81754 or 10928382. OLE color: 10928382.
HSL color Cylindrical-coordinate representation of color #FEC0A6: hue angle of 17.73º 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 #FEC0A6 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 166 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.00 |
| HSL | 17.73º | 0.98% | 0.82% | - |
| HSV(B) | 17.73º | 0.35% | 1% | - |
| XYZ | 66.61 | 61.52 | 44.44 | - |
| YUV | 207.57 | 104.54 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 166 | 0 | 0.24 | 0.35 | 0.00 | 17.73 | 0.98 | 0.82 |
| Hex | FE | C0 | A6 | 0 | 18 | 23 | 0 | 12 | 62 | 52 |
| Octal | 376 | 300 | 246 | 0 | 30 | 43 | 0 | 22 | 142 | 122 |
| Binary | 11111110 | 11000000 | 10100110 | 0 | 11000 | 100011 | 0 | 10010 | 1100010 | 1010010 |
Color Harmonies of #FEC0A6
Complementary color
Monochromatic Colors of #FEC0A6
Black with #FEC0A6
Text Example
Text Example
White with #FEC0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0A6; }
p { color: rgb(254,192,166); }
H1.HeaderClassName
{
color: #FEC0A6;
}
.AnyTagClassName
{
color: #FEC0A6;
}
</style>
background-color css
<style>
a { background-color: #FEC0A6; }
a { background-color: rgb(254,192,166); }
div.DivClassName
{
background-color: #FEC0A6;
}
.BgClassName
{
background-color: #FEC0A6;
}
</style>
border-color css
<style>
span { border-color: #FEC0A6; }
span { border-color: rgb(254,192,166); }
td.TdClassName
{
border-color: #FEC0A6;
}
.TagClassName
{
border-color: #FEC0A6;
}
</style>