#FAD1AB

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

Shades of Apricot #FAD1AB

Tints of Apricot #FAD1AB

Color information

#FAD1AB (or 0xFAD1AB) is unknown color: approx Apricot. HEX triplet: FA, D1 and AB. RGB value is (250,209,171). Sum of RGB (Red+Green+Blue) = 250+209+171=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 209 (82.03% from 255 or 33.17% from 630); Blue value is 171 (67.19% from 255 or 27.14% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD1AB is #052E54. Grayscale: #D9D9D9. Windows color (decimal): -339541 or 11260410. OLE color: 11260410.

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

Color convert

RGB250209171-
CMYK00.160.320.02
HSL28.86º88.76%82.55%-
HSV(B)28.86º31.6%98.04%-
XYZ69.5868.8748.15-
YUV216.93102.08151.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.68%
GREEN value IS 209 (82.03% from 255) = 33.17%
BLUE value IS 171 (67.19% from 255) = 27.14%
R=39.68%
G=33.17%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020917100.160.320.0228.8688.7682.55
HexFAD1AB0102021d5953
Octal37232125302040235131123
Binary111110101101000110101011010000100000101110110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD1AB; }

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

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

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

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

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

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

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

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