Color Hex Logo

#f0cfec Color Hex

#F0CFEC
(240,207,236)
0 Favorites   0 Comments

Color spaces of #f0cfec

RGB 240207236
HSL0.850.520.88
HSV307°14°94°
CMYK 0.000.140.02   0.06
XYZ73.388369.207088.8472
Yxy69.20700.31710.2990
Hunter Lab83.190711.8834-5.0878
CIE-Lab86.606516.4351-9.9845

#f0cfec color RGB value is (240,207,236).

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

The process color (four color CMYK) of #f0cfec color hex is 0.00, 0.14, 0.02, 0.06. Web safe color of #f0cfec is #ffccff. Color #f0cfec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11001111 11101100
Octal 360 317 354
Decimal 240 207 236
Hex F0 CF EC

RGB Percentages of Color #f0cfec

%35.14
%30.31
%34.55

CMYK Percentages of Color #f0cfec

%0
%14
%2
%6

Triadic Colors of #f0cfec

#f0cfec #ecf0cf #cfecf0

Analogous Colors of #f0cfec

#f0cfec #f0cfdc #e4cff0

Monochromatic Colors of #f0cfec

#f0cfec

Complementary Color

#f0cfec #cff0d3

#f0cfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0cfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0cfec Color CSS Codes

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

#f0cfec Text Font Color

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

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


#f0cfec Background Color

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

This div background color is #f0cfec


#f0cfec Border Color

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

This div border color is #f0cfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0cfec


Comments

No comments written yet.

Please login to write comment.