Shades of Apricot #FEC6AC
Tints of Apricot #FEC6AC
RGB
CMYK
RGB Variations
Color information
#FEC6AC (or 0xFEC6AC) is known color: Apricot. HEX triplet: FE, C6 and AC. RGB value is (254,198,172). Sum of RGB (Red+Green+Blue) = 254+198+172=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 198 (77.73% from 255 or 31.73% from 624); Blue value is 172 (67.58% from 255 or 27.56% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC6AC is #013953. Grayscale: #D3D3D3. Windows color (decimal): -80212 or 11323134. OLE color: 11323134.
HSL color Cylindrical-coordinate representation of color #FEC6AC: hue angle of 19.02º 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 #FEC6AC is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 172 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.00 |
| HSL | 19.02º | 0.98% | 0.84% | - |
| HSV(B) | 19.02º | 0.32% | 1% | - |
| XYZ | 68.51 | 64.44 | 47.86 | - |
| YUV | 211.78 | 105.55 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 172 | 0 | 0.22 | 0.32 | 0.00 | 19.02 | 0.98 | 0.84 |
| Hex | FE | C6 | AC | 0 | 16 | 20 | 0 | 13 | 62 | 54 |
| Octal | 376 | 306 | 254 | 0 | 26 | 40 | 0 | 23 | 142 | 124 |
| Binary | 11111110 | 11000110 | 10101100 | 0 | 10110 | 100000 | 0 | 10011 | 1100010 | 1010100 |
Color Harmonies of #FEC6AC
Complementary color
Monochromatic Colors of #FEC6AC
Black with #FEC6AC
Text Example
Text Example
White with #FEC6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC6AC; }
p { color: rgb(254,198,172); }
H1.HeaderClassName
{
color: #FEC6AC;
}
.AnyTagClassName
{
color: #FEC6AC;
}
</style>
background-color css
<style>
a { background-color: #FEC6AC; }
a { background-color: rgb(254,198,172); }
div.DivClassName
{
background-color: #FEC6AC;
}
.BgClassName
{
background-color: #FEC6AC;
}
</style>
border-color css
<style>
span { border-color: #FEC6AC; }
span { border-color: rgb(254,198,172); }
td.TdClassName
{
border-color: #FEC6AC;
}
.TagClassName
{
border-color: #FEC6AC;
}
</style>