#FEC4AB

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

Shades of Apricot #FEC4AB

Tints of Apricot #FEC4AB

Color information

#FEC4AB (or 0xFEC4AB) is unknown color: approx Apricot. HEX triplet: FE, C4 and AB. RGB value is (254,196,171). Sum of RGB (Red+Green+Blue) = 254+196+171=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 196 (76.95% from 255 or 31.56% from 621); Blue value is 171 (67.19% from 255 or 27.54% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC4AB is #013B54. Grayscale: #D2D2D2. Windows color (decimal): -80725 or 11257086. OLE color: 11257086.

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

Color convert

RGB254196171-
CMYK00.230.330.00
HSL18.07º97.65%83.33%-
HSV(B)18.07º32.68%99.61%-
XYZ67.9663.4947.2-
YUV210.49105.72159.03-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.90%
GREEN value IS 196 (76.95% from 255) = 31.56%
BLUE value IS 171 (67.19% from 255) = 27.54%
R=40.90%
G=31.56%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419617100.230.330.0018.0797.6583.33
HexFEC4AB017210126253
Octal37630425302741022142123
Binary11111110110001001010101101011110000101001011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC4AB; }

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

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

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

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

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

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

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

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