Shades of Apricot #FEC9B0
Tints of Apricot #FEC9B0
RGB
CMYK
RGB Variations
Color information
#FEC9B0 (or 0xFEC9B0) is known color: Apricot. HEX triplet: FE, C9 and B0. RGB value is (254,201,176). Sum of RGB (Red+Green+Blue) = 254+201+176=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 201 (78.91% from 255 or 31.85% from 631); Blue value is 176 (69.14% from 255 or 27.89% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC9B0 is #01364F. Grayscale: #D6D6D6. Windows color (decimal): -79440 or 11586046. OLE color: 11586046.
HSL color Cylindrical-coordinate representation of color #FEC9B0: hue angle of 19.23º 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 #FEC9B0 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 176 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.00 |
| HSL | 19.23º | 0.98% | 0.84% | - |
| HSV(B) | 19.23º | 0.31% | 1% | - |
| XYZ | 69.6 | 65.98 | 50.14 | - |
| YUV | 214 | 106.56 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 176 | 0 | 0.21 | 0.31 | 0.00 | 19.23 | 0.98 | 0.84 |
| Hex | FE | C9 | B0 | 0 | 15 | 1F | 0 | 13 | 62 | 54 |
| Octal | 376 | 311 | 260 | 0 | 25 | 37 | 0 | 23 | 142 | 124 |
| Binary | 11111110 | 11001001 | 10110000 | 0 | 10101 | 11111 | 0 | 10011 | 1100010 | 1010100 |
Color Harmonies of #FEC9B0
Complementary color
Monochromatic Colors of #FEC9B0
Black with #FEC9B0
Text Example
Text Example
White with #FEC9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC9B0; }
p { color: rgb(254,201,176); }
H1.HeaderClassName
{
color: #FEC9B0;
}
.AnyTagClassName
{
color: #FEC9B0;
}
</style>
background-color css
<style>
a { background-color: #FEC9B0; }
a { background-color: rgb(254,201,176); }
div.DivClassName
{
background-color: #FEC9B0;
}
.BgClassName
{
background-color: #FEC9B0;
}
</style>
border-color css
<style>
span { border-color: #FEC9B0; }
span { border-color: rgb(254,201,176); }
td.TdClassName
{
border-color: #FEC9B0;
}
.TagClassName
{
border-color: #FEC9B0;
}
</style>