Color Hex Logo

#f0cfda Color Hex

#F0CFDA
(240,207,218)
0 Favorites   0 Comments

Color spaces of #f0cfda

RGB 240207218
HSL0.940.520.88
HSV340°14°94°
CMYK 0.000.140.09   0.06
XYZ70.902968.212975.7591
Yxy68.21290.33000.3175
Hunter Lab82.59118.70453.4283
CIE-Lab86.112813.3251-1.1671

#f0cfda color RGB value is (240,207,218).

#f0cfda hex color red value is 240, green value is 207 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f0cfda hue: 0.94 , saturation: 0.52 and the lightness value of f0cfda is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11001111 11011010
Octal 360 317 332
Decimal 240 207 218
Hex F0 CF DA

RGB Percentages of Color #f0cfda

%36.09
%31.13
%32.78

CMYK Percentages of Color #f0cfda

%0
%14
%9
%6

Triadic Colors of #f0cfda

#f0cfda #daf0cf #cfdaf0

Analogous Colors of #f0cfda

#f0cfda #f0d5cf #f0cfeb

Monochromatic Colors of #f0cfda

#f0cfda

Complementary Color

#f0cfda #cff0e5

#f0cfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0cfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0cfda Color CSS Codes

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

#f0cfda Text Font Color

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

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


#f0cfda Background Color

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

This div background color is #f0cfda


#f0cfda Border Color

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

This div border color is #f0cfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0cfda


Comments

No comments written yet.

Please login to write comment.