Color Hex Logo

#fbeddd Color Hex

#FBEDDD
(251,237,221)
0 Favorites   0 Comments

Color spaces of #fbeddd

RGB 251237221
HSL0.090.790.93
HSV32°12°98°
CMYK 0.000.060.12   0.02
XYZ83.119086.298180.6830
Yxy86.29810.33230.3451
Hunter Lab92.8968-2.857213.5330
CIE-Lab94.43972.10949.4304

#fbeddd color RGB value is (251,237,221).

#fbeddd hex color red value is 251, green value is 237 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fbeddd hue: 0.09 , saturation: 0.79 and the lightness value of fbeddd is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101101 11011101
Octal 373 355 335
Decimal 251 237 221
Hex FB ED DD

RGB Percentages of Color #fbeddd

%35.40
%33.43
%31.17

CMYK Percentages of Color #fbeddd

%0
%6
%12
%2

Triadic Colors of #fbeddd

#fbeddd #ddfbed #edddfb

Analogous Colors of #fbeddd

#fbeddd #fafbdd #fbdedd

Monochromatic Colors of #fbeddd

#fbeddd

Complementary Color

#fbeddd #ddebfb

#fbeddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeddd Color CSS Codes

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

#fbeddd Text Font Color

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

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


#fbeddd Background Color

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

This div background color is #fbeddd


#fbeddd Border Color

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

This div border color is #fbeddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeddd


Comments

No comments written yet.

Please login to write comment.