Color Hex Logo

#fbe6bb Color Hex

#FBE6BB
(251,230,187)
0 Favorites   0 Comments

Color spaces of #fbe6bb

RGB 251230187
HSL0.110.890.86
HSV40°25°98°
CMYK 0.000.080.25   0.02
XYZ77.050180.690758.5276
Yxy80.69070.35630.3731
Hunter Lab89.8280-4.090424.2491
CIE-Lab91.99390.719223.5802

#fbe6bb color RGB value is (251,230,187).

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

The process color (four color CMYK) of #fbe6bb color hex is 0.00, 0.08, 0.25, 0.02. Web safe color of #fbe6bb is #ffffcc. Color #fbe6bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100110 10111011
Octal 373 346 273
Decimal 251 230 187
Hex FB E6 BB

RGB Percentages of Color #fbe6bb

%37.57
%34.43
%27.99

CMYK Percentages of Color #fbe6bb

%0
%8
%25
%2

Triadic Colors of #fbe6bb

#fbe6bb #bbfbe6 #e6bbfb

Analogous Colors of #fbe6bb

#fbe6bb #f0fbbb #fbc6bb

Monochromatic Colors of #fbe6bb

#fbe6bb

Complementary Color

#fbe6bb #bbd0fb

#fbe6bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe6bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe6bb Color CSS Codes

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

#fbe6bb Text Font Color

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

This sample text font color is #fbe6bb
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.


#fbe6bb Background Color

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

This div background color is #fbe6bb


#fbe6bb Border Color

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

This div border color is #fbe6bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe6bb


Comments

No comments written yet.

Please login to write comment.