Shades of Apricot #FED3AD
Tints of Apricot #FED3AD
RGB
CMYK
RGB Variations
Color information
#FED3AD (or 0xFED3AD) is known color: Apricot. HEX triplet: FE, D3 and AD. RGB value is (254,211,173). Sum of RGB (Red+Green+Blue) = 254+211+173=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 211 (82.81% from 255 or 33.07% from 638); Blue value is 173 (67.97% from 255 or 27.12% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED3AD is #012C52. Grayscale: #DBDBDB. Windows color (decimal): -76883 or 11391998. OLE color: 11391998.
HSL color Cylindrical-coordinate representation of color #FED3AD: hue angle of 28.15º 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 #FED3AD is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 173 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.00 |
| HSL | 28.15º | 0.98% | 0.84% | - |
| HSV(B) | 28.15º | 0.32% | 1% | - |
| XYZ | 71.71 | 70.68 | 49.4 | - |
| YUV | 219.53 | 101.75 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 173 | 0 | 0.17 | 0.32 | 0.00 | 28.15 | 0.98 | 0.84 |
| Hex | FE | D3 | AD | 0 | 11 | 20 | 0 | 1C | 62 | 54 |
| Octal | 376 | 323 | 255 | 0 | 21 | 40 | 0 | 34 | 142 | 124 |
| Binary | 11111110 | 11010011 | 10101101 | 0 | 10001 | 100000 | 0 | 11100 | 1100010 | 1010100 |
Color Harmonies of #FED3AD
Complementary color
Monochromatic Colors of #FED3AD
Black with #FED3AD
Text Example
Text Example
White with #FED3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED3AD; }
p { color: rgb(254,211,173); }
H1.HeaderClassName
{
color: #FED3AD;
}
.AnyTagClassName
{
color: #FED3AD;
}
</style>
background-color css
<style>
a { background-color: #FED3AD; }
a { background-color: rgb(254,211,173); }
div.DivClassName
{
background-color: #FED3AD;
}
.BgClassName
{
background-color: #FED3AD;
}
</style>
border-color css
<style>
span { border-color: #FED3AD; }
span { border-color: rgb(254,211,173); }
td.TdClassName
{
border-color: #FED3AD;
}
.TagClassName
{
border-color: #FED3AD;
}
</style>