Color Hex Logo

#fdddd2 Color Hex

#FDDDD2
(253,221,210)
0 Favorites   0 Comments

Color spaces of #fdddd2

RGB 253221210
HSL0.040.910.91
HSV15°17°99°
CMYK 0.000.130.17   0.01
XYZ77.997377.248771.7724
Yxy77.24870.34360.3403
Hunter Lab87.89124.596513.1074
CIE-Lab90.43609.33709.4516

#fdddd2 color RGB value is (253,221,210).

#fdddd2 hex color red value is 253, green value is 221 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #fdddd2 hue: 0.04 , saturation: 0.91 and the lightness value of fdddd2 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011101 11010010
Octal 375 335 322
Decimal 253 221 210
Hex FD DD D2

RGB Percentages of Color #fdddd2

%36.99
%32.31
%30.70

CMYK Percentages of Color #fdddd2

%0
%13
%17
%1

Triadic Colors of #fdddd2

#fdddd2 #d2fddd #ddd2fd

Analogous Colors of #fdddd2

#fdddd2 #fdf3d2 #fdd2dd

Monochromatic Colors of #fdddd2

#fdddd2

Complementary Color

#fdddd2 #d2f2fd

#fdddd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdddd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdddd2 Color CSS Codes

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

#fdddd2 Text Font Color

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

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


#fdddd2 Background Color

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

This div background color is #fdddd2


#fdddd2 Border Color

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

This div border color is #fdddd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdddd2


Comments

No comments written yet.

Please login to write comment.