#FBC9AC

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

Shades of Apricot #FBC9AC

Tints of Apricot #FBC9AC

Color information

#FBC9AC (or 0xFBC9AC) is unknown color: approx Apricot. HEX triplet: FB, C9 and AC. RGB value is (251,201,172). Sum of RGB (Red+Green+Blue) = 251+201+172=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 201 (78.91% from 255 or 32.21% from 624); Blue value is 172 (67.58% from 255 or 27.56% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC9AC is #043653. Grayscale: #D4D4D4. Windows color (decimal): -276052 or 11323899. OLE color: 11323899.

HSL color Cylindrical-coordinate representation of color #FBC9AC: hue angle of 22.03º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBC9AC is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB251201172-
CMYK00.200.310.02
HSL22.03º90.8%82.94%-
HSV(B)22.03º31.47%98.43%-
XYZ68.1265.2648.04-
YUV212.64105.07155.36-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.22%
GREEN value IS 201 (78.91% from 255) = 32.21%
BLUE value IS 172 (67.58% from 255) = 27.56%
R=40.22%
G=32.21%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120117200.200.310.0222.0390.882.94
HexFBC9AC0141F2165b53
Octal37331125402437226133123
Binary11111011110010011010110001010011111101011010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC9AC; }

 p { color: rgb(251,201,172); }

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

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

 a { background-color: rgb(251,201,172); }

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

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

 span { border-color: rgb(251,201,172); }

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