#FAC5B0

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

Shades of Apricot #FAC5B0

Tints of Apricot #FAC5B0

Color information

#FAC5B0 (or 0xFAC5B0) is unknown color: approx Apricot. HEX triplet: FA, C5 and B0. RGB value is (250,197,176). Sum of RGB (Red+Green+Blue) = 250+197+176=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 197 (77.34% from 255 or 31.62% from 623); Blue value is 176 (69.14% from 255 or 28.25% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC5B0 is #053A4F. Grayscale: #D2D2D2. Windows color (decimal): -342608 or 11585018. OLE color: 11585018.

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

Color convert

RGB250197176-
CMYK00.210.300.02
HSL17.03º88.1%83.53%-
HSV(B)17.03º29.6%98.04%-
XYZ67.2363.3949.77-
YUV210.45108.56156.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.13%
GREEN value IS 197 (77.34% from 255) = 31.62%
BLUE value IS 176 (69.14% from 255) = 28.25%
R=40.13%
G=31.62%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019717600.210.300.0217.0388.183.53
HexFAC5B00151E2115854
Octal37230526002536221130124
Binary11111010110001011011000001010111110101000110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC5B0; }

 p { color: rgb(250,197,176); }

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

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

 a { background-color: rgb(250,197,176); }

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

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

 span { border-color: rgb(250,197,176); }

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