Color Hex Logo

#fd9ddb Color Hex

#FD9DDB
(253,157,219)
0 Favorites   0 Comments

Color spaces of #fd9ddb

RGB 253157219
HSL0.890.960.80
HSV321°38°99°
CMYK 0.000.380.13   0.01
XYZ65.351250.111173.2459
Yxy50.11110.34630.2655
Hunter Lab70.789240.9066-11.7952
CIE-Lab76.137444.1639-16.3842

#fd9ddb color RGB value is (253,157,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011101 11011011
Octal 375 235 333
Decimal 253 157 219
Hex FD 9D DB

RGB Percentages of Color #fd9ddb

%40.22
%24.96
%34.82

CMYK Percentages of Color #fd9ddb

%0
%38
%13
%1

Triadic Colors of #fd9ddb

#fd9ddb #dbfd9d #9ddbfd

Analogous Colors of #fd9ddb

#fd9ddb #fd9dab #ef9dfd

Monochromatic Colors of #fd9ddb

#fd9ddb

Complementary Color

#fd9ddb #9dfdbf

#fd9ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd9ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd9ddb Color CSS Codes

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

#fd9ddb Text Font Color

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

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


#fd9ddb Background Color

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

This div background color is #fd9ddb


#fd9ddb Border Color

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

This div border color is #fd9ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd9ddb


Comments

No comments written yet.

Please login to write comment.