Color Hex Logo

#f5ccde Color Hex

#F5CCDE
(245,204,222)
0 Favorites   0 Comments

Color spaces of #f5ccde

RGB 245204222
HSL0.930.670.88
HSV334°17°96°
CMYK 0.000.170.09   0.04
XYZ72.433967.872178.3902
Yxy67.87210.33120.3103
Hunter Lab82.384512.76741.2538
CIE-Lab85.942517.3000-3.4891

#f5ccde color RGB value is (245,204,222).

#f5ccde hex color red value is 245, green value is 204 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f5ccde hue: 0.93 , saturation: 0.67 and the lightness value of f5ccde is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11001100 11011110
Octal 365 314 336
Decimal 245 204 222
Hex F5 CC DE

RGB Percentages of Color #f5ccde

%36.51
%30.40
%33.08

CMYK Percentages of Color #f5ccde

%0
%17
%9
%4

Triadic Colors of #f5ccde

#f5ccde #def5cc #ccdef5

Analogous Colors of #f5ccde

#f5ccde #f5cfcc #f5ccf3

Monochromatic Colors of #f5ccde

#f5ccde

Complementary Color

#f5ccde #ccf5e3

#f5ccde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5ccde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5ccde Color CSS Codes

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

#f5ccde Text Font Color

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

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


#f5ccde Background Color

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

This div background color is #f5ccde


#f5ccde Border Color

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

This div border color is #f5ccde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5ccde


Comments

No comments written yet.

Please login to write comment.