Shades of Apricot #FEC8B1
Tints of Apricot #FEC8B1
RGB
CMYK
RGB Variations
Color information
#FEC8B1 (or 0xFEC8B1) is known color: Apricot. HEX triplet: FE, C8 and B1. RGB value is (254,200,177). Sum of RGB (Red+Green+Blue) = 254+200+177=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 200 (78.52% from 255 or 31.70% from 631); Blue value is 177 (69.53% from 255 or 28.05% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC8B1 is #01374E. Grayscale: #D5D5D5. Windows color (decimal): -79695 or 11651326. OLE color: 11651326.
HSL color Cylindrical-coordinate representation of color #FEC8B1: hue angle of 17.92º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEC8B1 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 177 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.00 |
| HSL | 17.92º | 0.97% | 0.85% | - |
| HSV(B) | 17.92º | 0.3% | 1% | - |
| XYZ | 69.46 | 65.55 | 50.59 | - |
| YUV | 213.52 | 107.39 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 177 | 0 | 0.21 | 0.30 | 0.00 | 17.92 | 0.97 | 0.85 |
| Hex | FE | C8 | B1 | 0 | 15 | 1E | 0 | 12 | 61 | 55 |
| Octal | 376 | 310 | 261 | 0 | 25 | 36 | 0 | 22 | 141 | 125 |
| Binary | 11111110 | 11001000 | 10110001 | 0 | 10101 | 11110 | 0 | 10010 | 1100001 | 1010101 |
Color Harmonies of #FEC8B1
Complementary color
Monochromatic Colors of #FEC8B1
Black with #FEC8B1
Text Example
Text Example
White with #FEC8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC8B1; }
p { color: rgb(254,200,177); }
H1.HeaderClassName
{
color: #FEC8B1;
}
.AnyTagClassName
{
color: #FEC8B1;
}
</style>
background-color css
<style>
a { background-color: #FEC8B1; }
a { background-color: rgb(254,200,177); }
div.DivClassName
{
background-color: #FEC8B1;
}
.BgClassName
{
background-color: #FEC8B1;
}
</style>
border-color css
<style>
span { border-color: #FEC8B1; }
span { border-color: rgb(254,200,177); }
td.TdClassName
{
border-color: #FEC8B1;
}
.TagClassName
{
border-color: #FEC8B1;
}
</style>