Color Hex Logo

#fedddd Color Hex

#FEDDDD
(254,221,221)
0 Favorites   0 Comments

Color spaces of #fedddd

RGB 254221221
HSL0.000.940.93
HSV13°100°
CMYK 0.000.130.13   0.00
XYZ79.780678.004279.2580
Yxy78.00420.33660.3291
Hunter Lab88.32006.68148.6174
CIE-Lab90.781811.38694.1956

#fedddd color RGB value is (254,221,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 11011101
Octal 376 335 335
Decimal 254 221 221
Hex FE DD DD

RGB Percentages of Color #fedddd

%36.49
%31.75
%31.75

CMYK Percentages of Color #fedddd

%0
%13
%13
%0

Triadic Colors of #fedddd

#fedddd #ddfedd #ddddfe

Analogous Colors of #fedddd

#fedddd #feeedd #feddee

Monochromatic Colors of #fedddd

#fedddd

Complementary Color

#fedddd #ddfefe

#fedddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedddd Color CSS Codes

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

#fedddd Text Font Color

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

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


#fedddd Background Color

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

This div background color is #fedddd


#fedddd Border Color

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

This div border color is #fedddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedddd

Related Colors

#fedddd Color Palettes


Comments

No comments written yet.

Please login to write comment.