#FEC6AC

Color #FEC6AC Apricot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apricot #FEC6AC

Tints of Apricot #FEC6AC

Color information

#FEC6AC (or 0xFEC6AC) is unknown color: approx 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

RGB254198172-
CMYK00.220.320.00
HSL19.02º97.62%83.53%-
HSV(B)19.02º32.28%99.61%-
XYZ68.5164.4447.86-
YUV211.78105.55158.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 40.71%
GREEN value IS 198 (77.73% from 255) = 31.73%
BLUE value IS 172 (67.58% from 255) = 27.56%
R=40.71%
G=31.73%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419817200.220.320.0019.0297.6283.53
HexFEC6AC016200136254
Octal37630625402640023142124
Binary11111110110001101010110001011010000001001111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>