Shades of Romantic #FEC2A7
Tints of Romantic #FEC2A7
RGB
CMYK
RGB Variations
Color information
#FEC2A7 (or 0xFEC2A7) is known color: Romantic. HEX triplet: FE, C2 and A7. RGB value is (254,194,167). Sum of RGB (Red+Green+Blue) = 254+194+167=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 194 (76.17% from 255 or 31.54% from 615); Blue value is 167 (65.62% from 255 or 27.15% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC2A7 is #013D58. Grayscale: #D1D1D1. Windows color (decimal): -81241 or 10994430. OLE color: 10994430.
HSL color Cylindrical-coordinate representation of color #FEC2A7: hue angle of 18.62º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEC2A7 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 167 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.00 |
| HSL | 18.62º | 0.98% | 0.83% | - |
| HSV(B) | 18.62º | 0.34% | 1% | - |
| XYZ | 67.14 | 62.44 | 45.07 | - |
| YUV | 208.86 | 104.38 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 167 | 0 | 0.24 | 0.34 | 0.00 | 18.62 | 0.98 | 0.83 |
| Hex | FE | C2 | A7 | 0 | 18 | 22 | 0 | 13 | 62 | 53 |
| Octal | 376 | 302 | 247 | 0 | 30 | 42 | 0 | 23 | 142 | 123 |
| Binary | 11111110 | 11000010 | 10100111 | 0 | 11000 | 100010 | 0 | 10011 | 1100010 | 1010011 |
Color Harmonies of #FEC2A7
Complementary color
Monochromatic Colors of #FEC2A7
Black with #FEC2A7
Text Example
Text Example
White with #FEC2A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2A7; }
p { color: rgb(254,194,167); }
H1.HeaderClassName
{
color: #FEC2A7;
}
.AnyTagClassName
{
color: #FEC2A7;
}
</style>
background-color css
<style>
a { background-color: #FEC2A7; }
a { background-color: rgb(254,194,167); }
div.DivClassName
{
background-color: #FEC2A7;
}
.BgClassName
{
background-color: #FEC2A7;
}
</style>
border-color css
<style>
span { border-color: #FEC2A7; }
span { border-color: rgb(254,194,167); }
td.TdClassName
{
border-color: #FEC2A7;
}
.TagClassName
{
border-color: #FEC2A7;
}
</style>