Color Hex Logo

#fdb1dc Color Hex

#FDB1DC
(253,177,220)
0 Favorites   0 Comments

Color spaces of #fdb1dc

RGB 253177220
HSL0.910.950.84
HSV326°30°99°
CMYK 0.000.300.13   0.01
XYZ69.148457.494275.1631
Yxy57.49420.34260.2849
Hunter Lab75.824930.0891-5.6950
CIE-Lab80.456833.9330-10.4529

#fdb1dc color RGB value is (253,177,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110001 11011100
Octal 375 261 334
Decimal 253 177 220
Hex FD B1 DC

RGB Percentages of Color #fdb1dc

%38.92
%27.23
%33.85

CMYK Percentages of Color #fdb1dc

%0
%30
%13
%1

Triadic Colors of #fdb1dc

#fdb1dc #dcfdb1 #b1dcfd

Analogous Colors of #fdb1dc

#fdb1dc #fdb1b6 #f8b1fd

Monochromatic Colors of #fdb1dc

#fdb1dc

Complementary Color

#fdb1dc #b1fdd2

#fdb1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb1dc Color CSS Codes

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

#fdb1dc Text Font Color

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

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


#fdb1dc Background Color

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

This div background color is #fdb1dc


#fdb1dc Border Color

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

This div border color is #fdb1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb1dc


Comments

No comments written yet.

Please login to write comment.