#FAC7AA

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

Shades of Apricot #FAC7AA

Tints of Apricot #FAC7AA

Color information

#FAC7AA (or 0xFAC7AA) is unknown color: approx Apricot. HEX triplet: FA, C7 and AA. RGB value is (250,199,170). Sum of RGB (Red+Green+Blue) = 250+199+170=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 199 (78.12% from 255 or 32.15% from 619); Blue value is 170 (66.80% from 255 or 27.46% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC7AA is #053855. Grayscale: #D3D3D3. Windows color (decimal): -342102 or 11192314. OLE color: 11192314.

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

Color convert

RGB250199170-
CMYK00.200.320.02
HSL21.75º88.89%82.35%-
HSV(B)21.75º32%98.04%-
XYZ67.164.0746.86-
YUV210.94104.9155.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.39%
GREEN value IS 199 (78.12% from 255) = 32.15%
BLUE value IS 170 (66.80% from 255) = 27.46%
R=40.39%
G=32.15%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019917000.200.320.0221.7588.8982.35
HexFAC7AA014202165952
Octal37230725202440226131122
Binary111110101100011110101010010100100000101011010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC7AA; }

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

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

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

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

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

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

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

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