#FAC5AB

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

Shades of Apricot #FAC5AB

Tints of Apricot #FAC5AB

Color information

#FAC5AB (or 0xFAC5AB) is unknown color: approx Apricot. HEX triplet: FA, C5 and AB. RGB value is (250,197,171). Sum of RGB (Red+Green+Blue) = 250+197+171=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 197 (77.34% from 255 or 31.88% from 618); Blue value is 171 (67.19% from 255 or 27.67% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC5AB is #053A54. Grayscale: #D2D2D2. Windows color (decimal): -342613 or 11257338. OLE color: 11257338.

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

Color convert

RGB250197171-
CMYK00.210.320.02
HSL19.75º88.76%82.55%-
HSV(B)19.75º31.6%98.04%-
XYZ66.7463.247.21-
YUV209.88106.06156.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.45%
GREEN value IS 197 (77.34% from 255) = 31.88%
BLUE value IS 171 (67.19% from 255) = 27.67%
R=40.45%
G=31.88%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019717100.210.320.0219.7588.7682.55
HexFAC5AB015202145953
Octal37230525302540224131123
Binary111110101100010110101011010101100000101010010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC5AB; }

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

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

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

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

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

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

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

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