Color Hex Logo

#f0d2da Color Hex

#F0D2DA
(240,210,218)
4 Favorites   0 Comments

Color spaces of #f0d2da

RGB 240210218
HSL0.960.500.88
HSV344°13°94°
CMYK 0.000.130.09   0.06
XYZ71.636769.680476.0037
Yxy69.68040.32960.3206
Hunter Lab83.47487.10494.4489
CIE-Lab86.839911.7502-0.1040

#f0d2da color RGB value is (240,210,218).

#f0d2da hex color red value is 240, green value is 210 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f0d2da hue: 0.96 , saturation: 0.50 and the lightness value of f0d2da is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11010010 11011010
Octal 360 322 332
Decimal 240 210 218
Hex F0 D2 DA

RGB Percentages of Color #f0d2da

%35.93
%31.44
%32.63

CMYK Percentages of Color #f0d2da

%0
%13
%9
%6

Triadic Colors of #f0d2da

#f0d2da #daf0d2 #d2daf0

Analogous Colors of #f0d2da

#f0d2da #f0d9d2 #f0d2e9

Monochromatic Colors of #f0d2da

#f0d2da

Complementary Color

#f0d2da #d2f0e8

#f0d2da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0d2da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0d2da Color CSS Codes

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

#f0d2da Text Font Color

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

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


#f0d2da Background Color

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

This div background color is #f0d2da


#f0d2da Border Color

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

This div border color is #f0d2da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0d2da


Comments

No comments written yet.

Please login to write comment.