Color Hex Logo

#f0cfeb Color Hex

#F0CFEB
(240,207,235)
0 Favorites   0 Comments

Color spaces of #f0cfeb

RGB 240207235
HSL0.860.520.88
HSV309°14°94°
CMYK 0.000.140.02   0.06
XYZ73.243469.149188.0840
Yxy69.14910.31780.3000
Hunter Lab83.155911.6992-4.5945
CIE-Lab86.577816.2564-9.4972

#f0cfeb color RGB value is (240,207,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11001111 11101011
Octal 360 317 353
Decimal 240 207 235
Hex F0 CF EB

RGB Percentages of Color #f0cfeb

%35.19
%30.35
%34.46

CMYK Percentages of Color #f0cfeb

%0
%14
%2
%6

Triadic Colors of #f0cfeb

#f0cfeb #ebf0cf #cfebf0

Analogous Colors of #f0cfeb

#f0cfeb #f0cfdb #e5cff0

Monochromatic Colors of #f0cfeb

#f0cfeb

Complementary Color

#f0cfeb #cff0d4

#f0cfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0cfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0cfeb Color CSS Codes

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

#f0cfeb Text Font Color

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

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


#f0cfeb Background Color

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

This div background color is #f0cfeb


#f0cfeb Border Color

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

This div border color is #f0cfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0cfeb

#f0cfeb Color Palettes


Comments

No comments written yet.

Please login to write comment.