Color Hex Logo

#fddddd Color Hex

#FDDDDD
(253,221,221)
0 Favorites   0 Comments

Color spaces of #fddddd

RGB 253221221
HSL0.000.890.93
HSV13°99°
CMYK 0.000.130.13   0.01
XYZ79.415677.816079.2410
Yxy77.81600.33580.3291
Hunter Lab88.21346.32438.4899
CIE-Lab90.695911.03704.0603

#fddddd color RGB value is (253,221,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011101 11011101
Octal 375 335 335
Decimal 253 221 221
Hex FD DD DD

RGB Percentages of Color #fddddd

%36.40
%31.80
%31.80

CMYK Percentages of Color #fddddd

%0
%13
%13
%1

Triadic Colors of #fddddd

#fddddd #ddfddd #ddddfd

Analogous Colors of #fddddd

#fddddd #fdeddd #fddded

Monochromatic Colors of #fddddd

#fddddd

Complementary Color

#fddddd #ddfdfd

#fddddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddddd Color CSS Codes

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

#fddddd Text Font Color

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

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


#fddddd Background Color

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

This div background color is #fddddd


#fddddd Border Color

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

This div border color is #fddddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddddd

Related Colors

#fddddd Color Palettes


Comments

No comments written yet.

Please login to write comment.