Color Hex Logo

#f0cfcd Color Hex

#F0CFCD
(240,207,205)
0 Favorites   0 Comments

Color spaces of #f0cfcd

RGB 240207205
HSL0.010.540.87
HSV15°94°
CMYK 0.000.140.15   0.06
XYZ69.267467.558767.1470
Yxy67.55870.33960.3312
Hunter Lab82.19416.58769.1000
CIE-Lab85.785311.22295.2556

#f0cfcd color RGB value is (240,207,205).

#f0cfcd hex color red value is 240, green value is 207 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f0cfcd hue: 0.01 , saturation: 0.54 and the lightness value of f0cfcd is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11001111 11001101
Octal 360 317 315
Decimal 240 207 205
Hex F0 CF CD

RGB Percentages of Color #f0cfcd

%36.81
%31.75
%31.44

CMYK Percentages of Color #f0cfcd

%0
%14
%15
%6

Triadic Colors of #f0cfcd

#f0cfcd #cdf0cf #cfcdf0

Analogous Colors of #f0cfcd

#f0cfcd #f0e1cd #f0cddd

Monochromatic Colors of #f0cfcd

#f0cfcd

Complementary Color

#f0cfcd #cdeef0

#f0cfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0cfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0cfcd Color CSS Codes

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

#f0cfcd Text Font Color

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

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


#f0cfcd Background Color

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

This div background color is #f0cfcd


#f0cfcd Border Color

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

This div border color is #f0cfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0cfcd

#f0cfcd Color Palettes


Comments

No comments written yet.

Please login to write comment.