Shades of Apricot #FECEB3
Tints of Apricot #FECEB3
RGB
CMYK
RGB Variations
Color information
#FECEB3 (or 0xFECEB3) is known color: Apricot. HEX triplet: FE, CE and B3. RGB value is (254,206,179). Sum of RGB (Red+Green+Blue) = 254+206+179=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 206 (80.86% from 255 or 32.24% from 639); Blue value is 179 (70.31% from 255 or 28.01% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECEB3 is #01314C. Grayscale: #D9D9D9. Windows color (decimal): -78157 or 11783934. OLE color: 11783934.
HSL color Cylindrical-coordinate representation of color #FECEB3: hue angle of 21.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 #FECEB3 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 179 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.00 |
| HSL | 21.6º | 0.97% | 0.85% | - |
| HSV(B) | 21.6º | 0.3% | 1% | - |
| XYZ | 71.08 | 68.47 | 52.12 | - |
| YUV | 217.27 | 106.4 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 179 | 0 | 0.19 | 0.30 | 0.00 | 21.6 | 0.97 | 0.85 |
| Hex | FE | CE | B3 | 0 | 13 | 1E | 0 | 16 | 61 | 55 |
| Octal | 376 | 316 | 263 | 0 | 23 | 36 | 0 | 26 | 141 | 125 |
| Binary | 11111110 | 11001110 | 10110011 | 0 | 10011 | 11110 | 0 | 10110 | 1100001 | 1010101 |
Color Harmonies of #FECEB3
Complementary color
Monochromatic Colors of #FECEB3
Black with #FECEB3
Text Example
Text Example
White with #FECEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECEB3; }
p { color: rgb(254,206,179); }
H1.HeaderClassName
{
color: #FECEB3;
}
.AnyTagClassName
{
color: #FECEB3;
}
</style>
background-color css
<style>
a { background-color: #FECEB3; }
a { background-color: rgb(254,206,179); }
div.DivClassName
{
background-color: #FECEB3;
}
.BgClassName
{
background-color: #FECEB3;
}
</style>
border-color css
<style>
span { border-color: #FECEB3; }
span { border-color: rgb(254,206,179); }
td.TdClassName
{
border-color: #FECEB3;
}
.TagClassName
{
border-color: #FECEB3;
}
</style>