Color Hex Logo

#fe9bdd Color Hex

#FE9BDD
(254,155,221)
0 Favorites   0 Comments

Color spaces of #fe9bdd

RGB 254155221
HSL0.890.980.80
HSV320°39°100°
CMYK 0.000.390.13   0.00
XYZ65.645549.734074.5463
Yxy49.73400.34560.2619
Hunter Lab70.522342.7421-13.3074
CIE-Lab75.905745.8241-17.8147

#fe9bdd color RGB value is (254,155,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011011 11011101
Octal 376 233 335
Decimal 254 155 221
Hex FE 9B DD

RGB Percentages of Color #fe9bdd

%40.32
%24.60
%35.08

CMYK Percentages of Color #fe9bdd

%0
%39
%13
%0

Triadic Colors of #fe9bdd

#fe9bdd #ddfe9b #9bddfe

Analogous Colors of #fe9bdd

#fe9bdd #fe9bac #ee9bfe

Monochromatic Colors of #fe9bdd

#fe9bdd

Complementary Color

#fe9bdd #9bfebc

#fe9bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe9bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe9bdd Color CSS Codes

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

#fe9bdd Text Font Color

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

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


#fe9bdd Background Color

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

This div background color is #fe9bdd


#fe9bdd Border Color

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

This div border color is #fe9bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe9bdd


Comments

No comments written yet.

Please login to write comment.