#FBE8BC

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

Shades of Barley White #FBE8BC

Tints of Barley White #FBE8BC

Color information

#FBE8BC (or 0xFBE8BC) is unknown color: approx Barley White. HEX triplet: FB, E8 and BC. RGB value is (251,232,188). Sum of RGB (Red+Green+Blue) = 251+232+188=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 232 (91.02% from 255 or 34.58% from 671); Blue value is 188 (73.83% from 255 or 28.02% from 671); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE8BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE8BC is #041743. Grayscale: #E8E8E8. Windows color (decimal): -268100 or 12380411. OLE color: 12380411.

HSL color Cylindrical-coordinate representation of color #FBE8BC: hue angle of 41.9º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBE8BC is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB251232188-
CMYK00.080.250.02
HSL41.9º88.73%86.08%-
HSV(B)41.9º25.1%98.43%-
XYZ77.7281.8559.28-
YUV232.67102.79141.08-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.41%
GREEN value IS 232 (91.02% from 255) = 34.58%
BLUE value IS 188 (73.83% from 255) = 28.02%
R=37.41%
G=34.58%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123218800.080.250.0241.988.7386.08
HexFBE8BC081922a5956
Octal37335027401031252131126
Binary11111011111010001011110001000110011010101010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE8BC; }

 p { color: rgb(251,232,188); }

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

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

 a { background-color: rgb(251,232,188); }

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

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

 span { border-color: rgb(251,232,188); }

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