Shades of Apricot #FEC9AF
Tints of Apricot #FEC9AF
RGB
CMYK
RGB Variations
Color information
#FEC9AF (or 0xFEC9AF) is known color: Apricot. HEX triplet: FE, C9 and AF. RGB value is (254,201,175). Sum of RGB (Red+Green+Blue) = 254+201+175=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 201 (78.91% from 255 or 31.90% from 630); Blue value is 175 (68.75% from 255 or 27.78% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC9AF is #013650. Grayscale: #D6D6D6. Windows color (decimal): -79441 or 11520510. OLE color: 11520510.
HSL color Cylindrical-coordinate representation of color #FEC9AF: hue angle of 19.75º 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 #FEC9AF is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 175 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.00 |
| HSL | 19.75º | 0.98% | 0.84% | - |
| HSV(B) | 19.75º | 0.31% | 1% | - |
| XYZ | 69.5 | 65.94 | 49.62 | - |
| YUV | 213.88 | 106.06 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 175 | 0 | 0.21 | 0.31 | 0.00 | 19.75 | 0.98 | 0.84 |
| Hex | FE | C9 | AF | 0 | 15 | 1F | 0 | 14 | 62 | 54 |
| Octal | 376 | 311 | 257 | 0 | 25 | 37 | 0 | 24 | 142 | 124 |
| Binary | 11111110 | 11001001 | 10101111 | 0 | 10101 | 11111 | 0 | 10100 | 1100010 | 1010100 |
Color Harmonies of #FEC9AF
Complementary color
Monochromatic Colors of #FEC9AF
Black with #FEC9AF
Text Example
Text Example
White with #FEC9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC9AF; }
p { color: rgb(254,201,175); }
H1.HeaderClassName
{
color: #FEC9AF;
}
.AnyTagClassName
{
color: #FEC9AF;
}
</style>
background-color css
<style>
a { background-color: #FEC9AF; }
a { background-color: rgb(254,201,175); }
div.DivClassName
{
background-color: #FEC9AF;
}
.BgClassName
{
background-color: #FEC9AF;
}
</style>
border-color css
<style>
span { border-color: #FEC9AF; }
span { border-color: rgb(254,201,175); }
td.TdClassName
{
border-color: #FEC9AF;
}
.TagClassName
{
border-color: #FEC9AF;
}
</style>