Color Hex Logo

#fdded9 Color Hex

#FDDED9
(253,222,217)
0 Favorites   0 Comments

Color spaces of #fdded9

RGB 253222217
HSL0.020.900.92
HSV14°99°
CMYK 0.000.120.14   0.01
XYZ79.153778.135076.5553
Yxy78.13500.33850.3341
Hunter Lab88.39405.150910.5266
CIE-Lab90.84159.89126.3671

#fdded9 color RGB value is (253,222,217).

#fdded9 hex color red value is 253, green value is 222 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #fdded9 hue: 0.02 , saturation: 0.90 and the lightness value of fdded9 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011110 11011001
Octal 375 336 331
Decimal 253 222 217
Hex FD DE D9

RGB Percentages of Color #fdded9

%36.56
%32.08
%31.36

CMYK Percentages of Color #fdded9

%0
%12
%14
%1

Triadic Colors of #fdded9

#fdded9 #d9fdde #ded9fd

Analogous Colors of #fdded9

#fdded9 #fdf0d9 #fdd9e6

Monochromatic Colors of #fdded9

#fdded9

Complementary Color

#fdded9 #d9f8fd

#fdded9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdded9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdded9 Color CSS Codes

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

#fdded9 Text Font Color

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

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


#fdded9 Background Color

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

This div background color is #fdded9


#fdded9 Border Color

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

This div border color is #fdded9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdded9


Comments

No comments written yet.

Please login to write comment.