Color Hex Logo

#fbebee Color Hex

#FBEBEE
(251,235,238)
0 Favorites   0 Comments

Color spaces of #fbebee

RGB 251235238
HSL0.970.670.95
HSV349°98°
CMYK 0.000.060.05   0.02
XYZ84.924686.098993.0317
Yxy86.09890.32160.3261
Hunter Lab92.78950.98865.5079
CIE-Lab94.35465.91340.4852

#fbebee color RGB value is (251,235,238).

#fbebee hex color red value is 251, green value is 235 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fbebee hue: 0.97 , saturation: 0.67 and the lightness value of fbebee is 0.95.

The process color (four color CMYK) of #fbebee color hex is 0.00, 0.06, 0.05, 0.02. Web safe color of #fbebee is #ffffff. Color #fbebee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101011 11101110
Octal 373 353 356
Decimal 251 235 238
Hex FB EB EE

RGB Percentages of Color #fbebee

%34.67
%32.46
%32.87

CMYK Percentages of Color #fbebee

%0
%6
%5
%2

Triadic Colors of #fbebee

#fbebee #eefbeb #ebeefb

Analogous Colors of #fbebee

#fbebee #fbf0eb #fbebf6

Monochromatic Colors of #fbebee

#fbebee

Complementary Color

#fbebee #ebfbf8

#fbebee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbebee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbebee Color CSS Codes

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

#fbebee Text Font Color

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

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


#fbebee Background Color

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

This div background color is #fbebee


#fbebee Border Color

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

This div border color is #fbebee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbebee


Comments

No comments written yet.

Please login to write comment.