color codes Logo

#fe9edf color codes

#FE9EDF
(254,158,223)
0 Favorites   0 Comments

Color spaces of #fe9edf

RGB 254158223
HSL0.890.980.81
HSV319°38°100°
CMYK 0.000.380.12   0.00
XYZ66.419250.852376.1268
Yxy50.85230.34340.2629
Hunter Lab71.310841.4618-13.3766
CIE-Lab76.589544.6065-17.8729

#fe9edf color RGB value is (254,158,223).

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

The process color (four color CMYK) of #fe9edf color code is 0.00, 0.38, 0.12, 0.00. Web safe color of #fe9edf is #ff99cc. Color #fe9edf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011110 11011111
Octal 376 236 337
Decimal 254 158 223
Hex FE 9E DF

RGB Percentages of Color #fe9edf

%40.00
%24.88
%35.12

CMYK Percentages of Color #fe9edf

%0
%38
%12
%0

Triadic Colors of #fe9edf

#fe9edf #dffe9e #9edffe

Analogous Colors of #fe9edf

#fe9edf #fe9eaf #ed9efe

Monochromatic Colors of #fe9edf

#fe9edf

Complementary Color

#fe9edf #9efebd

#fe9edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe9edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe9edf Color CSS Codes

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

#fe9edf Text Font Color

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

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


#fe9edf Background Color

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

This div background color is #fe9edf


#fe9edf Border Color

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

This div border color is #fe9edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe9edf

Related Colors


Comments

No comments written yet.

Please login to write comment.