#FAD3AE

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

Shades of Apricot #FAD3AE

Tints of Apricot #FAD3AE

Color information

#FAD3AE (or 0xFAD3AE) is unknown color: approx Apricot. HEX triplet: FA, D3 and AE. RGB value is (250,211,174). Sum of RGB (Red+Green+Blue) = 250+211+174=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 211 (82.81% from 255 or 33.23% from 635); Blue value is 174 (68.36% from 255 or 27.40% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD3AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD3AE is #052C51. Grayscale: #DADADA. Windows color (decimal): -339026 or 11457530. OLE color: 11457530.

HSL color Cylindrical-coordinate representation of color #FAD3AE: hue angle of 29.21º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAD3AE is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB250211174-
CMYK00.160.300.02
HSL29.21º88.37%83.14%-
HSV(B)29.21º30.4%98.04%-
XYZ70.3669.9749.84-
YUV218.44102.92150.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.37%
GREEN value IS 211 (82.81% from 255) = 33.23%
BLUE value IS 174 (68.36% from 255) = 27.40%
R=39.37%
G=33.23%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021117400.160.300.0229.2188.3783.14
HexFAD3AE0101E21d5853
Octal37232325602036235130123
Binary11111010110100111010111001000011110101110110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD3AE; }

 p { color: rgb(250,211,174); }

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

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

 a { background-color: rgb(250,211,174); }

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

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

 span { border-color: rgb(250,211,174); }

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