Shades of Apricot #FEC5AD
Tints of Apricot #FEC5AD
RGB
CMYK
RGB Variations
Color information
#FEC5AD (or 0xFEC5AD) is known color: Apricot. HEX triplet: FE, C5 and AD. RGB value is (254,197,173). Sum of RGB (Red+Green+Blue) = 254+197+173=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 197 (77.34% from 255 or 31.57% from 624); Blue value is 173 (67.97% from 255 or 27.72% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC5AD is #013A52. Grayscale: #D3D3D3. Windows color (decimal): -80467 or 11388414. OLE color: 11388414.
HSL color Cylindrical-coordinate representation of color #FEC5AD: hue angle of 17.78º 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 #FEC5AD is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 173 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.00 |
| HSL | 17.78º | 0.98% | 0.84% | - |
| HSV(B) | 17.78º | 0.32% | 1% | - |
| XYZ | 68.38 | 64.02 | 48.29 | - |
| YUV | 211.31 | 106.38 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 173 | 0 | 0.22 | 0.32 | 0.00 | 17.78 | 0.98 | 0.84 |
| Hex | FE | C5 | AD | 0 | 16 | 20 | 0 | 12 | 62 | 54 |
| Octal | 376 | 305 | 255 | 0 | 26 | 40 | 0 | 22 | 142 | 124 |
| Binary | 11111110 | 11000101 | 10101101 | 0 | 10110 | 100000 | 0 | 10010 | 1100010 | 1010100 |
Color Harmonies of #FEC5AD
Complementary color
Monochromatic Colors of #FEC5AD
Black with #FEC5AD
Text Example
Text Example
White with #FEC5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC5AD; }
p { color: rgb(254,197,173); }
H1.HeaderClassName
{
color: #FEC5AD;
}
.AnyTagClassName
{
color: #FEC5AD;
}
</style>
background-color css
<style>
a { background-color: #FEC5AD; }
a { background-color: rgb(254,197,173); }
div.DivClassName
{
background-color: #FEC5AD;
}
.BgClassName
{
background-color: #FEC5AD;
}
</style>
border-color css
<style>
span { border-color: #FEC5AD; }
span { border-color: rgb(254,197,173); }
td.TdClassName
{
border-color: #FEC5AD;
}
.TagClassName
{
border-color: #FEC5AD;
}
</style>