Color Hex Logo

#fed3ee Color Hex

#FED3EE
(254,211,238)
0 Favorites   0 Comments

Color spaces of #fed3ee

RGB 254211238
HSL0.900.960.91
HSV322°17°100°
CMYK 0.000.170.06   0.00
XYZ79.599973.832490.9446
Yxy73.83240.32570.3021
Hunter Lab85.925814.9887-2.6050
CIE-Lab88.843219.3866-7.5873

#fed3ee color RGB value is (254,211,238).

#fed3ee hex color red value is 254, green value is 211 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fed3ee hue: 0.90 , saturation: 0.96 and the lightness value of fed3ee is 0.91.

The process color (four color CMYK) of #fed3ee color hex is 0.00, 0.17, 0.06, 0.00. Web safe color of #fed3ee is #ffccff. Color #fed3ee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010011 11101110
Octal 376 323 356
Decimal 254 211 238
Hex FE D3 EE

RGB Percentages of Color #fed3ee

%36.13
%30.01
%33.85

CMYK Percentages of Color #fed3ee

%0
%17
%6
%0

Triadic Colors of #fed3ee

#fed3ee #eefed3 #d3eefe

Analogous Colors of #fed3ee

#fed3ee #fed3d9 #f9d3fe

Monochromatic Colors of #fed3ee

#fed3ee

Complementary Color

#fed3ee #d3fee3

#fed3ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed3ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed3ee Color CSS Codes

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

#fed3ee Text Font Color

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

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


#fed3ee Background Color

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

This div background color is #fed3ee


#fed3ee Border Color

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

This div border color is #fed3ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed3ee


Comments

No comments written yet.

Please login to write comment.