#FAC5AA

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

Shades of Apricot #FAC5AA

Tints of Apricot #FAC5AA

Color information

#FAC5AA (or 0xFAC5AA) is unknown color: approx Apricot. HEX triplet: FA, C5 and AA. RGB value is (250,197,170). Sum of RGB (Red+Green+Blue) = 250+197+170=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 197 (77.34% from 255 or 31.93% from 617); Blue value is 170 (66.80% from 255 or 27.55% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC5AA is #053A55. Grayscale: #D1D1D1. Windows color (decimal): -342614 or 11191802. OLE color: 11191802.

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

Color convert

RGB250197170-
CMYK00.210.320.02
HSL20.25º88.89%82.35%-
HSV(B)20.25º32%98.04%-
XYZ66.6563.1646.71-
YUV209.77105.56156.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.52%
GREEN value IS 197 (77.34% from 255) = 31.93%
BLUE value IS 170 (66.80% from 255) = 27.55%
R=40.52%
G=31.93%
B=27.55%

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
Decimal25019717000.210.320.0220.2588.8982.35
HexFAC5AA015202145952
Octal37230525202540224131122
Binary111110101100010110101010010101100000101010010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC5AA; }

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

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

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

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

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

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

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

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