#FAC8AB

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

Shades of Apricot #FAC8AB

Tints of Apricot #FAC8AB

Color information

#FAC8AB (or 0xFAC8AB) is unknown color: approx Apricot. HEX triplet: FA, C8 and AB. RGB value is (250,200,171). Sum of RGB (Red+Green+Blue) = 250+200+171=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 200 (78.52% from 255 or 32.21% from 621); Blue value is 171 (67.19% from 255 or 27.54% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC8AB is #053754. Grayscale: #D3D3D3. Windows color (decimal): -341845 or 11258106. OLE color: 11258106.

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

Color convert

RGB250200171-
CMYK00.20.320.02
HSL22.03º88.76%82.55%-
HSV(B)22.03º31.6%98.04%-
XYZ67.4364.5747.44-
YUV211.64105.07155.36-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.26%
GREEN value IS 200 (78.52% from 255) = 32.21%
BLUE value IS 171 (67.19% from 255) = 27.54%
R=40.26%
G=32.21%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020017100.20.320.0222.0388.7682.55
HexFAC8AB014202165953
Octal37231025302440226131123
Binary111110101100100010101011010100100000101011010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC8AB; }

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

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

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

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

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

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

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

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