Color Hex Logo

#fee2eb Color Hex

#FEE2EB
(254,226,235)
0 Favorites   0 Comments

Color spaces of #fee2eb

RGB 254226235
HSL0.950.930.94
HSV341°11°100°
CMYK 0.000.110.07   0.00
XYZ83.064881.461789.9430
Yxy81.46170.32640.3201
Hunter Lab90.25616.32944.0950
CIE-Lab92.336811.0697-0.8699

#fee2eb color RGB value is (254,226,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100010 11101011
Octal 376 342 353
Decimal 254 226 235
Hex FE E2 EB

RGB Percentages of Color #fee2eb

%35.52
%31.61
%32.87

CMYK Percentages of Color #fee2eb

%0
%11
%7
%0

Triadic Colors of #fee2eb

#fee2eb #ebfee2 #e2ebfe

Analogous Colors of #fee2eb

#fee2eb #fee7e2 #fee2f9

Monochromatic Colors of #fee2eb

#fee2eb

Complementary Color

#fee2eb #e2fef5

#fee2eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee2eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee2eb Color CSS Codes

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

#fee2eb Text Font Color

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

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


#fee2eb Background Color

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

This div background color is #fee2eb


#fee2eb Border Color

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

This div border color is #fee2eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,226,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee2eb


Comments

No comments written yet.

Please login to write comment.