Color Hex Logo

#fbe5be Color Hex

#FBE5BE
(251,229,190)
1 Favorites   0 Comments

Color spaces of #fbe5be

RGB 251229190
HSL0.110.880.86
HSV38°24°98°
CMYK 0.000.090.24   0.02
XYZ77.097280.265660.1445
Yxy80.26560.35450.3690
Hunter Lab89.5911-3.177022.9110
CIE-Lab91.80391.633021.7688

#fbe5be color RGB value is (251,229,190).

#fbe5be hex color red value is 251, green value is 229 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #fbe5be hue: 0.11 , saturation: 0.88 and the lightness value of fbe5be is 0.86.

The process color (four color CMYK) of #fbe5be color hex is 0.00, 0.09, 0.24, 0.02. Web safe color of #fbe5be is #ffcccc. Color #fbe5be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100101 10111110
Octal 373 345 276
Decimal 251 229 190
Hex FB E5 BE

RGB Percentages of Color #fbe5be

%37.46
%34.18
%28.36

CMYK Percentages of Color #fbe5be

%0
%9
%24
%2

Triadic Colors of #fbe5be

#fbe5be #befbe5 #e5befb

Analogous Colors of #fbe5be

#fbe5be #f3fbbe #fbc7be

Monochromatic Colors of #fbe5be

#fbe5be

Complementary Color

#fbe5be #bed4fb

#fbe5be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe5be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe5be Color CSS Codes

.mybgcolor {background-color:#fbe5be; } 
.myforecolor {color:#fbe5be; }
.mybordercolor {border:3px solid #fbe5be; }

#fbe5be Text Font Color

<p style="color:#fbe5be">Text here</p>

This sample text font color is #fbe5be
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fbe5be Background Color

<div style="background-color:#fbe5be">
Div content here</div>

This div background color is #fbe5be


#fbe5be Border Color

<div style="border:3px solid #fbe5be">
Div here</div>

This div border color is #fbe5be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,229,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbe5be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbe5be;
  -webkit-box-shadow: 1px 1px 3px 2px #fbe5be;
  box-shadow:         1px 1px 3px 2px #fbe5be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,229,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fbe5be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fbe5be;
  -webkit-box-shadow: 1px 1px 3px 2px #fbe5be;
  box-shadow:         1px 1px 3px 2px #fbe5be;">
Div content here</div>

This div box has shadow with color #fbe5be


Comments

No comments written yet.

Please login to write comment.