Color Hex Logo

#fe9dde Color Hex

#FE9DDE
(254,157,222)
0 Favorites   0 Comments

Color spaces of #fe9dde

RGB 254157222
HSL0.890.980.81
HSV320°38°100°
CMYK 0.000.380.13   0.00
XYZ66.114850.458775.3621
Yxy50.45870.34450.2629
Hunter Lab71.034341.8280-13.1783
CIE-Lab76.350044.9600-17.6894

#fe9dde color RGB value is (254,157,222).

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

The process color (four color CMYK) of #fe9dde color hex is 0.00, 0.38, 0.13, 0.00. Web safe color of #fe9dde is #ff99cc. Color #fe9dde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011101 11011110
Octal 376 235 336
Decimal 254 157 222
Hex FE 9D DE

RGB Percentages of Color #fe9dde

%40.13
%24.80
%35.07

CMYK Percentages of Color #fe9dde

%0
%38
%13
%0

Triadic Colors of #fe9dde

#fe9dde #defe9d #9ddefe

Analogous Colors of #fe9dde

#fe9dde #fe9dae #ee9dfe

Monochromatic Colors of #fe9dde

#fe9dde

Complementary Color

#fe9dde #9dfebd

#fe9dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe9dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe9dde Color CSS Codes

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

#fe9dde Text Font Color

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

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


#fe9dde Background Color

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

This div background color is #fe9dde


#fe9dde Border Color

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

This div border color is #fe9dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe9dde

Related Colors


Comments

No comments written yet.

Please login to write comment.