Shades of Apricot #FECEB0
Tints of Apricot #FECEB0
RGB
CMYK
RGB Variations
Color information
#FECEB0 (or 0xFECEB0) is known color: Apricot. HEX triplet: FE, CE and B0. RGB value is (254,206,176). Sum of RGB (Red+Green+Blue) = 254+206+176=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 206 (80.86% from 255 or 32.39% from 636); Blue value is 176 (69.14% from 255 or 27.67% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECEB0 is #01314F. Grayscale: #D9D9D9. Windows color (decimal): -78160 or 11587326. OLE color: 11587326.
HSL color Cylindrical-coordinate representation of color #FECEB0: hue angle of 23.08º 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 #FECEB0 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 176 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.00 |
| HSL | 23.08º | 0.98% | 0.84% | - |
| HSV(B) | 23.08º | 0.31% | 1% | - |
| XYZ | 70.78 | 68.35 | 50.54 | - |
| YUV | 216.93 | 104.9 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 176 | 0 | 0.19 | 0.31 | 0.00 | 23.08 | 0.98 | 0.84 |
| Hex | FE | CE | B0 | 0 | 13 | 1F | 0 | 17 | 62 | 54 |
| Octal | 376 | 316 | 260 | 0 | 23 | 37 | 0 | 27 | 142 | 124 |
| Binary | 11111110 | 11001110 | 10110000 | 0 | 10011 | 11111 | 0 | 10111 | 1100010 | 1010100 |
Color Harmonies of #FECEB0
Complementary color
Monochromatic Colors of #FECEB0
Black with #FECEB0
Text Example
Text Example
White with #FECEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECEB0; }
p { color: rgb(254,206,176); }
H1.HeaderClassName
{
color: #FECEB0;
}
.AnyTagClassName
{
color: #FECEB0;
}
</style>
background-color css
<style>
a { background-color: #FECEB0; }
a { background-color: rgb(254,206,176); }
div.DivClassName
{
background-color: #FECEB0;
}
.BgClassName
{
background-color: #FECEB0;
}
</style>
border-color css
<style>
span { border-color: #FECEB0; }
span { border-color: rgb(254,206,176); }
td.TdClassName
{
border-color: #FECEB0;
}
.TagClassName
{
border-color: #FECEB0;
}
</style>