#FAC8AD

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

Shades of Apricot #FAC8AD

Tints of Apricot #FAC8AD

Color information

#FAC8AD (or 0xFAC8AD) is unknown color: approx Apricot. HEX triplet: FA, C8 and AD. RGB value is (250,200,173). Sum of RGB (Red+Green+Blue) = 250+200+173=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 200 (78.52% from 255 or 32.10% from 623); Blue value is 173 (67.97% from 255 or 27.77% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC8AD is #053752. Grayscale: #D4D4D4. Windows color (decimal): -341843 or 11389178. OLE color: 11389178.

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

Color convert

RGB250200173-
CMYK00.20.310.02
HSL21.04º88.51%82.94%-
HSV(B)21.04º30.8%98.04%-
XYZ67.6264.6548.45-
YUV211.87106.07155.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.13%
GREEN value IS 200 (78.52% from 255) = 32.10%
BLUE value IS 173 (67.97% from 255) = 27.77%
R=40.13%
G=32.10%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020017300.20.310.0221.0488.5182.94
HexFAC8AD0141F2155953
Octal37231025502437225131123
Binary11111010110010001010110101010011111101010110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC8AD; }

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

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

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

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

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

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

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

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