Shades of Apricot #FED2AD
Tints of Apricot #FED2AD
RGB
CMYK
RGB Variations
Color information
#FED2AD (or 0xFED2AD) is known color: Apricot. HEX triplet: FE, D2 and AD. RGB value is (254,210,173). Sum of RGB (Red+Green+Blue) = 254+210+173=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 210 (82.42% from 255 or 32.97% from 637); Blue value is 173 (67.97% from 255 or 27.16% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED2AD is #012D52. Grayscale: #DBDBDB. Windows color (decimal): -77139 or 11391742. OLE color: 11391742.
HSL color Cylindrical-coordinate representation of color #FED2AD: hue angle of 27.41º 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 #FED2AD is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 173 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.00 |
| HSL | 27.41º | 0.98% | 0.84% | - |
| HSV(B) | 27.41º | 0.32% | 1% | - |
| XYZ | 71.46 | 70.18 | 49.32 | - |
| YUV | 218.94 | 102.08 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 173 | 0 | 0.17 | 0.32 | 0.00 | 27.41 | 0.98 | 0.84 |
| Hex | FE | D2 | AD | 0 | 11 | 20 | 0 | 1B | 62 | 54 |
| Octal | 376 | 322 | 255 | 0 | 21 | 40 | 0 | 33 | 142 | 124 |
| Binary | 11111110 | 11010010 | 10101101 | 0 | 10001 | 100000 | 0 | 11011 | 1100010 | 1010100 |
Color Harmonies of #FED2AD
Complementary color
Monochromatic Colors of #FED2AD
Black with #FED2AD
Text Example
Text Example
White with #FED2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED2AD; }
p { color: rgb(254,210,173); }
H1.HeaderClassName
{
color: #FED2AD;
}
.AnyTagClassName
{
color: #FED2AD;
}
</style>
background-color css
<style>
a { background-color: #FED2AD; }
a { background-color: rgb(254,210,173); }
div.DivClassName
{
background-color: #FED2AD;
}
.BgClassName
{
background-color: #FED2AD;
}
</style>
border-color css
<style>
span { border-color: #FED2AD; }
span { border-color: rgb(254,210,173); }
td.TdClassName
{
border-color: #FED2AD;
}
.TagClassName
{
border-color: #FED2AD;
}
</style>