Color Hex Logo

#fed6ee Color Hex

#FED6EE
(254,214,238)
0 Favorites   0 Comments

Color spaces of #fed6ee

RGB 254214238
HSL0.900.950.92
HSV324°16°100°
CMYK 0.000.160.06   0.00
XYZ80.352275.337091.1954
Yxy75.33700.32550.3052
Hunter Lab86.796913.3518-1.5368
CIE-Lab89.550617.8176-6.5406

#fed6ee color RGB value is (254,214,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010110 11101110
Octal 376 326 356
Decimal 254 214 238
Hex FE D6 EE

RGB Percentages of Color #fed6ee

%35.98
%30.31
%33.71

CMYK Percentages of Color #fed6ee

%0
%16
%6
%0

Triadic Colors of #fed6ee

#fed6ee #eefed6 #d6eefe

Analogous Colors of #fed6ee

#fed6ee #fed6da #fad6fe

Monochromatic Colors of #fed6ee

#fed6ee

Complementary Color

#fed6ee #d6fee6

#fed6ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed6ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed6ee Color CSS Codes

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

#fed6ee Text Font Color

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

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


#fed6ee Background Color

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

This div background color is #fed6ee


#fed6ee Border Color

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

This div border color is #fed6ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed6ee

Related Colors


Comments

No comments written yet.

Please login to write comment.