Shades of Apricot #FEC9AB
Tints of Apricot #FEC9AB
RGB
CMYK
RGB Variations
Color information
#FEC9AB (or 0xFEC9AB) is known color: Apricot. HEX triplet: FE, C9 and AB. RGB value is (254,201,171). Sum of RGB (Red+Green+Blue) = 254+201+171=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 201 (78.91% from 255 or 32.11% from 626); Blue value is 171 (67.19% from 255 or 27.32% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC9AB is #013654. Grayscale: #D5D5D5. Windows color (decimal): -79445 or 11258366. OLE color: 11258366.
HSL color Cylindrical-coordinate representation of color #FEC9AB: hue angle of 21.69º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEC9AB is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 171 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.00 |
| HSL | 21.69º | 0.98% | 0.83% | - |
| HSV(B) | 21.69º | 0.33% | 1% | - |
| XYZ | 69.11 | 65.78 | 47.58 | - |
| YUV | 213.43 | 104.06 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 171 | 0 | 0.21 | 0.33 | 0.00 | 21.69 | 0.98 | 0.83 |
| Hex | FE | C9 | AB | 0 | 15 | 21 | 0 | 16 | 62 | 53 |
| Octal | 376 | 311 | 253 | 0 | 25 | 41 | 0 | 26 | 142 | 123 |
| Binary | 11111110 | 11001001 | 10101011 | 0 | 10101 | 100001 | 0 | 10110 | 1100010 | 1010011 |
Color Harmonies of #FEC9AB
Complementary color
Monochromatic Colors of #FEC9AB
Black with #FEC9AB
Text Example
Text Example
White with #FEC9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC9AB; }
p { color: rgb(254,201,171); }
H1.HeaderClassName
{
color: #FEC9AB;
}
.AnyTagClassName
{
color: #FEC9AB;
}
</style>
background-color css
<style>
a { background-color: #FEC9AB; }
a { background-color: rgb(254,201,171); }
div.DivClassName
{
background-color: #FEC9AB;
}
.BgClassName
{
background-color: #FEC9AB;
}
</style>
border-color css
<style>
span { border-color: #FEC9AB; }
span { border-color: rgb(254,201,171); }
td.TdClassName
{
border-color: #FEC9AB;
}
.TagClassName
{
border-color: #FEC9AB;
}
</style>