Shades of Apricot #FEC8AF
Tints of Apricot #FEC8AF
RGB
CMYK
RGB Variations
Color information
#FEC8AF (or 0xFEC8AF) is known color: Apricot. HEX triplet: FE, C8 and AF. RGB value is (254,200,175). Sum of RGB (Red+Green+Blue) = 254+200+175=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 200 (78.52% from 255 or 31.80% from 629); Blue value is 175 (68.75% from 255 or 27.82% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC8AF is #013750. Grayscale: #D5D5D5. Windows color (decimal): -79697 or 11520254. OLE color: 11520254.
HSL color Cylindrical-coordinate representation of color #FEC8AF: hue angle of 18.99º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEC8AF is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 175 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.00 |
| HSL | 18.99º | 0.98% | 0.84% | - |
| HSV(B) | 18.99º | 0.31% | 1% | - |
| XYZ | 69.27 | 65.47 | 49.54 | - |
| YUV | 213.3 | 106.39 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 175 | 0 | 0.21 | 0.31 | 0.00 | 18.99 | 0.98 | 0.84 |
| Hex | FE | C8 | AF | 0 | 15 | 1F | 0 | 13 | 62 | 54 |
| Octal | 376 | 310 | 257 | 0 | 25 | 37 | 0 | 23 | 142 | 124 |
| Binary | 11111110 | 11001000 | 10101111 | 0 | 10101 | 11111 | 0 | 10011 | 1100010 | 1010100 |
Color Harmonies of #FEC8AF
Complementary color
Monochromatic Colors of #FEC8AF
Black with #FEC8AF
Text Example
Text Example
White with #FEC8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC8AF; }
p { color: rgb(254,200,175); }
H1.HeaderClassName
{
color: #FEC8AF;
}
.AnyTagClassName
{
color: #FEC8AF;
}
</style>
background-color css
<style>
a { background-color: #FEC8AF; }
a { background-color: rgb(254,200,175); }
div.DivClassName
{
background-color: #FEC8AF;
}
.BgClassName
{
background-color: #FEC8AF;
}
</style>
border-color css
<style>
span { border-color: #FEC8AF; }
span { border-color: rgb(254,200,175); }
td.TdClassName
{
border-color: #FEC8AF;
}
.TagClassName
{
border-color: #FEC8AF;
}
</style>