Shades of Romantic #FEC6A1
Tints of Romantic #FEC6A1
RGB
CMYK
RGB Variations
Color information
#FEC6A1 (or 0xFEC6A1) is known color: Romantic. HEX triplet: FE, C6 and A1. RGB value is (254,198,161). Sum of RGB (Red+Green+Blue) = 254+198+161=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 198 (77.73% from 255 or 32.30% from 613); Blue value is 161 (63.28% from 255 or 26.26% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC6A1 is #01395E. Grayscale: #D2D2D2. Windows color (decimal): -80223 or 10602238. OLE color: 10602238.
HSL color Cylindrical-coordinate representation of color #FEC6A1: hue angle of 23.87º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEC6A1 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 161 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.00 |
| HSL | 23.87º | 0.98% | 0.81% | - |
| HSV(B) | 23.87º | 0.37% | 1% | - |
| XYZ | 67.5 | 64.03 | 42.52 | - |
| YUV | 210.53 | 100.05 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 161 | 0 | 0.22 | 0.37 | 0.00 | 23.87 | 0.98 | 0.81 |
| Hex | FE | C6 | A1 | 0 | 16 | 25 | 0 | 18 | 62 | 51 |
| Octal | 376 | 306 | 241 | 0 | 26 | 45 | 0 | 30 | 142 | 121 |
| Binary | 11111110 | 11000110 | 10100001 | 0 | 10110 | 100101 | 0 | 11000 | 1100010 | 1010001 |
Color Harmonies of #FEC6A1
Complementary color
Monochromatic Colors of #FEC6A1
Black with #FEC6A1
Text Example
Text Example
White with #FEC6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC6A1; }
p { color: rgb(254,198,161); }
H1.HeaderClassName
{
color: #FEC6A1;
}
.AnyTagClassName
{
color: #FEC6A1;
}
</style>
background-color css
<style>
a { background-color: #FEC6A1; }
a { background-color: rgb(254,198,161); }
div.DivClassName
{
background-color: #FEC6A1;
}
.BgClassName
{
background-color: #FEC6A1;
}
</style>
border-color css
<style>
span { border-color: #FEC6A1; }
span { border-color: rgb(254,198,161); }
td.TdClassName
{
border-color: #FEC6A1;
}
.TagClassName
{
border-color: #FEC6A1;
}
</style>