Color Hex Logo

#fe9fdc Color Hex

#FE9FDC
(254,159,220)
0 Favorites   0 Comments

Color spaces of #fe9fdc

RGB 254159220
HSL0.890.980.81
HSV321°37°100°
CMYK 0.000.370.13   0.00
XYZ66.189551.034474.0722
Yxy51.03440.34600.2668
Hunter Lab71.438440.3677-11.4691
CIE-Lab76.699843.6186-16.0710

#fe9fdc color RGB value is (254,159,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011111 11011100
Octal 376 237 334
Decimal 254 159 220
Hex FE 9F DC

RGB Percentages of Color #fe9fdc

%40.13
%25.12
%34.76

CMYK Percentages of Color #fe9fdc

%0
%37
%13
%0

Triadic Colors of #fe9fdc

#fe9fdc #dcfe9f #9fdcfe

Analogous Colors of #fe9fdc

#fe9fdc #fe9fad #f19ffe

Monochromatic Colors of #fe9fdc

#fe9fdc

Complementary Color

#fe9fdc #9ffec1

#fe9fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe9fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe9fdc Color CSS Codes

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

#fe9fdc Text Font Color

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

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


#fe9fdc Background Color

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

This div background color is #fe9fdc


#fe9fdc Border Color

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

This div border color is #fe9fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe9fdc


Comments

No comments written yet.

Please login to write comment.