Color Hex Logo

#fedfd9 Color Hex

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

Color spaces of #fedfd9

RGB 254223217
HSL0.030.950.92
HSV10°15°100°
CMYK 0.000.120.15   0.00
XYZ79.785178.855976.6612
Yxy78.85590.33910.3351
Hunter Lab88.80084.975810.9759
CIE-Lab91.16919.72676.8500

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

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

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

Base Numbers

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

RGB Percentages of Color #fedfd9

%36.60
%32.13
%31.27

CMYK Percentages of Color #fedfd9

%0
%12
%15
%0

Triadic Colors of #fedfd9

#fedfd9 #d9fedf #dfd9fe

Analogous Colors of #fedfd9

#fedfd9 #fef2d9 #fed9e6

Monochromatic Colors of #fedfd9

#fedfd9

Complementary Color

#fedfd9 #d9f8fe

#fedfd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedfd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedfd9 Color CSS Codes

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

#fedfd9 Text Font Color

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

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


#fedfd9 Background Color

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

This div background color is #fedfd9


#fedfd9 Border Color

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

This div border color is #fedfd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedfd9

Related Colors

#fedfd9 Color Palettes


Comments

No comments written yet.

Please login to write comment.