#FAC6AB

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

Shades of Apricot #FAC6AB

Tints of Apricot #FAC6AB

Color information

#FAC6AB (or 0xFAC6AB) is unknown color: approx Apricot. HEX triplet: FA, C6 and AB. RGB value is (250,198,171). Sum of RGB (Red+Green+Blue) = 250+198+171=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 198 (77.73% from 255 or 31.99% from 619); Blue value is 171 (67.19% from 255 or 27.63% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC6AB is #053954. Grayscale: #D2D2D2. Windows color (decimal): -342357 or 11257594. OLE color: 11257594.

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

Color convert

RGB250198171-
CMYK00.210.320.02
HSL20.51º88.76%82.55%-
HSV(B)20.51º31.6%98.04%-
XYZ66.9763.6547.28-
YUV210.47105.73156.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.39%
GREEN value IS 198 (77.73% from 255) = 31.99%
BLUE value IS 171 (67.19% from 255) = 27.63%
R=40.39%
G=31.99%
B=27.63%

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
Decimal25019817100.210.320.0220.5188.7682.55
HexFAC6AB015202155953
Octal37230625302540225131123
Binary111110101100011010101011010101100000101010110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC6AB; }

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

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

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

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

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

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

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

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