Shades of Apricot #FEC7AB
Tints of Apricot #FEC7AB
RGB
CMYK
RGB Variations
Color information
#FEC7AB (or 0xFEC7AB) is known color: Apricot. HEX triplet: FE, C7 and AB. RGB value is (254,199,171). Sum of RGB (Red+Green+Blue) = 254+199+171=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 199 (78.12% from 255 or 31.89% from 624); Blue value is 171 (67.19% from 255 or 27.40% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC7AB is #013854. Grayscale: #D4D4D4. Windows color (decimal): -79957 or 11257854. OLE color: 11257854.
HSL color Cylindrical-coordinate representation of color #FEC7AB: hue angle of 20.24º 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 #FEC7AB is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 171 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.00 |
| HSL | 20.24º | 0.98% | 0.83% | - |
| HSV(B) | 20.24º | 0.33% | 1% | - |
| XYZ | 68.65 | 64.86 | 47.43 | - |
| YUV | 212.25 | 104.72 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 171 | 0 | 0.22 | 0.33 | 0.00 | 20.24 | 0.98 | 0.83 |
| Hex | FE | C7 | AB | 0 | 16 | 21 | 0 | 14 | 62 | 53 |
| Octal | 376 | 307 | 253 | 0 | 26 | 41 | 0 | 24 | 142 | 123 |
| Binary | 11111110 | 11000111 | 10101011 | 0 | 10110 | 100001 | 0 | 10100 | 1100010 | 1010011 |
Color Harmonies of #FEC7AB
Complementary color
Monochromatic Colors of #FEC7AB
Black with #FEC7AB
Text Example
Text Example
White with #FEC7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC7AB; }
p { color: rgb(254,199,171); }
H1.HeaderClassName
{
color: #FEC7AB;
}
.AnyTagClassName
{
color: #FEC7AB;
}
</style>
background-color css
<style>
a { background-color: #FEC7AB; }
a { background-color: rgb(254,199,171); }
div.DivClassName
{
background-color: #FEC7AB;
}
.BgClassName
{
background-color: #FEC7AB;
}
</style>
border-color css
<style>
span { border-color: #FEC7AB; }
span { border-color: rgb(254,199,171); }
td.TdClassName
{
border-color: #FEC7AB;
}
.TagClassName
{
border-color: #FEC7AB;
}
</style>