#FBC5AB

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

Shades of Apricot #FBC5AB

Tints of Apricot #FBC5AB

Color information

#FBC5AB (or 0xFBC5AB) is unknown color: approx Apricot. HEX triplet: FB, C5 and AB. RGB value is (251,197,171). Sum of RGB (Red+Green+Blue) = 251+197+171=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 197 (77.34% from 255 or 31.83% from 619); Blue value is 171 (67.19% from 255 or 27.63% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC5AB is #043A54. Grayscale: #D2D2D2. Windows color (decimal): -277077 or 11257339. OLE color: 11257339.

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

Color convert

RGB251197171-
CMYK00.220.320.02
HSL19.5º90.91%82.75%-
HSV(B)19.5º31.87%98.43%-
XYZ67.163.3847.23-
YUV210.18105.89157.11-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.55%
GREEN value IS 197 (77.34% from 255) = 31.83%
BLUE value IS 171 (67.19% from 255) = 27.63%
R=40.55%
G=31.83%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119717100.220.320.0219.590.9182.75
HexFBC5AB016202145b53
Octal37330525302640224133123
Binary111110111100010110101011010110100000101010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC5AB; }

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

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

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

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

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

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

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

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