Shades of Apricot #FECEB2
Tints of Apricot #FECEB2
RGB
CMYK
RGB Variations
Color information
#FECEB2 (or 0xFECEB2) is known color: Apricot. HEX triplet: FE, CE and B2. RGB value is (254,206,178). Sum of RGB (Red+Green+Blue) = 254+206+178=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 178 (69.92% from 255 or 27.90% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECEB2 is #01314D. Grayscale: #D9D9D9. Windows color (decimal): -78158 or 11718398. OLE color: 11718398.
HSL color Cylindrical-coordinate representation of color #FECEB2: hue angle of 22.11º 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 #FECEB2 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 178 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.00 |
| HSL | 22.11º | 0.97% | 0.85% | - |
| HSV(B) | 22.11º | 0.3% | 1% | - |
| XYZ | 70.98 | 68.43 | 51.59 | - |
| YUV | 217.16 | 105.9 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 178 | 0 | 0.19 | 0.30 | 0.00 | 22.11 | 0.97 | 0.85 |
| Hex | FE | CE | B2 | 0 | 13 | 1E | 0 | 16 | 61 | 55 |
| Octal | 376 | 316 | 262 | 0 | 23 | 36 | 0 | 26 | 141 | 125 |
| Binary | 11111110 | 11001110 | 10110010 | 0 | 10011 | 11110 | 0 | 10110 | 1100001 | 1010101 |
Color Harmonies of #FECEB2
Complementary color
Monochromatic Colors of #FECEB2
Black with #FECEB2
Text Example
Text Example
White with #FECEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECEB2; }
p { color: rgb(254,206,178); }
H1.HeaderClassName
{
color: #FECEB2;
}
.AnyTagClassName
{
color: #FECEB2;
}
</style>
background-color css
<style>
a { background-color: #FECEB2; }
a { background-color: rgb(254,206,178); }
div.DivClassName
{
background-color: #FECEB2;
}
.BgClassName
{
background-color: #FECEB2;
}
</style>
border-color css
<style>
span { border-color: #FECEB2; }
span { border-color: rgb(254,206,178); }
td.TdClassName
{
border-color: #FECEB2;
}
.TagClassName
{
border-color: #FECEB2;
}
</style>