Color Hex Logo

#fe8fda Color Hex

#FE8FDA
(254,143,218)
0 Favorites   0 Comments

Color spaces of #fe8fda

RGB 254143218
HSL0.890.980.78
HSV319°44°100°
CMYK 0.000.440.14   0.00
XYZ63.350445.777771.8267
Yxy45.77770.35010.2530
Hunter Lab67.659248.7287-15.5805
CIE-Lab73.401151.4081-19.9629

#fe8fda color RGB value is (254,143,218).

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

The process color (four color CMYK) of #fe8fda color hex is 0.00, 0.44, 0.14, 0.00. Web safe color of #fe8fda is #ff99cc. Color #fe8fda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001111 11011010
Octal 376 217 332
Decimal 254 143 218
Hex FE 8F DA

RGB Percentages of Color #fe8fda

%41.30
%23.25
%35.45

CMYK Percentages of Color #fe8fda

%0
%44
%14
%0

Triadic Colors of #fe8fda

#fe8fda #dafe8f #8fdafe

Analogous Colors of #fe8fda

#fe8fda #fe8fa3 #eb8ffe

Monochromatic Colors of #fe8fda

#fe8fda

Complementary Color

#fe8fda #8ffeb3

#fe8fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8fda Color CSS Codes

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

#fe8fda Text Font Color

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

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


#fe8fda Background Color

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

This div background color is #fe8fda


#fe8fda Border Color

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

This div border color is #fe8fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8fda

Related Colors


Comments

No comments written yet.

Please login to write comment.