Color Hex Logo

#f5cdde Color Hex

#F5CDDE
(245,205,222)
0 Favorites   0 Comments

Color spaces of #f5cdde

RGB 245205222
HSL0.930.670.88
HSV335°16°96°
CMYK 0.000.160.09   0.04
XYZ72.672368.349078.4697
Yxy68.34900.33110.3114
Hunter Lab82.673512.22801.5962
CIE-Lab86.180716.7738-3.1390

#f5cdde color RGB value is (245,205,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11001101 11011110
Octal 365 315 336
Decimal 245 205 222
Hex F5 CD DE

RGB Percentages of Color #f5cdde

%36.46
%30.51
%33.04

CMYK Percentages of Color #f5cdde

%0
%16
%9
%4

Triadic Colors of #f5cdde

#f5cdde #def5cd #cddef5

Analogous Colors of #f5cdde

#f5cdde #f5d0cd #f5cdf2

Monochromatic Colors of #f5cdde

#f5cdde

Complementary Color

#f5cdde #cdf5e4

#f5cdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5cdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5cdde Color CSS Codes

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

#f5cdde Text Font Color

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

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


#f5cdde Background Color

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

This div background color is #f5cdde


#f5cdde Border Color

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

This div border color is #f5cdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5cdde


Comments

No comments written yet.

Please login to write comment.