Shades of Apricot #FECAAC
Tints of Apricot #FECAAC
RGB
CMYK
RGB Variations
Color information
#FECAAC (or 0xFECAAC) is known color: Apricot. HEX triplet: FE, CA and AC. RGB value is (254,202,172). Sum of RGB (Red+Green+Blue) = 254+202+172=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 172 (67.58% from 255 or 27.39% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECAAC is #013553. Grayscale: #D6D6D6. Windows color (decimal): -79188 or 11324158. OLE color: 11324158.
HSL color Cylindrical-coordinate representation of color #FECAAC: hue angle of 21.95º 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 #FECAAC is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 172 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.00 |
| HSL | 21.95º | 0.98% | 0.84% | - |
| HSV(B) | 21.95º | 0.32% | 1% | - |
| XYZ | 69.44 | 66.29 | 48.17 | - |
| YUV | 214.13 | 104.23 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 172 | 0 | 0.20 | 0.32 | 0.00 | 21.95 | 0.98 | 0.84 |
| Hex | FE | CA | AC | 0 | 14 | 20 | 0 | 16 | 62 | 54 |
| Octal | 376 | 312 | 254 | 0 | 24 | 40 | 0 | 26 | 142 | 124 |
| Binary | 11111110 | 11001010 | 10101100 | 0 | 10100 | 100000 | 0 | 10110 | 1100010 | 1010100 |
Color Harmonies of #FECAAC
Complementary color
Monochromatic Colors of #FECAAC
Black with #FECAAC
Text Example
Text Example
White with #FECAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECAAC; }
p { color: rgb(254,202,172); }
H1.HeaderClassName
{
color: #FECAAC;
}
.AnyTagClassName
{
color: #FECAAC;
}
</style>
background-color css
<style>
a { background-color: #FECAAC; }
a { background-color: rgb(254,202,172); }
div.DivClassName
{
background-color: #FECAAC;
}
.BgClassName
{
background-color: #FECAAC;
}
</style>
border-color css
<style>
span { border-color: #FECAAC; }
span { border-color: rgb(254,202,172); }
td.TdClassName
{
border-color: #FECAAC;
}
.TagClassName
{
border-color: #FECAAC;
}
</style>