Color Hex Logo

#fed8ee Color Hex

#FED8EE
(254,216,238)
0 Favorites   0 Comments

Color spaces of #fed8ee

RGB 254216238
HSL0.900.950.92
HSV325°15°100°
CMYK 0.000.150.06   0.00
XYZ80.861576.355691.3652
Yxy76.35560.32530.3072
Hunter Lab87.381712.2628-0.8257
CIE-Lab90.024216.7731-5.8410

#fed8ee color RGB value is (254,216,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011000 11101110
Octal 376 330 356
Decimal 254 216 238
Hex FE D8 EE

RGB Percentages of Color #fed8ee

%35.88
%30.51
%33.62

CMYK Percentages of Color #fed8ee

%0
%15
%6
%0

Triadic Colors of #fed8ee

#fed8ee #eefed8 #d8eefe

Analogous Colors of #fed8ee

#fed8ee #fed8db #fbd8fe

Monochromatic Colors of #fed8ee

#fed8ee

Complementary Color

#fed8ee #d8fee8

#fed8ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed8ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed8ee Color CSS Codes

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

#fed8ee Text Font Color

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

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


#fed8ee Background Color

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

This div background color is #fed8ee


#fed8ee Border Color

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

This div border color is #fed8ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed8ee

Related Colors


Comments

No comments written yet.

Please login to write comment.