Color Hex Logo

#fdb1dd Color Hex

#FDB1DD
(253,177,221)
0 Favorites   0 Comments

Color spaces of #fdb1dd

RGB 253177221
HSL0.900.950.84
HSV325°30°99°
CMYK 0.000.300.13   0.01
XYZ69.281357.547475.8628
Yxy57.54740.34180.2839
Hunter Lab75.860030.2652-6.1902
CIE-Lab80.486534.0927-10.9484

#fdb1dd color RGB value is (253,177,221).

#fdb1dd hex color red value is 253, green value is 177 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fdb1dd hue: 0.90 , saturation: 0.95 and the lightness value of fdb1dd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110001 11011101
Octal 375 261 335
Decimal 253 177 221
Hex FD B1 DD

RGB Percentages of Color #fdb1dd

%38.86
%27.19
%33.95

CMYK Percentages of Color #fdb1dd

%0
%30
%13
%1

Triadic Colors of #fdb1dd

#fdb1dd #ddfdb1 #b1ddfd

Analogous Colors of #fdb1dd

#fdb1dd #fdb1b7 #f7b1fd

Monochromatic Colors of #fdb1dd

#fdb1dd

Complementary Color

#fdb1dd #b1fdd1

#fdb1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb1dd Color CSS Codes

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

#fdb1dd Text Font Color

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

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


#fdb1dd Background Color

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

This div background color is #fdb1dd


#fdb1dd Border Color

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

This div border color is #fdb1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb1dd


Comments

No comments written yet.

Please login to write comment.