#FBC5AC

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

Shades of Apricot #FBC5AC

Tints of Apricot #FBC5AC

Color information

#FBC5AC (or 0xFBC5AC) is unknown color: approx Apricot. HEX triplet: FB, C5 and AC. RGB value is (251,197,172). Sum of RGB (Red+Green+Blue) = 251+197+172=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 197 (77.34% from 255 or 31.77% from 620); Blue value is 172 (67.58% from 255 or 27.74% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC5AC is #043A53. Grayscale: #D2D2D2. Windows color (decimal): -277076 or 11322875. OLE color: 11322875.

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

Color convert

RGB251197172-
CMYK00.220.310.02
HSL18.99º90.8%82.94%-
HSV(B)18.99º31.47%98.43%-
XYZ67.263.4247.73-
YUV210.3106.39157.03-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.48%
GREEN value IS 197 (77.34% from 255) = 31.77%
BLUE value IS 172 (67.58% from 255) = 27.74%
R=40.48%
G=31.77%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119717200.220.310.0218.9990.882.94
HexFBC5AC0161F2135b53
Octal37330525402637223133123
Binary11111011110001011010110001011011111101001110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC5AC; }

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

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

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

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

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

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

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

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