Color Hex Logo

#fd9dda Color Hex

#FD9DDA
(253,157,218)
0 Favorites   0 Comments

Color spaces of #fd9dda

RGB 253157218
HSL0.890.960.80
HSV322°38°99°
CMYK 0.000.380.14   0.01
XYZ65.219950.058572.5545
Yxy50.05850.34720.2665
Hunter Lab70.752040.7270-11.2740
CIE-Lab76.105244.0072-15.8867

#fd9dda color RGB value is (253,157,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011101 11011010
Octal 375 235 332
Decimal 253 157 218
Hex FD 9D DA

RGB Percentages of Color #fd9dda

%40.29
%25.00
%34.71

CMYK Percentages of Color #fd9dda

%0
%38
%14
%1

Triadic Colors of #fd9dda

#fd9dda #dafd9d #9ddafd

Analogous Colors of #fd9dda

#fd9dda #fd9daa #f09dfd

Monochromatic Colors of #fd9dda

#fd9dda

Complementary Color

#fd9dda #9dfdc0

#fd9dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd9dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd9dda Color CSS Codes

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

#fd9dda Text Font Color

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

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


#fd9dda Background Color

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

This div background color is #fd9dda


#fd9dda Border Color

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

This div border color is #fd9dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd9dda

Related Colors


Comments

No comments written yet.

Please login to write comment.