Color Hex Logo

#fdddc9 Color Hex

#FDDDC9
(253,221,201)
0 Favorites   0 Comments

Color spaces of #fdddc9

RGB 253221201
HSL0.060.930.89
HSV23°21°99°
CMYK 0.000.130.21   0.01
XYZ76.907176.812666.0312
Yxy76.81260.35000.3495
Hunter Lab87.64283.260016.6801
CIE-Lab90.23538.010713.8762

#fdddc9 color RGB value is (253,221,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011101 11001001
Octal 375 335 311
Decimal 253 221 201
Hex FD DD C9

RGB Percentages of Color #fdddc9

%37.48
%32.74
%29.78

CMYK Percentages of Color #fdddc9

%0
%13
%21
%1

Triadic Colors of #fdddc9

#fdddc9 #c9fddd #ddc9fd

Analogous Colors of #fdddc9

#fdddc9 #fdf7c9 #fdc9cf

Monochromatic Colors of #fdddc9

#fdddc9

Complementary Color

#fdddc9 #c9e9fd

#fdddc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdddc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdddc9 Color CSS Codes

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

#fdddc9 Text Font Color

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

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


#fdddc9 Background Color

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

This div background color is #fdddc9


#fdddc9 Border Color

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

This div border color is #fdddc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdddc9


Comments

No comments written yet.

Please login to write comment.