Color Hex Logo

#fbedd6 Color Hex

#FBEDD6
(251,237,214)
1 Favorites   0 Comments

Color spaces of #fbedd6

RGB 251237214
HSL0.100.820.91
HSV37°15°98°
CMYK 0.000.060.15   0.02
XYZ82.205485.932675.8723
Yxy85.93260.33690.3522
Hunter Lab92.6998-3.932516.3626
CIE-Lab94.28351.024112.8322

#fbedd6 color RGB value is (251,237,214).

#fbedd6 hex color red value is 251, green value is 237 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #fbedd6 hue: 0.10 , saturation: 0.82 and the lightness value of fbedd6 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101101 11010110
Octal 373 355 326
Decimal 251 237 214
Hex FB ED D6

RGB Percentages of Color #fbedd6

%35.75
%33.76
%30.48

CMYK Percentages of Color #fbedd6

%0
%6
%15
%2

Triadic Colors of #fbedd6

#fbedd6 #d6fbed #edd6fb

Analogous Colors of #fbedd6

#fbedd6 #f7fbd6 #fbdbd6

Monochromatic Colors of #fbedd6

#fbedd6

Complementary Color

#fbedd6 #d6e4fb

#fbedd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbedd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbedd6 Color CSS Codes

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

#fbedd6 Text Font Color

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

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


#fbedd6 Background Color

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

This div background color is #fbedd6


#fbedd6 Border Color

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

This div border color is #fbedd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbedd6


Comments

No comments written yet.

Please login to write comment.