#FAC4AB

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

Shades of Apricot #FAC4AB

Tints of Apricot #FAC4AB

Color information

#FAC4AB (or 0xFAC4AB) is unknown color: approx Apricot. HEX triplet: FA, C4 and AB. RGB value is (250,196,171). Sum of RGB (Red+Green+Blue) = 250+196+171=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 196 (76.95% from 255 or 31.77% from 617); Blue value is 171 (67.19% from 255 or 27.71% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC4AB is #053B54. Grayscale: #D1D1D1. Windows color (decimal): -342869 or 11257082. OLE color: 11257082.

HSL color Cylindrical-coordinate representation of color #FAC4AB: hue angle of 18.99º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAC4AB is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB250196171-
CMYK00.220.320.02
HSL18.99º88.76%82.55%-
HSV(B)18.99º31.6%98.04%-
XYZ66.5162.7447.13-
YUV209.3106.39157.03-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.52%
GREEN value IS 196 (76.95% from 255) = 31.77%
BLUE value IS 171 (67.19% from 255) = 27.71%
R=40.52%
G=31.77%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019617100.220.320.0218.9988.7682.55
HexFAC4AB016202135953
Octal37230425302640223131123
Binary111110101100010010101011010110100000101001110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC4AB; }

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

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

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

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

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

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

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

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