Shades of Apricot #FEC7AD
Tints of Apricot #FEC7AD
RGB
CMYK
RGB Variations
Color information
#FEC7AD (or 0xFEC7AD) is known color: Apricot. HEX triplet: FE, C7 and AD. RGB value is (254,199,173). Sum of RGB (Red+Green+Blue) = 254+199+173=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 199 (78.12% from 255 or 31.79% from 626); Blue value is 173 (67.97% from 255 or 27.64% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC7AD is #013852. Grayscale: #D4D4D4. Windows color (decimal): -79955 or 11388926. OLE color: 11388926.
HSL color Cylindrical-coordinate representation of color #FEC7AD: hue angle of 19.26º 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 #FEC7AD is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 173 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.00 |
| HSL | 19.26º | 0.98% | 0.84% | - |
| HSV(B) | 19.26º | 0.32% | 1% | - |
| XYZ | 68.84 | 64.93 | 48.44 | - |
| YUV | 212.48 | 105.72 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 173 | 0 | 0.22 | 0.32 | 0.00 | 19.26 | 0.98 | 0.84 |
| Hex | FE | C7 | AD | 0 | 16 | 20 | 0 | 13 | 62 | 54 |
| Octal | 376 | 307 | 255 | 0 | 26 | 40 | 0 | 23 | 142 | 124 |
| Binary | 11111110 | 11000111 | 10101101 | 0 | 10110 | 100000 | 0 | 10011 | 1100010 | 1010100 |
Color Harmonies of #FEC7AD
Complementary color
Monochromatic Colors of #FEC7AD
Black with #FEC7AD
Text Example
Text Example
White with #FEC7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC7AD; }
p { color: rgb(254,199,173); }
H1.HeaderClassName
{
color: #FEC7AD;
}
.AnyTagClassName
{
color: #FEC7AD;
}
</style>
background-color css
<style>
a { background-color: #FEC7AD; }
a { background-color: rgb(254,199,173); }
div.DivClassName
{
background-color: #FEC7AD;
}
.BgClassName
{
background-color: #FEC7AD;
}
</style>
border-color css
<style>
span { border-color: #FEC7AD; }
span { border-color: rgb(254,199,173); }
td.TdClassName
{
border-color: #FEC7AD;
}
.TagClassName
{
border-color: #FEC7AD;
}
</style>