Color Hex Logo

#fed9df Color Hex

#FED9DF
(254,217,223)
0 Favorites   0 Comments

Color spaces of #fed9df

RGB 254217223
HSL0.970.950.92
HSV350°15°100°
CMYK 0.000.150.12   0.00
XYZ79.005276.024380.3222
Yxy76.02430.33570.3230
Hunter Lab87.19199.15426.4157
CIE-Lab89.870613.78151.8229

#fed9df color RGB value is (254,217,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011001 11011111
Octal 376 331 337
Decimal 254 217 223
Hex FE D9 DF

RGB Percentages of Color #fed9df

%36.60
%31.27
%32.13

CMYK Percentages of Color #fed9df

%0
%15
%12
%0

Triadic Colors of #fed9df

#fed9df #dffed9 #d9dffe

Analogous Colors of #fed9df

#fed9df #fee6d9 #fed9f2

Monochromatic Colors of #fed9df

#fed9df

Complementary Color

#fed9df #d9fef8

#fed9df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed9df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed9df Color CSS Codes

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

#fed9df Text Font Color

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

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


#fed9df Background Color

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

This div background color is #fed9df


#fed9df Border Color

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

This div border color is #fed9df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed9df


Comments

No comments written yet.

Please login to write comment.