Color Hex Logo

#fbeaed Color Hex

#FBEAED
(251,234,237)
0 Favorites   0 Comments

Color spaces of #fbeaed

RGB 251234237
HSL0.970.680.95
HSV349°98°
CMYK 0.000.070.06   0.02
XYZ84.492585.469392.1648
Yxy85.46930.32230.3261
Hunter Lab92.44961.34975.6074
CIE-Lab94.08506.25760.6116

#fbeaed color RGB value is (251,234,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101010 11101101
Octal 373 352 355
Decimal 251 234 237
Hex FB EA ED

RGB Percentages of Color #fbeaed

%34.76
%32.41
%32.83

CMYK Percentages of Color #fbeaed

%0
%7
%6
%2

Triadic Colors of #fbeaed

#fbeaed #edfbea #eaedfb

Analogous Colors of #fbeaed

#fbeaed #fbf0ea #fbeaf6

Monochromatic Colors of #fbeaed

#fbeaed

Complementary Color

#fbeaed #eafbf8

#fbeaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeaed Color CSS Codes

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

#fbeaed Text Font Color

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

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


#fbeaed Background Color

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

This div background color is #fbeaed


#fbeaed Border Color

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

This div border color is #fbeaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeaed


Comments

No comments written yet.

Please login to write comment.