Shades of Apricot #FEC9B1
Tints of Apricot #FEC9B1
RGB
CMYK
RGB Variations
Color information
#FEC9B1 (or 0xFEC9B1) is known color: Apricot. HEX triplet: FE, C9 and B1. RGB value is (254,201,177). Sum of RGB (Red+Green+Blue) = 254+201+177=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 201 (78.91% from 255 or 31.80% from 632); Blue value is 177 (69.53% from 255 or 28.01% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC9B1 is #01364E. Grayscale: #D6D6D6. Windows color (decimal): -79439 or 11651582. OLE color: 11651582.
HSL color Cylindrical-coordinate representation of color #FEC9B1: hue angle of 18.7º 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 #FEC9B1 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 177 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.00 |
| HSL | 18.7º | 0.97% | 0.85% | - |
| HSV(B) | 18.7º | 0.3% | 1% | - |
| XYZ | 69.7 | 66.02 | 50.66 | - |
| YUV | 214.11 | 107.06 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 177 | 0 | 0.21 | 0.30 | 0.00 | 18.7 | 0.97 | 0.85 |
| Hex | FE | C9 | B1 | 0 | 15 | 1E | 0 | 13 | 61 | 55 |
| Octal | 376 | 311 | 261 | 0 | 25 | 36 | 0 | 23 | 141 | 125 |
| Binary | 11111110 | 11001001 | 10110001 | 0 | 10101 | 11110 | 0 | 10011 | 1100001 | 1010101 |
Color Harmonies of #FEC9B1
Complementary color
Monochromatic Colors of #FEC9B1
Black with #FEC9B1
Text Example
Text Example
White with #FEC9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC9B1; }
p { color: rgb(254,201,177); }
H1.HeaderClassName
{
color: #FEC9B1;
}
.AnyTagClassName
{
color: #FEC9B1;
}
</style>
background-color css
<style>
a { background-color: #FEC9B1; }
a { background-color: rgb(254,201,177); }
div.DivClassName
{
background-color: #FEC9B1;
}
.BgClassName
{
background-color: #FEC9B1;
}
</style>
border-color css
<style>
span { border-color: #FEC9B1; }
span { border-color: rgb(254,201,177); }
td.TdClassName
{
border-color: #FEC9B1;
}
.TagClassName
{
border-color: #FEC9B1;
}
</style>