Shades of Apricot #FECEB1
Tints of Apricot #FECEB1
RGB
CMYK
RGB Variations
Color information
#FECEB1 (or 0xFECEB1) is known color: Apricot. HEX triplet: FE, CE and B1. RGB value is (254,206,177). Sum of RGB (Red+Green+Blue) = 254+206+177=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 177 (69.53% from 255 or 27.79% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECEB1 is #01314E. Grayscale: #D9D9D9. Windows color (decimal): -78159 or 11652862. OLE color: 11652862.
HSL color Cylindrical-coordinate representation of color #FECEB1: hue angle of 22.6º 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 #FECEB1 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 177 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.00 |
| HSL | 22.6º | 0.97% | 0.85% | - |
| HSV(B) | 22.6º | 0.3% | 1% | - |
| XYZ | 70.88 | 68.39 | 51.06 | - |
| YUV | 217.05 | 105.4 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 177 | 0 | 0.19 | 0.30 | 0.00 | 22.6 | 0.97 | 0.85 |
| Hex | FE | CE | B1 | 0 | 13 | 1E | 0 | 17 | 61 | 55 |
| Octal | 376 | 316 | 261 | 0 | 23 | 36 | 0 | 27 | 141 | 125 |
| Binary | 11111110 | 11001110 | 10110001 | 0 | 10011 | 11110 | 0 | 10111 | 1100001 | 1010101 |
Color Harmonies of #FECEB1
Complementary color
Monochromatic Colors of #FECEB1
Black with #FECEB1
Text Example
Text Example
White with #FECEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECEB1; }
p { color: rgb(254,206,177); }
H1.HeaderClassName
{
color: #FECEB1;
}
.AnyTagClassName
{
color: #FECEB1;
}
</style>
background-color css
<style>
a { background-color: #FECEB1; }
a { background-color: rgb(254,206,177); }
div.DivClassName
{
background-color: #FECEB1;
}
.BgClassName
{
background-color: #FECEB1;
}
</style>
border-color css
<style>
span { border-color: #FECEB1; }
span { border-color: rgb(254,206,177); }
td.TdClassName
{
border-color: #FECEB1;
}
.TagClassName
{
border-color: #FECEB1;
}
</style>