Color Hex Logo

#fed4e2 Color Hex

#FED4E2
(254,212,226)
0 Favorites   0 Comments

Color spaces of #fed4e2

RGB 254212226
HSL0.940.950.91
HSV340°17°100°
CMYK 0.000.170.11   0.00
XYZ78.144073.648882.0485
Yxy73.64880.33420.3150
Hunter Lab85.818912.35353.3881
CIE-Lab88.756216.8705-1.3839

#fed4e2 color RGB value is (254,212,226).

#fed4e2 hex color red value is 254, green value is 212 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #fed4e2 hue: 0.94 , saturation: 0.95 and the lightness value of fed4e2 is 0.91.

The process color (four color CMYK) of #fed4e2 color hex is 0.00, 0.17, 0.11, 0.00. Web safe color of #fed4e2 is #ffcccc. Color #fed4e2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010100 11100010
Octal 376 324 342
Decimal 254 212 226
Hex FE D4 E2

RGB Percentages of Color #fed4e2

%36.71
%30.64
%32.66

CMYK Percentages of Color #fed4e2

%0
%17
%11
%0

Triadic Colors of #fed4e2

#fed4e2 #e2fed4 #d4e2fe

Analogous Colors of #fed4e2

#fed4e2 #fedbd4 #fed4f7

Monochromatic Colors of #fed4e2

#fed4e2

Complementary Color

#fed4e2 #d4fef0

#fed4e2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed4e2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed4e2 Color CSS Codes

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

#fed4e2 Text Font Color

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

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


#fed4e2 Background Color

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

This div background color is #fed4e2


#fed4e2 Border Color

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

This div border color is #fed4e2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed4e2

Related Colors


Comments

No comments written yet.

Please login to write comment.