Color Hex Logo

#fdc0db Color Hex

#FDC0DB
(253,192,219)
1 Favorites   0 Comments

Color spaces of #fdc0db

RGB 253192219
HSL0.930.940.87
HSV333°24°99°
CMYK 0.000.240.13   0.01
XYZ72.143863.696475.5101
Yxy63.69640.34130.3014
Hunter Lab79.810021.6865-0.2286
CIE-Lab83.807425.8921-4.9474

#fdc0db color RGB value is (253,192,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000000 11011011
Octal 375 300 333
Decimal 253 192 219
Hex FD C0 DB

RGB Percentages of Color #fdc0db

%38.10
%28.92
%32.98

CMYK Percentages of Color #fdc0db

%0
%24
%13
%1

Triadic Colors of #fdc0db

#fdc0db #dbfdc0 #c0dbfd

Analogous Colors of #fdc0db

#fdc0db #fdc4c0 #fdc0fa

Monochromatic Colors of #fdc0db

#fdc0db

Complementary Color

#fdc0db #c0fde2

#fdc0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc0db Color CSS Codes

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

#fdc0db Text Font Color

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

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


#fdc0db Background Color

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

This div background color is #fdc0db


#fdc0db Border Color

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

This div border color is #fdc0db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc0db


Comments

No comments written yet.

Please login to write comment.