#FAC5AC

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

Shades of Apricot #FAC5AC

Tints of Apricot #FAC5AC

Color information

#FAC5AC (or 0xFAC5AC) is unknown color: approx Apricot. HEX triplet: FA, C5 and AC. RGB value is (250,197,172). Sum of RGB (Red+Green+Blue) = 250+197+172=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 197 (77.34% from 255 or 31.83% from 619); Blue value is 172 (67.58% from 255 or 27.79% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC5AC is #053A53. Grayscale: #D2D2D2. Windows color (decimal): -342612 or 11322874. OLE color: 11322874.

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

Color convert

RGB250197172-
CMYK00.210.310.02
HSL19.23º88.64%82.75%-
HSV(B)19.23º31.2%98.04%-
XYZ66.8463.2447.71-
YUV210106.56156.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.39%
GREEN value IS 197 (77.34% from 255) = 31.83%
BLUE value IS 172 (67.58% from 255) = 27.79%
R=40.39%
G=31.83%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019717200.210.310.0219.2388.6482.75
HexFAC5AC0151F2135953
Octal37230525402537223131123
Binary11111010110001011010110001010111111101001110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC5AC; }

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

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

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

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

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

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

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

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