Color Hex Logo

#f2dadb Color Hex

#F2DADB
(242,218,219)
0 Favorites   0 Comments

Color spaces of #f2dadb

RGB 242218219
HSL0.990.480.90
HSV358°10°95°
CMYK 0.000.100.10   0.05
XYZ74.475574.134577.4019
Yxy74.13450.32950.3280
Hunter Lab86.10143.72056.9715
CIE-Lab88.98608.43242.5149

#f2dadb color RGB value is (242,218,219).

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

The process color (four color CMYK) of #f2dadb color hex is 0.00, 0.10, 0.10, 0.05. Web safe color of #f2dadb is #ffcccc. Color #f2dadb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11011010 11011011
Octal 362 332 333
Decimal 242 218 219
Hex F2 DA DB

RGB Percentages of Color #f2dadb

%35.64
%32.11
%32.25

CMYK Percentages of Color #f2dadb

%0
%10
%10
%5

Triadic Colors of #f2dadb

#f2dadb #dbf2da #dadbf2

Analogous Colors of #f2dadb

#f2dadb #f2e5da #f2dae7

Monochromatic Colors of #f2dadb

#f2dadb

Complementary Color

#f2dadb #daf2f1

#f2dadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2dadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2dadb Color CSS Codes

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

#f2dadb Text Font Color

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

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


#f2dadb Background Color

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

This div background color is #f2dadb


#f2dadb Border Color

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

This div border color is #f2dadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2dadb


Comments

No comments written yet.

Please login to write comment.