Color Hex Logo

#fbe2ea Color Hex

#FBE2EA
(251,226,234)
0 Favorites   0 Comments

Color spaces of #fbe2ea

RGB 251226234
HSL0.950.760.94
HSV341°10°98°
CMYK 0.000.100.07   0.02
XYZ81.831380.842589.1331
Yxy80.84250.32500.3210
Hunter Lab89.91255.11004.1626
CIE-Lab92.06169.8778-0.7794

#fbe2ea color RGB value is (251,226,234).

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

The process color (four color CMYK) of #fbe2ea color hex is 0.00, 0.10, 0.07, 0.02. Web safe color of #fbe2ea is #ffccff. Color #fbe2ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100010 11101010
Octal 373 342 352
Decimal 251 226 234
Hex FB E2 EA

RGB Percentages of Color #fbe2ea

%35.30
%31.79
%32.91

CMYK Percentages of Color #fbe2ea

%0
%10
%7
%2

Triadic Colors of #fbe2ea

#fbe2ea #eafbe2 #e2eafb

Analogous Colors of #fbe2ea

#fbe2ea #fbe7e2 #fbe2f7

Monochromatic Colors of #fbe2ea

#fbe2ea

Complementary Color

#fbe2ea #e2fbf3

#fbe2ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe2ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe2ea Color CSS Codes

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

#fbe2ea Text Font Color

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

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


#fbe2ea Background Color

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

This div background color is #fbe2ea


#fbe2ea Border Color

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

This div border color is #fbe2ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe2ea


Comments

No comments written yet.

Please login to write comment.