Color Hex Logo

#fbeeeb Color Hex

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

Color spaces of #fbeeeb

RGB 251238235
HSL0.030.670.95
HSV11°98°
CMYK 0.000.050.06   0.02
XYZ85.353687.656591.0180
Yxy87.65650.32330.3320
Hunter Lab93.6251-1.11377.8985
CIE-Lab95.01613.87173.0050

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

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

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

Base Numbers

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

RGB Percentages of Color #fbeeeb

%34.67
%32.87
%32.46

CMYK Percentages of Color #fbeeeb

%0
%5
%6
%2

Triadic Colors of #fbeeeb

#fbeeeb #ebfbee #eeebfb

Analogous Colors of #fbeeeb

#fbeeeb #fbf6eb #fbebf0

Monochromatic Colors of #fbeeeb

#fbeeeb

Complementary Color

#fbeeeb #ebf8fb

#fbeeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeeeb Color CSS Codes

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

#fbeeeb Text Font Color

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

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


#fbeeeb Background Color

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

This div background color is #fbeeeb


#fbeeeb Border Color

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

This div border color is #fbeeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeeeb


Comments

No comments written yet.

Please login to write comment.