Shades of Apricot #FED4AD
Tints of Apricot #FED4AD
RGB
CMYK
RGB Variations
Color information
#FED4AD (or 0xFED4AD) is known color: Apricot. HEX triplet: FE, D4 and AD. RGB value is (254,212,173). Sum of RGB (Red+Green+Blue) = 254+212+173=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 212 (83.20% from 255 or 33.18% from 639); Blue value is 173 (67.97% from 255 or 27.07% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED4AD is #012B52. Grayscale: #DCDCDC. Windows color (decimal): -76627 or 11392254. OLE color: 11392254.
HSL color Cylindrical-coordinate representation of color #FED4AD: hue angle of 28.89º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FED4AD is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 173 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.00 |
| HSL | 28.89º | 0.98% | 0.84% | - |
| HSV(B) | 28.89º | 0.32% | 1% | - |
| XYZ | 71.96 | 71.17 | 49.48 | - |
| YUV | 220.11 | 101.41 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 173 | 0 | 0.17 | 0.32 | 0.00 | 28.89 | 0.98 | 0.84 |
| Hex | FE | D4 | AD | 0 | 11 | 20 | 0 | 1D | 62 | 54 |
| Octal | 376 | 324 | 255 | 0 | 21 | 40 | 0 | 35 | 142 | 124 |
| Binary | 11111110 | 11010100 | 10101101 | 0 | 10001 | 100000 | 0 | 11101 | 1100010 | 1010100 |
Color Harmonies of #FED4AD
Complementary color
Monochromatic Colors of #FED4AD
Black with #FED4AD
Text Example
Text Example
White with #FED4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED4AD; }
p { color: rgb(254,212,173); }
H1.HeaderClassName
{
color: #FED4AD;
}
.AnyTagClassName
{
color: #FED4AD;
}
</style>
background-color css
<style>
a { background-color: #FED4AD; }
a { background-color: rgb(254,212,173); }
div.DivClassName
{
background-color: #FED4AD;
}
.BgClassName
{
background-color: #FED4AD;
}
</style>
border-color css
<style>
span { border-color: #FED4AD; }
span { border-color: rgb(254,212,173); }
td.TdClassName
{
border-color: #FED4AD;
}
.TagClassName
{
border-color: #FED4AD;
}
</style>