Color Hex Logo

#f5cfda Color Hex

#F5CFDA
(245,207,218)
0 Favorites   0 Comments

Color spaces of #f5cfda

RGB 245207218
HSL0.950.660.89
HSV343°16°96°
CMYK 0.000.160.11   0.04
XYZ72.623969.100175.8396
Yxy69.10010.33380.3176
Hunter Lab83.126510.47624.0959
CIE-Lab86.553615.0648-0.4698

#f5cfda color RGB value is (245,207,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11001111 11011010
Octal 365 317 332
Decimal 245 207 218
Hex F5 CF DA

RGB Percentages of Color #f5cfda

%36.57
%30.90
%32.54

CMYK Percentages of Color #f5cfda

%0
%16
%11
%4

Triadic Colors of #f5cfda

#f5cfda #daf5cf #cfdaf5

Analogous Colors of #f5cfda

#f5cfda #f5d7cf #f5cfed

Monochromatic Colors of #f5cfda

#f5cfda

Complementary Color

#f5cfda #cff5ea

#f5cfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5cfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5cfda Color CSS Codes

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

#f5cfda Text Font Color

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

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


#f5cfda Background Color

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

This div background color is #f5cfda


#f5cfda Border Color

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

This div border color is #f5cfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5cfda


Comments

No comments written yet.

Please login to write comment.