Color Hex Logo

#fed9de Color Hex

#FED9DE
(254,217,222)
0 Favorites   0 Comments

Color spaces of #fed9de

RGB 254217222
HSL0.980.950.92
HSV352°15°100°
CMYK 0.000.150.13   0.00
XYZ78.870775.970579.6141
Yxy75.97050.33640.3240
Hunter Lab87.16118.99016.8564
CIE-Lab89.845613.62222.3125

#fed9de color RGB value is (254,217,222).

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

The process color (four color CMYK) of #fed9de color hex is 0.00, 0.15, 0.13, 0.00. Web safe color of #fed9de is #ffcccc. Color #fed9de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011001 11011110
Octal 376 331 336
Decimal 254 217 222
Hex FE D9 DE

RGB Percentages of Color #fed9de

%36.65
%31.31
%32.03

CMYK Percentages of Color #fed9de

%0
%15
%13
%0

Triadic Colors of #fed9de

#fed9de #defed9 #d9defe

Analogous Colors of #fed9de

#fed9de #fee7d9 #fed9f1

Monochromatic Colors of #fed9de

#fed9de

Complementary Color

#fed9de #d9fef9

#fed9de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed9de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed9de Color CSS Codes

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

#fed9de Text Font Color

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

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


#fed9de Background Color

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

This div background color is #fed9de


#fed9de Border Color

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

This div border color is #fed9de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed9de

#fed9de Color Palettes


Comments

No comments written yet.

Please login to write comment.