#FBE9BC

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

Shades of Barley White #FBE9BC

Tints of Barley White #FBE9BC

Color information

#FBE9BC (or 0xFBE9BC) is unknown color: approx Barley White. HEX triplet: FB, E9 and BC. RGB value is (251,233,188). Sum of RGB (Red+Green+Blue) = 251+233+188=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 233 (91.41% from 255 or 34.67% from 672); Blue value is 188 (73.83% from 255 or 27.98% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE9BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE9BC is #041643. Grayscale: #E9E9E9. Windows color (decimal): -267844 or 12380667. OLE color: 12380667.

HSL color Cylindrical-coordinate representation of color #FBE9BC: hue angle of 42.86º 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 #FBE9BC is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB251233188-
CMYK00.070.250.02
HSL42.86º88.73%86.08%-
HSV(B)42.86º25.1%98.43%-
XYZ7882.4259.37-
YUV233.25102.46140.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.35%
GREEN value IS 233 (91.41% from 255) = 34.67%
BLUE value IS 188 (73.83% from 255) = 27.98%
R=37.35%
G=34.67%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123318800.070.250.0242.8688.7386.08
HexFBE9BC071922b5956
Octal3733512740731253131126
Binary1111101111101001101111000111110011010101110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE9BC; }

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

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

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

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

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

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

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

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