Color Hex Logo

#f2dddb Color Hex

#F2DDDB
(242,221,219)
0 Favorites   0 Comments

Color spaces of #f2dddb

RGB 242221219
HSL0.010.470.90
HSV10°95°
CMYK 0.000.090.10   0.05
XYZ75.260675.704677.6636
Yxy75.70460.32920.3311
Hunter Lab87.00842.13447.9837
CIE-Lab89.72206.87413.5829

#f2dddb color RGB value is (242,221,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 11011101 11011011
Octal 362 335 333
Decimal 242 221 219
Hex F2 DD DB

RGB Percentages of Color #f2dddb

%35.48
%32.40
%32.11

CMYK Percentages of Color #f2dddb

%0
%9
%10
%5

Triadic Colors of #f2dddb

#f2dddb #dbf2dd #dddbf2

Analogous Colors of #f2dddb

#f2dddb #f2e9db #f2dbe5

Monochromatic Colors of #f2dddb

#f2dddb

Complementary Color

#f2dddb #dbf0f2

#f2dddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2dddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2dddb Color CSS Codes

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

#f2dddb Text Font Color

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

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


#f2dddb Background Color

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

This div background color is #f2dddb


#f2dddb Border Color

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

This div border color is #f2dddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2dddb


Comments

No comments written yet.

Please login to write comment.