Color Hex Logo

#fdb8db Color Hex

#FDB8DB
(253,184,219)
0 Favorites   0 Comments

Color spaces of #fdb8db

RGB 253184219
HSL0.920.950.86
HSV330°27°99°
CMYK 0.000.270.13   0.01
XYZ70.434760.278174.9404
Yxy60.27810.34250.2931
Hunter Lab77.639026.0684-2.8819
CIE-Lab81.989130.0993-7.6361

#fdb8db color RGB value is (253,184,219).

#fdb8db hex color red value is 253, green value is 184 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fdb8db hue: 0.92 , saturation: 0.95 and the lightness value of fdb8db is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111000 11011011
Octal 375 270 333
Decimal 253 184 219
Hex FD B8 DB

RGB Percentages of Color #fdb8db

%38.57
%28.05
%33.38

CMYK Percentages of Color #fdb8db

%0
%27
%13
%1

Triadic Colors of #fdb8db

#fdb8db #dbfdb8 #b8dbfd

Analogous Colors of #fdb8db

#fdb8db #fdb8b9 #fdb8fd

Monochromatic Colors of #fdb8db

#fdb8db

Complementary Color

#fdb8db #b8fdda

#fdb8db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb8db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb8db Color CSS Codes

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

#fdb8db Text Font Color

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

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


#fdb8db Background Color

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

This div background color is #fdb8db


#fdb8db Border Color

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

This div border color is #fdb8db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb8db


Comments

No comments written yet.

Please login to write comment.