Color Hex Logo

#fbeaee Color Hex

#FBEAEE
(251,234,238)
0 Favorites   0 Comments

Color spaces of #fbeaee

RGB 251234238
HSL0.960.680.95
HSV346°98°
CMYK 0.000.070.05   0.02
XYZ84.639185.527992.9365
Yxy85.52790.32170.3251
Hunter Lab92.48131.52145.1551
CIE-Lab94.11016.42700.1284

#fbeaee color RGB value is (251,234,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101010 11101110
Octal 373 352 356
Decimal 251 234 238
Hex FB EA EE

RGB Percentages of Color #fbeaee

%34.72
%32.37
%32.92

CMYK Percentages of Color #fbeaee

%0
%7
%5
%2

Triadic Colors of #fbeaee

#fbeaee #eefbea #eaeefb

Analogous Colors of #fbeaee

#fbeaee #fbefea #fbeaf7

Monochromatic Colors of #fbeaee

#fbeaee

Complementary Color

#fbeaee #eafbf7

#fbeaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeaee Color CSS Codes

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

#fbeaee Text Font Color

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

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


#fbeaee Background Color

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

This div background color is #fbeaee


#fbeaee Border Color

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

This div border color is #fbeaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeaee

Related Colors


Comments

No comments written yet.

Please login to write comment.