Shades of Apricot #FEC6AD
Tints of Apricot #FEC6AD
RGB
CMYK
RGB Variations
Color information
#FEC6AD (or 0xFEC6AD) is known color: Apricot. HEX triplet: FE, C6 and AD. RGB value is (254,198,173). Sum of RGB (Red+Green+Blue) = 254+198+173=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 198 (77.73% from 255 or 31.68% from 625); Blue value is 173 (67.97% from 255 or 27.68% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC6AD is #013952. Grayscale: #D4D4D4. Windows color (decimal): -80211 or 11388670. OLE color: 11388670.
HSL color Cylindrical-coordinate representation of color #FEC6AD: hue angle of 18.52º 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 #FEC6AD is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 173 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.00 |
| HSL | 18.52º | 0.98% | 0.84% | - |
| HSV(B) | 18.52º | 0.32% | 1% | - |
| XYZ | 68.61 | 64.48 | 48.36 | - |
| YUV | 211.89 | 106.05 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 173 | 0 | 0.22 | 0.32 | 0.00 | 18.52 | 0.98 | 0.84 |
| Hex | FE | C6 | AD | 0 | 16 | 20 | 0 | 13 | 62 | 54 |
| Octal | 376 | 306 | 255 | 0 | 26 | 40 | 0 | 23 | 142 | 124 |
| Binary | 11111110 | 11000110 | 10101101 | 0 | 10110 | 100000 | 0 | 10011 | 1100010 | 1010100 |
Color Harmonies of #FEC6AD
Complementary color
Monochromatic Colors of #FEC6AD
Black with #FEC6AD
Text Example
Text Example
White with #FEC6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC6AD; }
p { color: rgb(254,198,173); }
H1.HeaderClassName
{
color: #FEC6AD;
}
.AnyTagClassName
{
color: #FEC6AD;
}
</style>
background-color css
<style>
a { background-color: #FEC6AD; }
a { background-color: rgb(254,198,173); }
div.DivClassName
{
background-color: #FEC6AD;
}
.BgClassName
{
background-color: #FEC6AD;
}
</style>
border-color css
<style>
span { border-color: #FEC6AD; }
span { border-color: rgb(254,198,173); }
td.TdClassName
{
border-color: #FEC6AD;
}
.TagClassName
{
border-color: #FEC6AD;
}
</style>