Color Hex Logo

#fe8ddd Color Hex

#FE8DDD
(254,141,221)
0 Favorites   0 Comments

Color spaces of #fe8ddd

RGB 254141221
HSL0.880.980.77
HSV318°44°100°
CMYK 0.000.440.13   0.00
XYZ63.449145.341073.8142
Yxy45.34100.34750.2483
Hunter Lab67.335750.3594-17.8594
CIE-Lab73.115952.8641-22.0458

#fe8ddd color RGB value is (254,141,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001101 11011101
Octal 376 215 335
Decimal 254 141 221
Hex FE 8D DD

RGB Percentages of Color #fe8ddd

%41.23
%22.89
%35.88

CMYK Percentages of Color #fe8ddd

%0
%44
%13
%0

Triadic Colors of #fe8ddd

#fe8ddd #ddfe8d #8dddfe

Analogous Colors of #fe8ddd

#fe8ddd #fe8da5 #e78dfe

Monochromatic Colors of #fe8ddd

#fe8ddd

Complementary Color

#fe8ddd #8dfeae

#fe8ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8ddd Color CSS Codes

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

#fe8ddd Text Font Color

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

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


#fe8ddd Background Color

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

This div background color is #fe8ddd


#fe8ddd Border Color

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

This div border color is #fe8ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8ddd

Related Colors


Comments

No comments written yet.

Please login to write comment.