Shades of Apricot #FECEAB
Tints of Apricot #FECEAB
RGB
CMYK
RGB Variations
Color information
#FECEAB (or 0xFECEAB) is known color: Apricot. HEX triplet: FE, CE and AB. RGB value is (254,206,171). Sum of RGB (Red+Green+Blue) = 254+206+171=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 206 (80.86% from 255 or 32.65% from 631); Blue value is 171 (67.19% from 255 or 27.10% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECEAB is #013154. Grayscale: #D8D8D8. Windows color (decimal): -78165 or 11259646. OLE color: 11259646.
HSL color Cylindrical-coordinate representation of color #FECEAB: hue angle of 25.3º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FECEAB is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 171 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.00 |
| HSL | 25.3º | 0.98% | 0.83% | - |
| HSV(B) | 25.3º | 0.33% | 1% | - |
| XYZ | 70.3 | 68.15 | 47.98 | - |
| YUV | 216.36 | 102.4 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 171 | 0 | 0.19 | 0.33 | 0.00 | 25.3 | 0.98 | 0.83 |
| Hex | FE | CE | AB | 0 | 13 | 21 | 0 | 19 | 62 | 53 |
| Octal | 376 | 316 | 253 | 0 | 23 | 41 | 0 | 31 | 142 | 123 |
| Binary | 11111110 | 11001110 | 10101011 | 0 | 10011 | 100001 | 0 | 11001 | 1100010 | 1010011 |
Color Harmonies of #FECEAB
Complementary color
Monochromatic Colors of #FECEAB
Black with #FECEAB
Text Example
Text Example
White with #FECEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECEAB; }
p { color: rgb(254,206,171); }
H1.HeaderClassName
{
color: #FECEAB;
}
.AnyTagClassName
{
color: #FECEAB;
}
</style>
background-color css
<style>
a { background-color: #FECEAB; }
a { background-color: rgb(254,206,171); }
div.DivClassName
{
background-color: #FECEAB;
}
.BgClassName
{
background-color: #FECEAB;
}
</style>
border-color css
<style>
span { border-color: #FECEAB; }
span { border-color: rgb(254,206,171); }
td.TdClassName
{
border-color: #FECEAB;
}
.TagClassName
{
border-color: #FECEAB;
}
</style>