Shades of Apricot #FED0AB
Tints of Apricot #FED0AB
RGB
CMYK
RGB Variations
Color information
#FED0AB (or 0xFED0AB) is known color: Apricot. HEX triplet: FE, D0 and AB. RGB value is (254,208,171). Sum of RGB (Red+Green+Blue) = 254+208+171=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 208 (81.64% from 255 or 32.86% from 633); Blue value is 171 (67.19% from 255 or 27.01% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED0AB is #012F54. Grayscale: #D9D9D9. Windows color (decimal): -77653 or 11260158. OLE color: 11260158.
HSL color Cylindrical-coordinate representation of color #FED0AB: hue angle of 26.75º 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 #FED0AB is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 171 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.00 |
| HSL | 26.75º | 0.98% | 0.83% | - |
| HSV(B) | 26.75º | 0.33% | 1% | - |
| XYZ | 70.78 | 69.12 | 48.14 | - |
| YUV | 217.54 | 101.74 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 171 | 0 | 0.18 | 0.33 | 0.00 | 26.75 | 0.98 | 0.83 |
| Hex | FE | D0 | AB | 0 | 12 | 21 | 0 | 1B | 62 | 53 |
| Octal | 376 | 320 | 253 | 0 | 22 | 41 | 0 | 33 | 142 | 123 |
| Binary | 11111110 | 11010000 | 10101011 | 0 | 10010 | 100001 | 0 | 11011 | 1100010 | 1010011 |
Color Harmonies of #FED0AB
Complementary color
Monochromatic Colors of #FED0AB
Black with #FED0AB
Text Example
Text Example
White with #FED0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED0AB; }
p { color: rgb(254,208,171); }
H1.HeaderClassName
{
color: #FED0AB;
}
.AnyTagClassName
{
color: #FED0AB;
}
</style>
background-color css
<style>
a { background-color: #FED0AB; }
a { background-color: rgb(254,208,171); }
div.DivClassName
{
background-color: #FED0AB;
}
.BgClassName
{
background-color: #FED0AB;
}
</style>
border-color css
<style>
span { border-color: #FED0AB; }
span { border-color: rgb(254,208,171); }
td.TdClassName
{
border-color: #FED0AB;
}
.TagClassName
{
border-color: #FED0AB;
}
</style>