Color Hex Logo

#f0dadb Color Hex

#F0DADB
(240,218,219)
0 Favorites   0 Comments

Color spaces of #f0dadb

RGB 240218219
HSL0.990.420.90
HSV357°94°
CMYK 0.000.090.09   0.06
XYZ73.792873.782577.3700
Yxy73.78250.32800.3280
Hunter Lab85.89673.02786.7233
CIE-Lab88.81967.73692.2525

#f0dadb color RGB value is (240,218,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11011010 11011011
Octal 360 332 333
Decimal 240 218 219
Hex F0 DA DB

RGB Percentages of Color #f0dadb

%35.45
%32.20
%32.35

CMYK Percentages of Color #f0dadb

%0
%9
%9
%6

Triadic Colors of #f0dadb

#f0dadb #dbf0da #dadbf0

Analogous Colors of #f0dadb

#f0dadb #f0e4da #f0dae6

Monochromatic Colors of #f0dadb

#f0dadb

Complementary Color

#f0dadb #daf0ef

#f0dadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0dadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0dadb Color CSS Codes

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

#f0dadb Text Font Color

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

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


#f0dadb Background Color

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

This div background color is #f0dadb


#f0dadb Border Color

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

This div border color is #f0dadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0dadb


Comments

No comments written yet.

Please login to write comment.