#FEC4AD

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

Shades of Apricot #FEC4AD

Tints of Apricot #FEC4AD

Color information

#FEC4AD (or 0xFEC4AD) is unknown color: approx Apricot. HEX triplet: FE, C4 and AD. RGB value is (254,196,173). Sum of RGB (Red+Green+Blue) = 254+196+173=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 196 (76.95% from 255 or 31.46% from 623); Blue value is 173 (67.97% from 255 or 27.77% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC4AD is #013B52. Grayscale: #D2D2D2. Windows color (decimal): -80723 or 11388158. OLE color: 11388158.

HSL color Cylindrical-coordinate representation of color #FEC4AD: hue angle of 17.04º 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 #FEC4AD is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.00.

Color convert

RGB254196173-
CMYK00.230.320.00
HSL17.04º97.59%83.73%-
HSV(B)17.04º31.89%99.61%-
XYZ68.1663.5748.21-
YUV210.72106.72158.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.77%
GREEN value IS 196 (76.95% from 255) = 31.46%
BLUE value IS 173 (67.97% from 255) = 27.77%
R=40.77%
G=31.46%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419617300.230.320.0017.0497.5983.73
HexFEC4AD017200116254
Octal37630425502740021142124
Binary11111110110001001010110101011110000001000111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC4AD; }

 p { color: rgb(254,196,173); }

 H1.HeaderClassName
 {
   color: #FEC4AD;
 }
 .AnyTagClassName
 {
   color: #FEC4AD;
 }
</style>
background-color css

<style>
 a { background-color: #FEC4AD; }

 a { background-color: rgb(254,196,173); }

 div.DivClassName
 {
   background-color: #FEC4AD;
 }
 .BgClassName
 {
   background-color: #FEC4AD;
 }
</style>
border-color css

<style>
 span { border-color: #FEC4AD; }

 span { border-color: rgb(254,196,173); }

 td.TdClassName
 {
   border-color: #FEC4AD;
 }
 .TagClassName
 {
   border-color: #FEC4AD;
 }
</style>