#FAD2AF

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

Shades of Apricot #FAD2AF

Tints of Apricot #FAD2AF

Color information

#FAD2AF (or 0xFAD2AF) is unknown color: approx Apricot. HEX triplet: FA, D2 and AF. RGB value is (250,210,175). Sum of RGB (Red+Green+Blue) = 250+210+175=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 210 (82.42% from 255 or 33.07% from 635); Blue value is 175 (68.75% from 255 or 27.56% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD2AF is #052D50. Grayscale: #DADADA. Windows color (decimal): -339281 or 11522810. OLE color: 11522810.

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

Color convert

RGB250210175-
CMYK00.160.30.02
HSL28º88.24%83.33%-
HSV(B)28º30%98.04%-
XYZ70.2169.5150.27-
YUV217.97103.75150.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.37%
GREEN value IS 210 (82.42% from 255) = 33.07%
BLUE value IS 175 (68.75% from 255) = 27.56%
R=39.37%
G=33.07%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021017500.160.30.022888.2483.33
HexFAD2AF0101E21c5853
Octal37232225702036234130123
Binary11111010110100101010111101000011110101110010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD2AF; }

 p { color: rgb(250,210,175); }

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

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

 a { background-color: rgb(250,210,175); }

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

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

 span { border-color: rgb(250,210,175); }

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