Color Hex Logo

#f5dcdd Color Hex

#F5DCDD
(245,220,221)
0 Favorites   0 Comments

Color spaces of #f5dcdd

RGB 245220221
HSL0.990.560.91
HSV358°10°96°
CMYK 0.000.100.10   0.04
XYZ76.300575.819379.0197
Yxy75.81930.33010.3280
Hunter Lab87.07434.03407.1465
CIE-Lab89.77548.76492.6408

#f5dcdd color RGB value is (245,220,221).

#f5dcdd hex color red value is 245, green value is 220 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f5dcdd hue: 0.99 , saturation: 0.56 and the lightness value of f5dcdd is 0.91.

The process color (four color CMYK) of #f5dcdd color hex is 0.00, 0.10, 0.10, 0.04. Web safe color of #f5dcdd is #ffcccc. Color #f5dcdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11011100 11011101
Octal 365 334 335
Decimal 245 220 221
Hex F5 DC DD

RGB Percentages of Color #f5dcdd

%35.71
%32.07
%32.22

CMYK Percentages of Color #f5dcdd

%0
%10
%10
%4

Triadic Colors of #f5dcdd

#f5dcdd #ddf5dc #dcddf5

Analogous Colors of #f5dcdd

#f5dcdd #f5e8dc #f5dcea

Monochromatic Colors of #f5dcdd

#f5dcdd

Complementary Color

#f5dcdd #dcf5f4

#f5dcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5dcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5dcdd Color CSS Codes

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

#f5dcdd Text Font Color

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

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


#f5dcdd Background Color

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

This div background color is #f5dcdd


#f5dcdd Border Color

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

This div border color is #f5dcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5dcdd


Comments

No comments written yet.

Please login to write comment.