Color Hex Logo

#f5c4de Color Hex

#F5C4DE
(245,196,222)
0 Favorites   0 Comments

Color spaces of #f5c4de

RGB 245196222
HSL0.910.710.86
HSV328°20°96°
CMYK 0.000.200.09   0.04
XYZ70.580964.166377.7725
Yxy64.16630.33210.3019
Hunter Lab80.103917.0977-1.4917
CIE-Lab84.052321.5192-6.2760

#f5c4de color RGB value is (245,196,222).

#f5c4de hex color red value is 245, green value is 196 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f5c4de hue: 0.91 , saturation: 0.71 and the lightness value of f5c4de is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11000100 11011110
Octal 365 304 336
Decimal 245 196 222
Hex F5 C4 DE

RGB Percentages of Color #f5c4de

%36.95
%29.56
%33.48

CMYK Percentages of Color #f5c4de

%0
%20
%9
%4

Triadic Colors of #f5c4de

#f5c4de #def5c4 #c4def5

Analogous Colors of #f5c4de

#f5c4de #f5c4c6 #f4c4f5

Monochromatic Colors of #f5c4de

#f5c4de

Complementary Color

#f5c4de #c4f5db

#f5c4de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5c4de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5c4de Color CSS Codes

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

#f5c4de Text Font Color

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

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


#f5c4de Background Color

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

This div background color is #f5c4de


#f5c4de Border Color

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

This div border color is #f5c4de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5c4de


Comments

No comments written yet.

Please login to write comment.