Color Hex Logo

#fbebed Color Hex

#FBEBED
(251,235,237)
0 Favorites   0 Comments

Color spaces of #fbebed

RGB 251235237
HSL0.980.670.95
HSV353°98°
CMYK 0.000.060.06   0.02
XYZ84.778186.040392.2599
Yxy86.04030.32230.3271
Hunter Lab92.75790.81765.9589
CIE-Lab94.32965.74430.9683

#fbebed color RGB value is (251,235,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101011 11101101
Octal 373 353 355
Decimal 251 235 237
Hex FB EB ED

RGB Percentages of Color #fbebed

%34.72
%32.50
%32.78

CMYK Percentages of Color #fbebed

%0
%6
%6
%2

Triadic Colors of #fbebed

#fbebed #edfbeb #ebedfb

Analogous Colors of #fbebed

#fbebed #fbf1eb #fbebf5

Monochromatic Colors of #fbebed

#fbebed

Complementary Color

#fbebed #ebfbf9

#fbebed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbebed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbebed Color CSS Codes

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

#fbebed Text Font Color

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

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


#fbebed Background Color

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

This div background color is #fbebed


#fbebed Border Color

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

This div border color is #fbebed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbebed


Comments

No comments written yet.

Please login to write comment.