Color Hex Logo

#fd9ddd Color Hex

#FD9DDD
(253,157,221)
0 Favorites   0 Comments

Color spaces of #fd9ddd

RGB 253157221
HSL0.890.960.80
HSV320°38°99°
CMYK 0.000.380.13   0.01
XYZ65.616150.217074.6411
Yxy50.21700.34450.2636
Hunter Lab70.864041.2692-12.8455
CIE-Lab76.202344.4799-17.3781

#fd9ddd color RGB value is (253,157,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011101 11011101
Octal 375 235 335
Decimal 253 157 221
Hex FD 9D DD

RGB Percentages of Color #fd9ddd

%40.10
%24.88
%35.02

CMYK Percentages of Color #fd9ddd

%0
%38
%13
%1

Triadic Colors of #fd9ddd

#fd9ddd #ddfd9d #9dddfd

Analogous Colors of #fd9ddd

#fd9ddd #fd9dad #ed9dfd

Monochromatic Colors of #fd9ddd

#fd9ddd

Complementary Color

#fd9ddd #9dfdbd

#fd9ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd9ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd9ddd Color CSS Codes

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

#fd9ddd Text Font Color

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

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


#fd9ddd Background Color

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

This div background color is #fd9ddd


#fd9ddd Border Color

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

This div border color is #fd9ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd9ddd


Comments

No comments written yet.

Please login to write comment.