#FBC3AB

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

Shades of Apricot #FBC3AB

Tints of Apricot #FBC3AB

Color information

#FBC3AB (or 0xFBC3AB) is unknown color: approx Apricot. HEX triplet: FB, C3 and AB. RGB value is (251,195,171). Sum of RGB (Red+Green+Blue) = 251+195+171=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 195 (76.56% from 255 or 31.60% from 617); Blue value is 171 (67.19% from 255 or 27.71% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC3AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC3AB is #043C54. Grayscale: #D1D1D1. Windows color (decimal): -277589 or 11256827. OLE color: 11256827.

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

Color convert

RGB251195171-
CMYK00.220.320.02
HSL18º90.91%82.75%-
HSV(B)18º31.87%98.43%-
XYZ66.6562.4847.08-
YUV209.01106.55157.95-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.68%
GREEN value IS 195 (76.56% from 255) = 31.60%
BLUE value IS 171 (67.19% from 255) = 27.71%
R=40.68%
G=31.60%
B=27.71%

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
Decimal25119517100.220.320.021890.9182.75
HexFBC3AB016202125b53
Octal37330325302640222133123
Binary111110111100001110101011010110100000101001010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC3AB; }

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

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

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

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

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

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

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

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