Color Hex Logo

#f5d3de Color Hex

#F5D3DE
(245,211,222)
0 Favorites   0 Comments

Color spaces of #f5d3de

RGB 245211222
HSL0.950.630.89
HSV341°14°96°
CMYK 0.000.140.09   0.04
XYZ74.135371.274978.9573
Yxy71.27490.33040.3177
Hunter Lab84.42459.00263.6466
CIE-Lab87.618413.6244-1.0308

#f5d3de color RGB value is (245,211,222).

#f5d3de hex color red value is 245, green value is 211 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f5d3de hue: 0.95 , saturation: 0.63 and the lightness value of f5d3de is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11010011 11011110
Octal 365 323 336
Decimal 245 211 222
Hex F5 D3 DE

RGB Percentages of Color #f5d3de

%36.14
%31.12
%32.74

CMYK Percentages of Color #f5d3de

%0
%14
%9
%4

Triadic Colors of #f5d3de

#f5d3de #def5d3 #d3def5

Analogous Colors of #f5d3de

#f5d3de #f5d9d3 #f5d3ef

Monochromatic Colors of #f5d3de

#f5d3de

Complementary Color

#f5d3de #d3f5ea

#f5d3de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5d3de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5d3de Color CSS Codes

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

#f5d3de Text Font Color

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

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


#f5d3de Background Color

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

This div background color is #f5d3de


#f5d3de Border Color

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

This div border color is #f5d3de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,211,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5d3de


Comments

No comments written yet.

Please login to write comment.