Shades of Romantic #FEC2A2
Tints of Romantic #FEC2A2
RGB
CMYK
RGB Variations
Color information
#FEC2A2 (or 0xFEC2A2) is known color: Romantic. HEX triplet: FE, C2 and A2. RGB value is (254,194,162). Sum of RGB (Red+Green+Blue) = 254+194+162=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 194 (76.17% from 255 or 31.80% from 610); Blue value is 162 (63.67% from 255 or 26.56% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC2A2 is #013D5D. Grayscale: #D0D0D0. Windows color (decimal): -81246 or 10666750. OLE color: 10666750.
HSL color Cylindrical-coordinate representation of color #FEC2A2: hue angle of 20.87º 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 #FEC2A2 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 162 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.00 |
| HSL | 20.87º | 0.98% | 0.82% | - |
| HSV(B) | 20.87º | 0.36% | 1% | - |
| XYZ | 66.69 | 62.26 | 42.69 | - |
| YUV | 208.29 | 101.88 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 162 | 0 | 0.24 | 0.36 | 0.00 | 20.87 | 0.98 | 0.82 |
| Hex | FE | C2 | A2 | 0 | 18 | 24 | 0 | 15 | 62 | 52 |
| Octal | 376 | 302 | 242 | 0 | 30 | 44 | 0 | 25 | 142 | 122 |
| Binary | 11111110 | 11000010 | 10100010 | 0 | 11000 | 100100 | 0 | 10101 | 1100010 | 1010010 |
Color Harmonies of #FEC2A2
Complementary color
Monochromatic Colors of #FEC2A2
Black with #FEC2A2
Text Example
Text Example
White with #FEC2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2A2; }
p { color: rgb(254,194,162); }
H1.HeaderClassName
{
color: #FEC2A2;
}
.AnyTagClassName
{
color: #FEC2A2;
}
</style>
background-color css
<style>
a { background-color: #FEC2A2; }
a { background-color: rgb(254,194,162); }
div.DivClassName
{
background-color: #FEC2A2;
}
.BgClassName
{
background-color: #FEC2A2;
}
</style>
border-color css
<style>
span { border-color: #FEC2A2; }
span { border-color: rgb(254,194,162); }
td.TdClassName
{
border-color: #FEC2A2;
}
.TagClassName
{
border-color: #FEC2A2;
}
</style>