Color Hex Logo

#fee5e9 Color Hex

#FEE5E9
(254,229,233)
0 Favorites   0 Comments

Color spaces of #fee5e9

RGB 254229233
HSL0.970.930.95
HSV350°10°100°
CMYK 0.000.100.08   0.00
XYZ83.600382.992688.7038
Yxy82.99260.32750.3251
Hunter Lab91.10034.37926.0399
CIE-Lab93.01129.18771.1587

#fee5e9 color RGB value is (254,229,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100101 11101001
Octal 376 345 351
Decimal 254 229 233
Hex FE E5 E9

RGB Percentages of Color #fee5e9

%35.47
%31.98
%32.54

CMYK Percentages of Color #fee5e9

%0
%10
%8
%0

Triadic Colors of #fee5e9

#fee5e9 #e9fee5 #e5e9fe

Analogous Colors of #fee5e9

#fee5e9 #feeee5 #fee5f6

Monochromatic Colors of #fee5e9

#fee5e9

Complementary Color

#fee5e9 #e5fefa

#fee5e9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee5e9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee5e9 Color CSS Codes

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

#fee5e9 Text Font Color

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

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


#fee5e9 Background Color

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

This div background color is #fee5e9


#fee5e9 Border Color

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

This div border color is #fee5e9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee5e9

Related Colors


Comments

No comments written yet.

Please login to write comment.