#FBECBA

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

Shades of Barley White #FBECBA

Tints of Barley White #FBECBA

Color information

#FBECBA (or 0xFBECBA) is unknown color: approx Barley White. HEX triplet: FB, EC and BA. RGB value is (251,236,186). Sum of RGB (Red+Green+Blue) = 251+236+186=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 236 (92.58% from 255 or 35.07% from 673); Blue value is 186 (73.05% from 255 or 27.64% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBECBA is #041345. Grayscale: #EAEAEA. Windows color (decimal): -267078 or 12250363. OLE color: 12250363.

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

Color convert

RGB251236186-
CMYK00.060.260.02
HSL46.15º89.04%85.69%-
HSV(B)46.15º25.9%98.43%-
XYZ78.6484.0558.53-
YUV234.78100.47139.57-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.30%
GREEN value IS 236 (92.58% from 255) = 35.07%
BLUE value IS 186 (73.05% from 255) = 27.64%
R=37.30%
G=35.07%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123618600.060.260.0246.1589.0485.69
HexFBECBA061A22e5956
Octal3733542720632256131126
Binary1111101111101100101110100110110101010111010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBECBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBECBA; }

 p { color: rgb(251,236,186); }

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

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

 a { background-color: rgb(251,236,186); }

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

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

 span { border-color: rgb(251,236,186); }

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