Shades of Apricot #FEC7B0
Tints of Apricot #FEC7B0
RGB
CMYK
RGB Variations
Color information
#FEC7B0 (or 0xFEC7B0) is known color: Apricot. HEX triplet: FE, C7 and B0. RGB value is (254,199,176). Sum of RGB (Red+Green+Blue) = 254+199+176=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 199 (78.12% from 255 or 31.64% from 629); Blue value is 176 (69.14% from 255 or 27.98% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC7B0 is #01384F. Grayscale: #D4D4D4. Windows color (decimal): -79952 or 11585534. OLE color: 11585534.
HSL color Cylindrical-coordinate representation of color #FEC7B0: hue angle of 17.69º 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 #FEC7B0 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 176 | - |
| CMYK | 0 | 0.22 | 0.31 | 0.00 |
| HSL | 17.69º | 0.98% | 0.84% | - |
| HSV(B) | 17.69º | 0.31% | 1% | - |
| XYZ | 69.13 | 65.05 | 49.99 | - |
| YUV | 212.82 | 107.22 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 176 | 0 | 0.22 | 0.31 | 0.00 | 17.69 | 0.98 | 0.84 |
| Hex | FE | C7 | B0 | 0 | 16 | 1F | 0 | 12 | 62 | 54 |
| Octal | 376 | 307 | 260 | 0 | 26 | 37 | 0 | 22 | 142 | 124 |
| Binary | 11111110 | 11000111 | 10110000 | 0 | 10110 | 11111 | 0 | 10010 | 1100010 | 1010100 |
Color Harmonies of #FEC7B0
Complementary color
Monochromatic Colors of #FEC7B0
Black with #FEC7B0
Text Example
Text Example
White with #FEC7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC7B0; }
p { color: rgb(254,199,176); }
H1.HeaderClassName
{
color: #FEC7B0;
}
.AnyTagClassName
{
color: #FEC7B0;
}
</style>
background-color css
<style>
a { background-color: #FEC7B0; }
a { background-color: rgb(254,199,176); }
div.DivClassName
{
background-color: #FEC7B0;
}
.BgClassName
{
background-color: #FEC7B0;
}
</style>
border-color css
<style>
span { border-color: #FEC7B0; }
span { border-color: rgb(254,199,176); }
td.TdClassName
{
border-color: #FEC7B0;
}
.TagClassName
{
border-color: #FEC7B0;
}
</style>