Shades of Apricot #FEC4AD
Tints of Apricot #FEC4AD
RGB
CMYK
RGB Variations
Color information
#FEC4AD (or 0xFEC4AD) is known color: Apricot. HEX triplet: FE, C4 and AD. RGB value is (254,196,173). Sum of RGB (Red+Green+Blue) = 254+196+173=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 196 (76.95% from 255 or 31.46% from 623); Blue value is 173 (67.97% from 255 or 27.77% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC4AD is #013B52. Grayscale: #D2D2D2. Windows color (decimal): -80723 or 11388158. OLE color: 11388158.
HSL color Cylindrical-coordinate representation of color #FEC4AD: hue angle of 17.04º 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 #FEC4AD is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 173 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.00 |
| HSL | 17.04º | 0.98% | 0.84% | - |
| HSV(B) | 17.04º | 0.32% | 1% | - |
| XYZ | 68.16 | 63.57 | 48.21 | - |
| YUV | 210.72 | 106.72 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 173 | 0 | 0.23 | 0.32 | 0.00 | 17.04 | 0.98 | 0.84 |
| Hex | FE | C4 | AD | 0 | 17 | 20 | 0 | 11 | 62 | 54 |
| Octal | 376 | 304 | 255 | 0 | 27 | 40 | 0 | 21 | 142 | 124 |
| Binary | 11111110 | 11000100 | 10101101 | 0 | 10111 | 100000 | 0 | 10001 | 1100010 | 1010100 |
Color Harmonies of #FEC4AD
Complementary color
Monochromatic Colors of #FEC4AD
Black with #FEC4AD
Text Example
Text Example
White with #FEC4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC4AD; }
p { color: rgb(254,196,173); }
H1.HeaderClassName
{
color: #FEC4AD;
}
.AnyTagClassName
{
color: #FEC4AD;
}
</style>
background-color css
<style>
a { background-color: #FEC4AD; }
a { background-color: rgb(254,196,173); }
div.DivClassName
{
background-color: #FEC4AD;
}
.BgClassName
{
background-color: #FEC4AD;
}
</style>
border-color css
<style>
span { border-color: #FEC4AD; }
span { border-color: rgb(254,196,173); }
td.TdClassName
{
border-color: #FEC4AD;
}
.TagClassName
{
border-color: #FEC4AD;
}
</style>