Shades of Apricot #FEC7B1
Tints of Apricot #FEC7B1
RGB
CMYK
RGB Variations
Color information
#FEC7B1 (or 0xFEC7B1) is known color: Apricot. HEX triplet: FE, C7 and B1. RGB value is (254,199,177). Sum of RGB (Red+Green+Blue) = 254+199+177=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 199 (78.12% from 255 or 31.59% from 630); Blue value is 177 (69.53% from 255 or 28.10% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC7B1 is #01384E. Grayscale: #D5D5D5. Windows color (decimal): -79951 or 11651070. OLE color: 11651070.
HSL color Cylindrical-coordinate representation of color #FEC7B1: hue angle of 17.14º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEC7B1 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 177 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.00 |
| HSL | 17.14º | 0.97% | 0.85% | - |
| HSV(B) | 17.14º | 0.3% | 1% | - |
| XYZ | 69.23 | 65.09 | 50.51 | - |
| YUV | 212.94 | 107.72 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 177 | 0 | 0.22 | 0.30 | 0.00 | 17.14 | 0.97 | 0.85 |
| Hex | FE | C7 | B1 | 0 | 16 | 1E | 0 | 11 | 61 | 55 |
| Octal | 376 | 307 | 261 | 0 | 26 | 36 | 0 | 21 | 141 | 125 |
| Binary | 11111110 | 11000111 | 10110001 | 0 | 10110 | 11110 | 0 | 10001 | 1100001 | 1010101 |
Color Harmonies of #FEC7B1
Complementary color
Monochromatic Colors of #FEC7B1
Black with #FEC7B1
Text Example
Text Example
White with #FEC7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC7B1; }
p { color: rgb(254,199,177); }
H1.HeaderClassName
{
color: #FEC7B1;
}
.AnyTagClassName
{
color: #FEC7B1;
}
</style>
background-color css
<style>
a { background-color: #FEC7B1; }
a { background-color: rgb(254,199,177); }
div.DivClassName
{
background-color: #FEC7B1;
}
.BgClassName
{
background-color: #FEC7B1;
}
</style>
border-color css
<style>
span { border-color: #FEC7B1; }
span { border-color: rgb(254,199,177); }
td.TdClassName
{
border-color: #FEC7B1;
}
.TagClassName
{
border-color: #FEC7B1;
}
</style>