#FAC7B0

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

Shades of Apricot #FAC7B0

Tints of Apricot #FAC7B0

Color information

#FAC7B0 (or 0xFAC7B0) is unknown color: approx Apricot. HEX triplet: FA, C7 and B0. RGB value is (250,199,176). Sum of RGB (Red+Green+Blue) = 250+199+176=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 199 (78.12% from 255 or 31.84% from 625); Blue value is 176 (69.14% from 255 or 28.16% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC7B0 is #05384F. Grayscale: #D3D3D3. Windows color (decimal): -342096 or 11585530. OLE color: 11585530.

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

Color convert

RGB250199176-
CMYK00.200.300.02
HSL18.65º88.1%83.53%-
HSV(B)18.65º29.6%98.04%-
XYZ67.6864.3149.92-
YUV211.63107.9155.37-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40%
GREEN value IS 199 (78.12% from 255) = 31.84%
BLUE value IS 176 (69.14% from 255) = 28.16%
R=40%
G=31.84%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019917600.200.300.0218.6588.183.53
HexFAC7B00141E2135854
Octal37230726002436223130124
Binary11111010110001111011000001010011110101001110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC7B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC7B0; }

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

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

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

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

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

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

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

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