Color Hex Logo

#fe99ea Color Hex

#FE99EA
(254,153,234)
0 Favorites   0 Comments

Color spaces of #fe99ea

RGB 254153234
HSL0.870.980.80
HSV312°40°100°
CMYK 0.000.400.08   0.00
XYZ67.115649.793883.9157
Yxy49.79380.33420.2479
Hunter Lab70.564746.2869-21.1125
CIE-Lab75.942548.9403-24.8468

#fe99ea color RGB value is (254,153,234).

#fe99ea hex color red value is 254, green value is 153 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fe99ea hue: 0.87 , saturation: 0.98 and the lightness value of fe99ea is 0.80.

The process color (four color CMYK) of #fe99ea color hex is 0.00, 0.40, 0.08, 0.00. Web safe color of #fe99ea is #ff99ff. Color #fe99ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011001 11101010
Octal 376 231 352
Decimal 254 153 234
Hex FE 99 EA

RGB Percentages of Color #fe99ea

%39.63
%23.87
%36.51

CMYK Percentages of Color #fe99ea

%0
%40
%8
%0

Triadic Colors of #fe99ea

#fe99ea #eafe99 #99eafe

Analogous Colors of #fe99ea

#fe99ea #fe99b8 #e099fe

Monochromatic Colors of #fe99ea

#fe99ea

Complementary Color

#fe99ea #99fead

#fe99ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe99ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe99ea Color CSS Codes

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

#fe99ea Text Font Color

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

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


#fe99ea Background Color

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

This div background color is #fe99ea


#fe99ea Border Color

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

This div border color is #fe99ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe99ea


Comments

No comments written yet.

Please login to write comment.