Color Hex Logo

#fdb4dd Color Hex

#FDB4DD
(253,180,221)
0 Favorites   0 Comments

Color spaces of #fdb4dd

RGB 253180221
HSL0.910.950.85
HSV326°29°99°
CMYK 0.000.290.13   0.01
XYZ69.880458.745676.0626
Yxy58.74560.34140.2870
Hunter Lab76.645728.6144-5.1870
CIE-Lab81.151632.5194-9.9573

#fdb4dd color RGB value is (253,180,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110100 11011101
Octal 375 264 335
Decimal 253 180 221
Hex FD B4 DD

RGB Percentages of Color #fdb4dd

%38.69
%27.52
%33.79

CMYK Percentages of Color #fdb4dd

%0
%29
%13
%1

Triadic Colors of #fdb4dd

#fdb4dd #ddfdb4 #b4ddfd

Analogous Colors of #fdb4dd

#fdb4dd #fdb4b9 #f9b4fd

Monochromatic Colors of #fdb4dd

#fdb4dd

Complementary Color

#fdb4dd #b4fdd4

#fdb4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb4dd Color CSS Codes

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

#fdb4dd Text Font Color

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

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


#fdb4dd Background Color

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

This div background color is #fdb4dd


#fdb4dd Border Color

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

This div border color is #fdb4dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb4dd

Related Colors


Comments

No comments written yet.

Please login to write comment.