Color Hex Logo

#fdd4db Color Hex

#FDD4DB
(253,212,219)
0 Favorites   0 Comments

Color spaces of #fdd4db

RGB 253212219
HSL0.970.910.91
HSV350°16°99°
CMYK 0.000.160.13   0.01
XYZ76.837773.084177.0747
Yxy73.08410.33850.3220
Hunter Lab85.489210.82966.3883
CIE-Lab88.487815.40271.9078

#fdd4db color RGB value is (253,212,219).

#fdd4db hex color red value is 253, green value is 212 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fdd4db hue: 0.97 , saturation: 0.91 and the lightness value of fdd4db is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010100 11011011
Octal 375 324 333
Decimal 253 212 219
Hex FD D4 DB

RGB Percentages of Color #fdd4db

%36.99
%30.99
%32.02

CMYK Percentages of Color #fdd4db

%0
%16
%13
%1

Triadic Colors of #fdd4db

#fdd4db #dbfdd4 #d4dbfd

Analogous Colors of #fdd4db

#fdd4db #fde2d4 #fdd4f0

Monochromatic Colors of #fdd4db

#fdd4db

Complementary Color

#fdd4db #d4fdf6

#fdd4db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd4db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd4db Color CSS Codes

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

#fdd4db Text Font Color

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

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


#fdd4db Background Color

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

This div background color is #fdd4db


#fdd4db Border Color

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

This div border color is #fdd4db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd4db


Comments

No comments written yet.

Please login to write comment.