#FAD0AB

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

Shades of Apricot #FAD0AB

Tints of Apricot #FAD0AB

Color information

#FAD0AB (or 0xFAD0AB) is unknown color: approx Apricot. HEX triplet: FA, D0 and AB. RGB value is (250,208,171). Sum of RGB (Red+Green+Blue) = 250+208+171=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 208 (81.64% from 255 or 33.07% from 629); Blue value is 171 (67.19% from 255 or 27.19% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD0AB is #052F54. Grayscale: #D8D8D8. Windows color (decimal): -339797 or 11260154. OLE color: 11260154.

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

Color convert

RGB250208171-
CMYK00.170.320.02
HSL28.1º88.76%82.55%-
HSV(B)28.1º31.6%98.04%-
XYZ69.3368.3848.07-
YUV216.34102.41152.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.75%
GREEN value IS 208 (81.64% from 255) = 33.07%
BLUE value IS 171 (67.19% from 255) = 27.19%
R=39.75%
G=33.07%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020817100.170.320.0228.188.7682.55
HexFAD0AB0112021c5953
Octal37232025302140234131123
Binary111110101101000010101011010001100000101110010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD0AB; }

 p { color: rgb(250,208,171); }

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

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

 a { background-color: rgb(250,208,171); }

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

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

 span { border-color: rgb(250,208,171); }

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