#FAD4B5

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

Shades of Apricot #FAD4B5

Tints of Apricot #FAD4B5

Color information

#FAD4B5 (or 0xFAD4B5) is unknown color: approx Apricot. HEX triplet: FA, D4 and B5. RGB value is (250,212,181). Sum of RGB (Red+Green+Blue) = 250+212+181=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 212 (83.20% from 255 or 32.97% from 643); Blue value is 181 (71.09% from 255 or 28.15% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD4B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD4B5 is #052B4A. Grayscale: #DBDBDB. Windows color (decimal): -338763 or 11916538. OLE color: 11916538.

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

Color convert

RGB250212181-
CMYK00.150.280.02
HSL26.96º87.34%84.51%-
HSV(B)26.96º27.6%98.04%-
XYZ71.3170.7553.61-
YUV219.83106.09149.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.88%
GREEN value IS 212 (83.20% from 255) = 32.97%
BLUE value IS 181 (71.09% from 255) = 28.15%
R=38.88%
G=32.97%
B=28.15%

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
Decimal25021218100.150.280.0226.9687.3484.51
HexFAD4B50F1C21b5755
Octal37232426501734233127125
Binary1111101011010100101101010111111100101101110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD4B5; }

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

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

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

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

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

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

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

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