Color Hex Logo

#fedfdd Color Hex

#FEDFDD
(254,223,221)
0 Favorites   0 Comments

Color spaces of #fedfdd

RGB 254223221
HSL0.010.940.93
HSV13°100°
CMYK 0.000.120.13   0.00
XYZ80.311979.066679.4351
Yxy79.06660.33630.3311
Hunter Lab88.91945.61209.2776
CIE-Lab91.264410.35144.8938

#fedfdd color RGB value is (254,223,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 11011101
Octal 376 337 335
Decimal 254 223 221
Hex FE DF DD

RGB Percentages of Color #fedfdd

%36.39
%31.95
%31.66

CMYK Percentages of Color #fedfdd

%0
%12
%13
%0

Triadic Colors of #fedfdd

#fedfdd #ddfedf #dfddfe

Analogous Colors of #fedfdd

#fedfdd #fef0dd #feddec

Monochromatic Colors of #fedfdd

#fedfdd

Complementary Color

#fedfdd #ddfcfe

#fedfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedfdd Color CSS Codes

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

#fedfdd Text Font Color

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

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


#fedfdd Background Color

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

This div background color is #fedfdd


#fedfdd Border Color

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

This div border color is #fedfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedfdd

Related Colors


Comments

No comments written yet.

Please login to write comment.