#FBC9AB

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

Shades of Apricot #FBC9AB

Tints of Apricot #FBC9AB

Color information

#FBC9AB (or 0xFBC9AB) is unknown color: approx Apricot. HEX triplet: FB, C9 and AB. RGB value is (251,201,171). Sum of RGB (Red+Green+Blue) = 251+201+171=623 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.29% from 623); Green value is 201 (78.91% from 255 or 32.26% from 623); Blue value is 171 (67.19% from 255 or 27.45% from 623); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC9AB is #043654. Grayscale: #D4D4D4. Windows color (decimal): -276053 or 11258363. OLE color: 11258363.

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

Color convert

RGB251201171-
CMYK00.200.320.02
HSL22.5º90.91%82.75%-
HSV(B)22.5º31.87%98.43%-
XYZ68.0265.2247.53-
YUV212.53104.57155.44-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.29%
GREEN value IS 201 (78.91% from 255) = 32.26%
BLUE value IS 171 (67.19% from 255) = 27.45%
R=40.29%
G=32.26%
B=27.45%

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
Decimal25120117100.200.320.0222.590.9182.75
HexFBC9AB014202175b53
Octal37331125302440227133123
Binary111110111100100110101011010100100000101011110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC9AB; }

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

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

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

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

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

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

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

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