#FAD4B3

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

Shades of Apricot #FAD4B3

Tints of Apricot #FAD4B3

Color information

#FAD4B3 (or 0xFAD4B3) is unknown color: approx Apricot. HEX triplet: FA, D4 and B3. RGB value is (250,212,179). Sum of RGB (Red+Green+Blue) = 250+212+179=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 212 (83.20% from 255 or 33.07% from 641); Blue value is 179 (70.31% from 255 or 27.93% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD4B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD4B3 is #052B4C. Grayscale: #DBDBDB. Windows color (decimal): -338765 or 11785466. OLE color: 11785466.

HSL color Cylindrical-coordinate representation of color #FAD4B3: hue angle of 27.89º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAD4B3 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB250212179-
CMYK00.150.280.02
HSL27.89º87.65%84.12%-
HSV(B)27.89º28.4%98.04%-
XYZ71.170.6752.54-
YUV219.6105.09149.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.00%
GREEN value IS 212 (83.20% from 255) = 33.07%
BLUE value IS 179 (70.31% from 255) = 27.93%
R=39.00%
G=33.07%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021217900.150.280.0227.8987.6584.12
HexFAD4B30F1C21c5854
Octal37232426301734234130124
Binary1111101011010100101100110111111100101110010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD4B3; }

 p { color: rgb(250,212,179); }

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

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

 a { background-color: rgb(250,212,179); }

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

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

 span { border-color: rgb(250,212,179); }

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