color codes Logo

#fe9fdd color codes

#FE9FDD
(254,159,221)
0 Favorites   0 Comments

Color spaces of #fe9fdd

RGB 254159221
HSL0.890.980.81
HSV321°37°100°
CMYK 0.000.370.13   0.00
XYZ66.322351.087674.7719
Yxy51.08760.34510.2658
Hunter Lab71.475640.5481-11.9914
CIE-Lab76.732043.7760-16.5676

#fe9fdd color RGB value is (254,159,221).

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

The process color (four color CMYK) of #fe9fdd color code is 0.00, 0.37, 0.13, 0.00. Web safe color of #fe9fdd is #ff99cc. Color #fe9fdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011111 11011101
Octal 376 237 335
Decimal 254 159 221
Hex FE 9F DD

RGB Percentages of Color #fe9fdd

%40.06
%25.08
%34.86

CMYK Percentages of Color #fe9fdd

%0
%37
%13
%0

Triadic Colors of #fe9fdd

#fe9fdd #ddfe9f #9fddfe

Analogous Colors of #fe9fdd

#fe9fdd #fe9fae #f09ffe

Monochromatic Colors of #fe9fdd

#fe9fdd

Complementary Color

#fe9fdd #9ffec0

#fe9fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe9fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe9fdd Color CSS Codes

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

#fe9fdd Text Font Color

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

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


#fe9fdd Background Color

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

This div background color is #fe9fdd


#fe9fdd Border Color

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

This div border color is #fe9fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe9fdd

Related Colors


Comments

No comments written yet.

Please login to write comment.