Shades of Apricot #FEC8AB
Tints of Apricot #FEC8AB
RGB
CMYK
RGB Variations
Color information
#FEC8AB (or 0xFEC8AB) is known color: Apricot. HEX triplet: FE, C8 and AB. RGB value is (254,200,171). Sum of RGB (Red+Green+Blue) = 254+200+171=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 200 (78.52% from 255 or 32% from 625); Blue value is 171 (67.19% from 255 or 27.36% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC8AB is #013754. Grayscale: #D5D5D5. Windows color (decimal): -79701 or 11258110. OLE color: 11258110.
HSL color Cylindrical-coordinate representation of color #FEC8AB: hue angle of 20.96º 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 #FEC8AB is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 171 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.00 |
| HSL | 20.96º | 0.98% | 0.83% | - |
| HSV(B) | 20.96º | 0.33% | 1% | - |
| XYZ | 68.88 | 65.32 | 47.51 | - |
| YUV | 212.84 | 104.39 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 171 | 0 | 0.21 | 0.33 | 0.00 | 20.96 | 0.98 | 0.83 |
| Hex | FE | C8 | AB | 0 | 15 | 21 | 0 | 15 | 62 | 53 |
| Octal | 376 | 310 | 253 | 0 | 25 | 41 | 0 | 25 | 142 | 123 |
| Binary | 11111110 | 11001000 | 10101011 | 0 | 10101 | 100001 | 0 | 10101 | 1100010 | 1010011 |
Color Harmonies of #FEC8AB
Complementary color
Monochromatic Colors of #FEC8AB
Black with #FEC8AB
Text Example
Text Example
White with #FEC8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC8AB; }
p { color: rgb(254,200,171); }
H1.HeaderClassName
{
color: #FEC8AB;
}
.AnyTagClassName
{
color: #FEC8AB;
}
</style>
background-color css
<style>
a { background-color: #FEC8AB; }
a { background-color: rgb(254,200,171); }
div.DivClassName
{
background-color: #FEC8AB;
}
.BgClassName
{
background-color: #FEC8AB;
}
</style>
border-color css
<style>
span { border-color: #FEC8AB; }
span { border-color: rgb(254,200,171); }
td.TdClassName
{
border-color: #FEC8AB;
}
.TagClassName
{
border-color: #FEC8AB;
}
</style>