Color Hex Logo

#fe99df Color Hex

#FE99DF
(254,153,223)
0 Favorites   0 Comments

Color spaces of #fe99df

RGB 254153223
HSL0.880.980.80
HSV318°40°100°
CMYK 0.000.400.12   0.00
XYZ65.583649.181075.8483
Yxy49.18100.34410.2580
Hunter Lab70.129244.2041-15.0348
CIE-Lab75.563847.1589-19.4245

#fe99df color RGB value is (254,153,223).

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

The process color (four color CMYK) of #fe99df color hex is 0.00, 0.40, 0.12, 0.00. Web safe color of #fe99df is #ff99cc. Color #fe99df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011001 11011111
Octal 376 231 337
Decimal 254 153 223
Hex FE 99 DF

RGB Percentages of Color #fe99df

%40.32
%24.29
%35.40

CMYK Percentages of Color #fe99df

%0
%40
%12
%0

Triadic Colors of #fe99df

#fe99df #dffe99 #99dffe

Analogous Colors of #fe99df

#fe99df #fe99ad #eb99fe

Monochromatic Colors of #fe99df

#fe99df

Complementary Color

#fe99df #99feb8

#fe99df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe99df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe99df Color CSS Codes

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

#fe99df Text Font Color

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

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


#fe99df Background Color

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

This div background color is #fe99df


#fe99df Border Color

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

This div border color is #fe99df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe99df

Related Colors


Comments

No comments written yet.

Please login to write comment.