Color Hex Logo

#fd9add Color Hex

#FD9ADD
(253,154,221)
0 Favorites   0 Comments

Color spaces of #fd9add

RGB 253154221
HSL0.890.960.80
HSV319°39°99°
CMYK 0.000.390.13   0.01
XYZ65.114849.214374.4740
Yxy49.21430.34490.2607
Hunter Lab70.152942.9133-13.8350
CIE-Lab75.584546.0146-18.3116

#fd9add color RGB value is (253,154,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011010 11011101
Octal 375 232 335
Decimal 253 154 221
Hex FD 9A DD

RGB Percentages of Color #fd9add

%40.29
%24.52
%35.19

CMYK Percentages of Color #fd9add

%0
%39
%13
%1

Triadic Colors of #fd9add

#fd9add #ddfd9a #9addfd

Analogous Colors of #fd9add

#fd9add #fd9aac #ec9afd

Monochromatic Colors of #fd9add

#fd9add

Complementary Color

#fd9add #9afdba

#fd9add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd9add Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd9add Color CSS Codes

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

#fd9add Text Font Color

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

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


#fd9add Background Color

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

This div background color is #fd9add


#fd9add Border Color

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

This div border color is #fd9add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd9add

Related Colors


Comments

No comments written yet.

Please login to write comment.