#FBC8AB

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

Shades of Apricot #FBC8AB

Tints of Apricot #FBC8AB

Color information

#FBC8AB (or 0xFBC8AB) is unknown color: approx Apricot. HEX triplet: FB, C8 and AB. RGB value is (251,200,171). Sum of RGB (Red+Green+Blue) = 251+200+171=622 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.35% from 622); Green value is 200 (78.52% from 255 or 32.15% from 622); Blue value is 171 (67.19% from 255 or 27.49% from 622); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC8AB is #043754. Grayscale: #D4D4D4. Windows color (decimal): -276309 or 11258107. OLE color: 11258107.

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

Color convert

RGB251200171-
CMYK00.200.320.02
HSL21.75º90.91%82.75%-
HSV(B)21.75º31.87%98.43%-
XYZ67.7964.7647.45-
YUV211.94104.9155.86-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.35%
GREEN value IS 200 (78.52% from 255) = 32.15%
BLUE value IS 171 (67.19% from 255) = 27.49%
R=40.35%
G=32.15%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120017100.200.320.0221.7590.9182.75
HexFBC8AB014202165b53
Octal37331025302440226133123
Binary111110111100100010101011010100100000101011010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC8AB; }

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

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

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

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

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

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

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

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