Shades of Apricot #FECBAD
Tints of Apricot #FECBAD
RGB
CMYK
RGB Variations
Color information
#FECBAD (or 0xFECBAD) is known color: Apricot. HEX triplet: FE, CB and AD. RGB value is (254,203,173). Sum of RGB (Red+Green+Blue) = 254+203+173=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 173 (67.97% from 255 or 27.46% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECBAD is #013452. Grayscale: #D7D7D7. Windows color (decimal): -78931 or 11389950. OLE color: 11389950.
HSL color Cylindrical-coordinate representation of color #FECBAD: hue angle of 22.22º 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 #FECBAD is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 173 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.00 |
| HSL | 22.22º | 0.98% | 0.84% | - |
| HSV(B) | 22.22º | 0.32% | 1% | - |
| XYZ | 69.77 | 66.8 | 48.75 | - |
| YUV | 214.83 | 104.4 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 173 | 0 | 0.20 | 0.32 | 0.00 | 22.22 | 0.98 | 0.84 |
| Hex | FE | CB | AD | 0 | 14 | 20 | 0 | 16 | 62 | 54 |
| Octal | 376 | 313 | 255 | 0 | 24 | 40 | 0 | 26 | 142 | 124 |
| Binary | 11111110 | 11001011 | 10101101 | 0 | 10100 | 100000 | 0 | 10110 | 1100010 | 1010100 |
Color Harmonies of #FECBAD
Complementary color
Monochromatic Colors of #FECBAD
Black with #FECBAD
Text Example
Text Example
White with #FECBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECBAD; }
p { color: rgb(254,203,173); }
H1.HeaderClassName
{
color: #FECBAD;
}
.AnyTagClassName
{
color: #FECBAD;
}
</style>
background-color css
<style>
a { background-color: #FECBAD; }
a { background-color: rgb(254,203,173); }
div.DivClassName
{
background-color: #FECBAD;
}
.BgClassName
{
background-color: #FECBAD;
}
</style>
border-color css
<style>
span { border-color: #FECBAD; }
span { border-color: rgb(254,203,173); }
td.TdClassName
{
border-color: #FECBAD;
}
.TagClassName
{
border-color: #FECBAD;
}
</style>