Color Hex Logo

#fdddd6 Color Hex

#FDDDD6
(253,221,214)
0 Favorites   0 Comments

Color spaces of #fdddd6

RGB 253221214
HSL0.030.910.92
HSV11°15°99°
CMYK 0.000.130.15   0.01
XYZ78.502177.450674.4303
Yxy77.45060.34070.3362
Hunter Lab88.00605.212911.4602
CIE-Lab90.52869.94537.4887

#fdddd6 color RGB value is (253,221,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011101 11010110
Octal 375 335 326
Decimal 253 221 214
Hex FD DD D6

RGB Percentages of Color #fdddd6

%36.77
%32.12
%31.10

CMYK Percentages of Color #fdddd6

%0
%13
%15
%1

Triadic Colors of #fdddd6

#fdddd6 #d6fddd #ddd6fd

Analogous Colors of #fdddd6

#fdddd6 #fdf1d6 #fdd6e3

Monochromatic Colors of #fdddd6

#fdddd6

Complementary Color

#fdddd6 #d6f6fd

#fdddd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdddd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdddd6 Color CSS Codes

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

#fdddd6 Text Font Color

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

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


#fdddd6 Background Color

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

This div background color is #fdddd6


#fdddd6 Border Color

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

This div border color is #fdddd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdddd6

Related Colors


Comments

No comments written yet.

Please login to write comment.