#FBC5B0

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

Shades of Apricot #FBC5B0

Tints of Apricot #FBC5B0

Color information

#FBC5B0 (or 0xFBC5B0) is unknown color: approx Apricot. HEX triplet: FB, C5 and B0. RGB value is (251,197,176). Sum of RGB (Red+Green+Blue) = 251+197+176=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 197 (77.34% from 255 or 31.57% from 624); Blue value is 176 (69.14% from 255 or 28.21% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC5B0 is #043A4F. Grayscale: #D2D2D2. Windows color (decimal): -277072 or 11585019. OLE color: 11585019.

HSL color Cylindrical-coordinate representation of color #FBC5B0: hue angle of 16.8º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBC5B0 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB251197176-
CMYK00.220.300.02
HSL16.8º90.36%83.73%-
HSV(B)16.8º29.88%98.43%-
XYZ67.5963.5849.78-
YUV210.75108.39156.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.22%
GREEN value IS 197 (77.34% from 255) = 31.57%
BLUE value IS 176 (69.14% from 255) = 28.21%
R=40.22%
G=31.57%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119717600.220.300.0216.890.3683.73
HexFBC5B00161E2115a54
Octal37330526002636221132124
Binary11111011110001011011000001011011110101000110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC5B0; }

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

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

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

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

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

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

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

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