#FBEAB9

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

Shades of Barley White #FBEAB9

Tints of Barley White #FBEAB9

Color information

#FBEAB9 (or 0xFBEAB9) is unknown color: approx Barley White. HEX triplet: FB, EA and B9. RGB value is (251,234,185). Sum of RGB (Red+Green+Blue) = 251+234+185=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 234 (91.80% from 255 or 34.93% from 670); Blue value is 185 (72.66% from 255 or 27.61% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEAB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEAB9 is #041546. Grayscale: #E9E9E9. Windows color (decimal): -267591 or 12184315. OLE color: 12184315.

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

Color convert

RGB251234185-
CMYK00.070.260.02
HSL44.55º89.19%85.49%-
HSV(B)44.55º26.29%98.43%-
XYZ77.9682.8657.78-
YUV233.5100.63140.48-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.46%
GREEN value IS 234 (91.80% from 255) = 34.93%
BLUE value IS 185 (72.66% from 255) = 27.61%
R=37.46%
G=34.93%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123418500.070.260.0244.5589.1985.49
HexFBEAB9071A22d5955
Octal3733522710732255131125
Binary1111101111101010101110010111110101010110110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEAB9; }

 p { color: rgb(251,234,185); }

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

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

 a { background-color: rgb(251,234,185); }

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

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

 span { border-color: rgb(251,234,185); }

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