Color Hex Logo

#f0dbeb Color Hex

#F0DBEB
(240,219,235)
0 Favorites   0 Comments

Color spaces of #f0dbeb

RGB 240219235
HSL0.870.410.90
HSV314°94°
CMYK 0.000.090.02   0.06
XYZ76.262175.186589.0903
Yxy75.18650.31700.3126
Hunter Lab86.71015.2491-0.2204
CIE-Lab89.48039.9589-5.2000

#f0dbeb color RGB value is (240,219,235).

#f0dbeb hex color red value is 240, green value is 219 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f0dbeb hue: 0.87 , saturation: 0.41 and the lightness value of f0dbeb is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11011011 11101011
Octal 360 333 353
Decimal 240 219 235
Hex F0 DB EB

RGB Percentages of Color #f0dbeb

%34.58
%31.56
%33.86

CMYK Percentages of Color #f0dbeb

%0
%9
%2
%6

Triadic Colors of #f0dbeb

#f0dbeb #ebf0db #dbebf0

Analogous Colors of #f0dbeb

#f0dbeb #f0dbe1 #ebdbf0

Monochromatic Colors of #f0dbeb

#f0dbeb

Complementary Color

#f0dbeb #dbf0e0

#f0dbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0dbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0dbeb Color CSS Codes

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

#f0dbeb Text Font Color

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

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


#f0dbeb Background Color

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

This div background color is #f0dbeb


#f0dbeb Border Color

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

This div border color is #f0dbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0dbeb


Comments

No comments written yet.

Please login to write comment.