Color Hex Logo

#f2ddea Color Hex

#F2DDEA
(242,221,234)
0 Favorites   0 Comments

Color spaces of #f2ddea

RGB 242221234
HSL0.900.450.91
HSV323°95°
CMYK 0.000.090.03   0.05
XYZ77.325776.530788.5383
Yxy76.53070.31900.3157
Hunter Lab87.48184.68401.2313
CIE-Lab90.10529.4153-3.7354

#f2ddea color RGB value is (242,221,234).

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

The process color (four color CMYK) of #f2ddea color hex is 0.00, 0.09, 0.03, 0.05. Web safe color of #f2ddea is #ffccff. Color #f2ddea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11011101 11101010
Octal 362 335 352
Decimal 242 221 234
Hex F2 DD EA

RGB Percentages of Color #f2ddea

%34.72
%31.71
%33.57

CMYK Percentages of Color #f2ddea

%0
%9
%3
%5

Triadic Colors of #f2ddea

#f2ddea #eaf2dd #ddeaf2

Analogous Colors of #f2ddea

#f2ddea #f2dde0 #f0ddf2

Monochromatic Colors of #f2ddea

#f2ddea

Complementary Color

#f2ddea #ddf2e5

#f2ddea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2ddea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2ddea Color CSS Codes

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

#f2ddea Text Font Color

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

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


#f2ddea Background Color

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

This div background color is #f2ddea


#f2ddea Border Color

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

This div border color is #f2ddea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,221,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2ddea


Comments

No comments written yet.

Please login to write comment.