#FAC4AD

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

Shades of Apricot #FAC4AD

Tints of Apricot #FAC4AD

Color information

#FAC4AD (or 0xFAC4AD) is unknown color: approx Apricot. HEX triplet: FA, C4 and AD. RGB value is (250,196,173). Sum of RGB (Red+Green+Blue) = 250+196+173=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 196 (76.95% from 255 or 31.66% from 619); Blue value is 173 (67.97% from 255 or 27.95% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC4AD is #053B52. Grayscale: #D1D1D1. Windows color (decimal): -342867 or 11388154. OLE color: 11388154.

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

Color convert

RGB250196173-
CMYK00.220.310.02
HSL17.92º88.51%82.94%-
HSV(B)17.92º30.8%98.04%-
XYZ66.7162.8248.14-
YUV209.52107.39156.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.39%
GREEN value IS 196 (76.95% from 255) = 31.66%
BLUE value IS 173 (67.97% from 255) = 27.95%
R=40.39%
G=31.66%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019617300.220.310.0217.9288.5182.94
HexFAC4AD0161F2125953
Octal37230425502637222131123
Binary11111010110001001010110101011011111101001010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC4AD; }

 p { color: rgb(250,196,173); }

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

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

 a { background-color: rgb(250,196,173); }

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

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

 span { border-color: rgb(250,196,173); }

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