Color Hex Logo

#fbeeed Color Hex

#FBEEED
(251,238,237)
0 Favorites   0 Comments

Color spaces of #fbeeed

RGB 251238237
HSL0.010.640.96
HSV98°
CMYK 0.000.050.06   0.02
XYZ85.644387.772792.5487
Yxy87.77270.32200.3300
Hunter Lab93.6871-0.77617.0114
CIE-Lab95.06524.20742.0393

#fbeeed color RGB value is (251,238,237).

#fbeeed hex color red value is 251, green value is 238 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fbeeed hue: 0.01 , saturation: 0.64 and the lightness value of fbeeed is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101110 11101101
Octal 373 356 355
Decimal 251 238 237
Hex FB EE ED

RGB Percentages of Color #fbeeed

%34.57
%32.78
%32.64

CMYK Percentages of Color #fbeeed

%0
%5
%6
%2

Triadic Colors of #fbeeed

#fbeeed #edfbee #eeedfb

Analogous Colors of #fbeeed

#fbeeed #fbf5ed #fbedf3

Monochromatic Colors of #fbeeed

#fbeeed

Complementary Color

#fbeeed #edfafb

#fbeeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeeed Color CSS Codes

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

#fbeeed Text Font Color

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

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


#fbeeed Background Color

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

This div background color is #fbeeed


#fbeeed Border Color

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

This div border color is #fbeeed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,238,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 #fbeeed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeeed

#fbeeed Color Palettes


Comments

No comments written yet.

Please login to write comment.