Color Hex Logo

#fe9dca Color Hex

#FE9DCA
(254,157,202)
0 Favorites   0 Comments

Color spaces of #fe9dca

RGB 254157202
HSL0.920.980.81
HSV332°38°100°
CMYK 0.000.380.20   0.00
XYZ63.590749.449062.0701
Yxy49.44900.36310.2824
Hunter Lab70.320038.3584-3.1102
CIE-Lab75.729841.9219-7.6781

#fe9dca color RGB value is (254,157,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011101 11001010
Octal 376 235 312
Decimal 254 157 202
Hex FE 9D CA

RGB Percentages of Color #fe9dca

%41.44
%25.61
%32.95

CMYK Percentages of Color #fe9dca

%0
%38
%20
%0

Triadic Colors of #fe9dca

#fe9dca #cafe9d #9dcafe

Analogous Colors of #fe9dca

#fe9dca #fea19d #fe9dfb

Monochromatic Colors of #fe9dca

#fe9dca

Complementary Color

#fe9dca #9dfed1

#fe9dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe9dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe9dca Color CSS Codes

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

#fe9dca Text Font Color

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

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


#fe9dca Background Color

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

This div background color is #fe9dca


#fe9dca Border Color

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

This div border color is #fe9dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe9dca


Comments

No comments written yet.

Please login to write comment.