Shades of Apricot #FECFAB
Tints of Apricot #FECFAB
RGB
CMYK
RGB Variations
Color information
#FECFAB (or 0xFECFAB) is known color: Apricot. HEX triplet: FE, CF and AB. RGB value is (254,207,171). Sum of RGB (Red+Green+Blue) = 254+207+171=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 207 (81.25% from 255 or 32.75% from 632); Blue value is 171 (67.19% from 255 or 27.06% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECFAB is #013054. Grayscale: #D9D9D9. Windows color (decimal): -77909 or 11259902. OLE color: 11259902.
HSL color Cylindrical-coordinate representation of color #FECFAB: hue angle of 26.02º 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 #FECFAB is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 171 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.00 |
| HSL | 26.02º | 0.98% | 0.83% | - |
| HSV(B) | 26.02º | 0.33% | 1% | - |
| XYZ | 70.54 | 68.64 | 48.06 | - |
| YUV | 216.95 | 102.07 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 171 | 0 | 0.19 | 0.33 | 0.00 | 26.02 | 0.98 | 0.83 |
| Hex | FE | CF | AB | 0 | 13 | 21 | 0 | 1A | 62 | 53 |
| Octal | 376 | 317 | 253 | 0 | 23 | 41 | 0 | 32 | 142 | 123 |
| Binary | 11111110 | 11001111 | 10101011 | 0 | 10011 | 100001 | 0 | 11010 | 1100010 | 1010011 |
Color Harmonies of #FECFAB
Complementary color
Monochromatic Colors of #FECFAB
Black with #FECFAB
Text Example
Text Example
White with #FECFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECFAB; }
p { color: rgb(254,207,171); }
H1.HeaderClassName
{
color: #FECFAB;
}
.AnyTagClassName
{
color: #FECFAB;
}
</style>
background-color css
<style>
a { background-color: #FECFAB; }
a { background-color: rgb(254,207,171); }
div.DivClassName
{
background-color: #FECFAB;
}
.BgClassName
{
background-color: #FECFAB;
}
</style>
border-color css
<style>
span { border-color: #FECFAB; }
span { border-color: rgb(254,207,171); }
td.TdClassName
{
border-color: #FECFAB;
}
.TagClassName
{
border-color: #FECFAB;
}
</style>