Shades of Romantic #FEC2A3
Tints of Romantic #FEC2A3
RGB
CMYK
RGB Variations
Color information
#FEC2A3 (or 0xFEC2A3) is known color: Romantic. HEX triplet: FE, C2 and A3. RGB value is (254,194,163). Sum of RGB (Red+Green+Blue) = 254+194+163=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 163 (64.06% from 255 or 26.68% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC2A3 is #013D5C. Grayscale: #D0D0D0. Windows color (decimal): -81245 or 10732286. OLE color: 10732286.
HSL color Cylindrical-coordinate representation of color #FEC2A3: hue angle of 20.44º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEC2A3 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 163 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.00 |
| HSL | 20.44º | 0.98% | 0.82% | - |
| HSV(B) | 20.44º | 0.36% | 1% | - |
| XYZ | 66.78 | 62.3 | 43.16 | - |
| YUV | 208.41 | 102.38 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 163 | 0 | 0.24 | 0.36 | 0.00 | 20.44 | 0.98 | 0.82 |
| Hex | FE | C2 | A3 | 0 | 18 | 24 | 0 | 14 | 62 | 52 |
| Octal | 376 | 302 | 243 | 0 | 30 | 44 | 0 | 24 | 142 | 122 |
| Binary | 11111110 | 11000010 | 10100011 | 0 | 11000 | 100100 | 0 | 10100 | 1100010 | 1010010 |
Color Harmonies of #FEC2A3
Complementary color
Monochromatic Colors of #FEC2A3
Black with #FEC2A3
Text Example
Text Example
White with #FEC2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2A3; }
p { color: rgb(254,194,163); }
H1.HeaderClassName
{
color: #FEC2A3;
}
.AnyTagClassName
{
color: #FEC2A3;
}
</style>
background-color css
<style>
a { background-color: #FEC2A3; }
a { background-color: rgb(254,194,163); }
div.DivClassName
{
background-color: #FEC2A3;
}
.BgClassName
{
background-color: #FEC2A3;
}
</style>
border-color css
<style>
span { border-color: #FEC2A3; }
span { border-color: rgb(254,194,163); }
td.TdClassName
{
border-color: #FEC2A3;
}
.TagClassName
{
border-color: #FEC2A3;
}
</style>