#FAC9B5

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

Shades of Apricot #FAC9B5

Tints of Apricot #FAC9B5

Color information

#FAC9B5 (or 0xFAC9B5) is unknown color: approx Apricot. HEX triplet: FA, C9 and B5. RGB value is (250,201,181). Sum of RGB (Red+Green+Blue) = 250+201+181=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 201 (78.91% from 255 or 31.80% from 632); Blue value is 181 (71.09% from 255 or 28.64% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC9B5 is #05364A. Grayscale: #D5D5D5. Windows color (decimal): -341579 or 11913722. OLE color: 11913722.

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

Color convert

RGB250201181-
CMYK00.200.280.02
HSL17.39º87.34%84.51%-
HSV(B)17.39º27.6%98.04%-
XYZ68.6565.4352.73-
YUV213.37109.73154.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.56%
GREEN value IS 201 (78.91% from 255) = 31.80%
BLUE value IS 181 (71.09% from 255) = 28.64%
R=39.56%
G=31.80%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020118100.200.280.0217.3987.3484.51
HexFAC9B50141C2115755
Octal37231126502434221127125
Binary11111010110010011011010101010011100101000110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC9B5; }

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

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

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

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

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

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

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

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