Color Hex Logo

#fdbddc Color Hex

#FDBDDC
(253,189,220)
0 Favorites   0 Comments

Color spaces of #fdbddc

RGB 253189220
HSL0.920.940.87
HSV331°25°99°
CMYK 0.000.250.13   0.01
XYZ71.623962.445175.9883
Yxy62.44510.34100.2973
Hunter Lab79.022223.4994-1.6981
CIE-Lab83.149627.6296-6.4546

#fdbddc color RGB value is (253,189,220).

#fdbddc hex color red value is 253, green value is 189 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fdbddc hue: 0.92 , saturation: 0.94 and the lightness value of fdbddc is 0.87.

The process color (four color CMYK) of #fdbddc color hex is 0.00, 0.25, 0.13, 0.01. Web safe color of #fdbddc is #ffcccc. Color #fdbddc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111101 11011100
Octal 375 275 334
Decimal 253 189 220
Hex FD BD DC

RGB Percentages of Color #fdbddc

%38.22
%28.55
%33.23

CMYK Percentages of Color #fdbddc

%0
%25
%13
%1

Triadic Colors of #fdbddc

#fdbddc #dcfdbd #bddcfd

Analogous Colors of #fdbddc

#fdbddc #fdbebd #fdbdfc

Monochromatic Colors of #fdbddc

#fdbddc

Complementary Color

#fdbddc #bdfdde

#fdbddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbddc Color CSS Codes

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

#fdbddc Text Font Color

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

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


#fdbddc Background Color

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

This div background color is #fdbddc


#fdbddc Border Color

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

This div border color is #fdbddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbddc


Comments

No comments written yet.

Please login to write comment.