#FBC5AD

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

Shades of Apricot #FBC5AD

Tints of Apricot #FBC5AD

Color information

#FBC5AD (or 0xFBC5AD) is unknown color: approx Apricot. HEX triplet: FB, C5 and AD. RGB value is (251,197,173). Sum of RGB (Red+Green+Blue) = 251+197+173=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 197 (77.34% from 255 or 31.72% from 621); Blue value is 173 (67.97% from 255 or 27.86% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC5AD is #043A52. Grayscale: #D2D2D2. Windows color (decimal): -277075 or 11388411. OLE color: 11388411.

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

Color convert

RGB251197173-
CMYK00.220.310.02
HSL18.46º90.7%83.14%-
HSV(B)18.46º31.08%98.43%-
XYZ67.2963.4648.24-
YUV210.41106.89156.95-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.42%
GREEN value IS 197 (77.34% from 255) = 31.72%
BLUE value IS 173 (67.97% from 255) = 27.86%
R=40.42%
G=31.72%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119717300.220.310.0218.4690.783.14
HexFBC5AD0161F2125b53
Octal37330525502637222133123
Binary11111011110001011010110101011011111101001010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC5AD; }

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

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

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

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

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

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

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

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