Shades of Romantic #FEC8A1
Tints of Romantic #FEC8A1
RGB
CMYK
RGB Variations
Color information
#FEC8A1 (or 0xFEC8A1) is known color: Romantic. HEX triplet: FE, C8 and A1. RGB value is (254,200,161). Sum of RGB (Red+Green+Blue) = 254+200+161=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 200 (78.52% from 255 or 32.52% from 615); Blue value is 161 (63.28% from 255 or 26.18% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC8A1 is #01375E. Grayscale: #D3D3D3. Windows color (decimal): -79711 or 10602750. OLE color: 10602750.
HSL color Cylindrical-coordinate representation of color #FEC8A1: hue angle of 25.16º 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 #FEC8A1 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 161 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.00 |
| HSL | 25.16º | 0.98% | 0.81% | - |
| HSV(B) | 25.16º | 0.37% | 1% | - |
| XYZ | 67.96 | 64.95 | 42.67 | - |
| YUV | 211.7 | 99.39 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 161 | 0 | 0.21 | 0.37 | 0.00 | 25.16 | 0.98 | 0.81 |
| Hex | FE | C8 | A1 | 0 | 15 | 25 | 0 | 19 | 62 | 51 |
| Octal | 376 | 310 | 241 | 0 | 25 | 45 | 0 | 31 | 142 | 121 |
| Binary | 11111110 | 11001000 | 10100001 | 0 | 10101 | 100101 | 0 | 11001 | 1100010 | 1010001 |
Color Harmonies of #FEC8A1
Complementary color
Monochromatic Colors of #FEC8A1
Black with #FEC8A1
Text Example
Text Example
White with #FEC8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC8A1; }
p { color: rgb(254,200,161); }
H1.HeaderClassName
{
color: #FEC8A1;
}
.AnyTagClassName
{
color: #FEC8A1;
}
</style>
background-color css
<style>
a { background-color: #FEC8A1; }
a { background-color: rgb(254,200,161); }
div.DivClassName
{
background-color: #FEC8A1;
}
.BgClassName
{
background-color: #FEC8A1;
}
</style>
border-color css
<style>
span { border-color: #FEC8A1; }
span { border-color: rgb(254,200,161); }
td.TdClassName
{
border-color: #FEC8A1;
}
.TagClassName
{
border-color: #FEC8A1;
}
</style>