Color Hex Logo

#fedfdc Color Hex

#FEDFDC
(254,223,220)
0 Favorites   0 Comments

Color spaces of #fedfdc

RGB 254223220
HSL0.010.940.93
HSV13°100°
CMYK 0.000.120.13   0.00
XYZ80.179079.013578.7354
Yxy79.01350.33700.3321
Hunter Lab88.88955.45169.7056
CIE-Lab91.240410.19415.3826

#fedfdc color RGB value is (254,223,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 11011100
Octal 376 337 334
Decimal 254 223 220
Hex FE DF DC

RGB Percentages of Color #fedfdc

%36.44
%31.99
%31.56

CMYK Percentages of Color #fedfdc

%0
%12
%13
%0

Triadic Colors of #fedfdc

#fedfdc #dcfedf #dfdcfe

Analogous Colors of #fedfdc

#fedfdc #fef0dc #fedcea

Monochromatic Colors of #fedfdc

#fedfdc

Complementary Color

#fedfdc #dcfbfe

#fedfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedfdc Color CSS Codes

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

#fedfdc Text Font Color

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

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


#fedfdc Background Color

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

This div background color is #fedfdc


#fedfdc Border Color

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

This div border color is #fedfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedfdc

Related Colors


Comments

No comments written yet.

Please login to write comment.