#FBC7AB

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

Shades of Apricot #FBC7AB

Tints of Apricot #FBC7AB

Color information

#FBC7AB (or 0xFBC7AB) is unknown color: approx Apricot. HEX triplet: FB, C7 and AB. RGB value is (251,199,171). Sum of RGB (Red+Green+Blue) = 251+199+171=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 199 (78.12% from 255 or 32.05% from 621); Blue value is 171 (67.19% from 255 or 27.54% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC7AB is #043854. Grayscale: #D3D3D3. Windows color (decimal): -276565 or 11257851. OLE color: 11257851.

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

Color convert

RGB251199171-
CMYK00.210.320.02
HSL21º90.91%82.75%-
HSV(B)21º31.87%98.43%-
XYZ67.5664.347.38-
YUV211.36105.23156.28-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.42%
GREEN value IS 199 (78.12% from 255) = 32.05%
BLUE value IS 171 (67.19% from 255) = 27.54%
R=40.42%
G=32.05%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119917100.210.320.022190.9182.75
HexFBC7AB015202155b53
Octal37330725302540225133123
Binary111110111100011110101011010101100000101010110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC7AB; }

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

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

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

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

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

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

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

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