Color Hex Logo

#fedfdf Color Hex

#FEDFDF
(254,223,223)
0 Favorites   0 Comments

Color spaces of #fedfdf

RGB 254223223
HSL0.000.940.94
HSV12°100°
CMYK 0.000.120.12   0.00
XYZ80.580079.173980.8471
Yxy79.17390.33490.3291
Hunter Lab88.97975.93508.4148
CIE-Lab91.312910.66783.9168

#fedfdf color RGB value is (254,223,223).

#fedfdf hex color red value is 254, green value is 223 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fedfdf hue: 0.00 , saturation: 0.94 and the lightness value of fedfdf is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 11011111
Octal 376 337 337
Decimal 254 223 223
Hex FE DF DF

RGB Percentages of Color #fedfdf

%36.29
%31.86
%31.86

CMYK Percentages of Color #fedfdf

%0
%12
%12
%0

Triadic Colors of #fedfdf

#fedfdf #dffedf #dfdffe

Analogous Colors of #fedfdf

#fedfdf #feefdf #fedfef

Monochromatic Colors of #fedfdf

#fedfdf

Complementary Color

#fedfdf #dffefe

#fedfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedfdf Color CSS Codes

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

#fedfdf Text Font Color

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

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


#fedfdf Background Color

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

This div background color is #fedfdf


#fedfdf Border Color

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

This div border color is #fedfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedfdf

#fedfdf Color Palettes


Comments

No comments written yet.

Please login to write comment.