Color Hex Logo

#fbe6ea Color Hex

#FBE6EA
(251,230,234)
0 Favorites   0 Comments

Color spaces of #fbe6ea

RGB 251230234
HSL0.970.720.94
HSV349°98°
CMYK 0.000.080.07   0.02
XYZ82.931883.043489.4999
Yxy83.04340.32460.3251
Hunter Lab91.12822.97095.5591
CIE-Lab93.03347.81150.6399

#fbe6ea color RGB value is (251,230,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100110 11101010
Octal 373 346 352
Decimal 251 230 234
Hex FB E6 EA

RGB Percentages of Color #fbe6ea

%35.10
%32.17
%32.73

CMYK Percentages of Color #fbe6ea

%0
%8
%7
%2

Triadic Colors of #fbe6ea

#fbe6ea #eafbe6 #e6eafb

Analogous Colors of #fbe6ea

#fbe6ea #fbede6 #fbe6f5

Monochromatic Colors of #fbe6ea

#fbe6ea

Complementary Color

#fbe6ea #e6fbf7

#fbe6ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe6ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe6ea Color CSS Codes

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

#fbe6ea Text Font Color

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

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


#fbe6ea Background Color

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

This div background color is #fbe6ea


#fbe6ea Border Color

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

This div border color is #fbe6ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe6ea


Comments

No comments written yet.

Please login to write comment.