Shades of Apricot #FECBAC
Tints of Apricot #FECBAC
RGB
CMYK
RGB Variations
Color information
#FECBAC (or 0xFECBAC) is known color: Apricot. HEX triplet: FE, CB and AC. RGB value is (254,203,172). Sum of RGB (Red+Green+Blue) = 254+203+172=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 172 (67.58% from 255 or 27.34% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECBAC is #013453. Grayscale: #D6D6D6. Windows color (decimal): -78932 or 11324414. OLE color: 11324414.
HSL color Cylindrical-coordinate representation of color #FECBAC: hue angle of 22.68º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FECBAC is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 172 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.00 |
| HSL | 22.68º | 0.98% | 0.84% | - |
| HSV(B) | 22.68º | 0.32% | 1% | - |
| XYZ | 69.68 | 66.76 | 48.24 | - |
| YUV | 214.72 | 103.9 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 172 | 0 | 0.20 | 0.32 | 0.00 | 22.68 | 0.98 | 0.84 |
| Hex | FE | CB | AC | 0 | 14 | 20 | 0 | 17 | 62 | 54 |
| Octal | 376 | 313 | 254 | 0 | 24 | 40 | 0 | 27 | 142 | 124 |
| Binary | 11111110 | 11001011 | 10101100 | 0 | 10100 | 100000 | 0 | 10111 | 1100010 | 1010100 |
Color Harmonies of #FECBAC
Complementary color
Monochromatic Colors of #FECBAC
Black with #FECBAC
Text Example
Text Example
White with #FECBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECBAC; }
p { color: rgb(254,203,172); }
H1.HeaderClassName
{
color: #FECBAC;
}
.AnyTagClassName
{
color: #FECBAC;
}
</style>
background-color css
<style>
a { background-color: #FECBAC; }
a { background-color: rgb(254,203,172); }
div.DivClassName
{
background-color: #FECBAC;
}
.BgClassName
{
background-color: #FECBAC;
}
</style>
border-color css
<style>
span { border-color: #FECBAC; }
span { border-color: rgb(254,203,172); }
td.TdClassName
{
border-color: #FECBAC;
}
.TagClassName
{
border-color: #FECBAC;
}
</style>