Color Hex Logo

#fdb0dc Color Hex

#FDB0DC
(253,176,220)
0 Favorites   0 Comments

Color spaces of #fdb0dc

RGB 253176220
HSL0.900.950.84
HSV326°30°99°
CMYK 0.000.300.13   0.01
XYZ68.951657.100675.0975
Yxy57.10060.34280.2839
Hunter Lab75.564930.6393-6.0278
CIE-Lab80.236134.4569-10.7818

#fdb0dc color RGB value is (253,176,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110000 11011100
Octal 375 260 334
Decimal 253 176 220
Hex FD B0 DC

RGB Percentages of Color #fdb0dc

%38.98
%27.12
%33.90

CMYK Percentages of Color #fdb0dc

%0
%30
%13
%1

Triadic Colors of #fdb0dc

#fdb0dc #dcfdb0 #b0dcfd

Analogous Colors of #fdb0dc

#fdb0dc #fdb0b6 #f8b0fd

Monochromatic Colors of #fdb0dc

#fdb0dc

Complementary Color

#fdb0dc #b0fdd1

#fdb0dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb0dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb0dc Color CSS Codes

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

#fdb0dc Text Font Color

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

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


#fdb0dc Background Color

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

This div background color is #fdb0dc


#fdb0dc Border Color

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

This div border color is #fdb0dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb0dc

Related Colors


Comments

No comments written yet.

Please login to write comment.