#FBECBB

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

Shades of Barley White #FBECBB

Tints of Barley White #FBECBB

Color information

#FBECBB (or 0xFBECBB) is unknown color: approx Barley White. HEX triplet: FB, EC and BB. RGB value is (251,236,187). Sum of RGB (Red+Green+Blue) = 251+236+187=674 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.24% from 674); Green value is 236 (92.58% from 255 or 35.01% from 674); Blue value is 187 (73.44% from 255 or 27.74% from 674); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBECBB is #041344. Grayscale: #EBEBEB. Windows color (decimal): -267077 or 12315899. OLE color: 12315899.

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

Color convert

RGB251236187-
CMYK00.060.250.02
HSL45.94º88.89%85.88%-
HSV(B)45.94º25.5%98.43%-
XYZ78.7584.0959.09-
YUV234.9100.97139.48-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.24%
GREEN value IS 236 (92.58% from 255) = 35.01%
BLUE value IS 187 (73.44% from 255) = 27.74%
R=37.24%
G=35.01%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123618700.060.250.0245.9488.8985.88
HexFBECBB061922e5956
Octal3733542730631256131126
Binary1111101111101100101110110110110011010111010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBECBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBECBB; }

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

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

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

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

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

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

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

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