Color Hex Logo

#fe9fdf Color Hex

#FE9FDF
(254,159,223)
0 Favorites   0 Comments

Color spaces of #fe9fdf

RGB 254159223
HSL0.890.980.81
HSV320°37°100°
CMYK 0.000.370.12   0.00
XYZ66.590551.194876.1839
Yxy51.19480.34330.2639
Hunter Lab71.550540.9125-13.0440
CIE-Lab76.796944.0936-17.5597

#fe9fdf color RGB value is (254,159,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011111 11011111
Octal 376 237 337
Decimal 254 159 223
Hex FE 9F DF

RGB Percentages of Color #fe9fdf

%39.94
%25.00
%35.06

CMYK Percentages of Color #fe9fdf

%0
%37
%12
%0

Triadic Colors of #fe9fdf

#fe9fdf #dffe9f #9fdffe

Analogous Colors of #fe9fdf

#fe9fdf #fe9fb0 #ee9ffe

Monochromatic Colors of #fe9fdf

#fe9fdf

Complementary Color

#fe9fdf #9ffebe

#fe9fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe9fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe9fdf Color CSS Codes

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

#fe9fdf Text Font Color

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

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


#fe9fdf Background Color

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

This div background color is #fe9fdf


#fe9fdf Border Color

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

This div border color is #fe9fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe9fdf


Comments

No comments written yet.

Please login to write comment.