Color Hex Logo

#f3ddde Color Hex

#F3DDDE
(243,221,222)
0 Favorites   0 Comments

Color spaces of #f3ddde

RGB 243221222
HSL0.990.480.91
HSV357°95°
CMYK 0.000.090.09   0.05
XYZ76.003476.041579.7789
Yxy76.04150.32780.3280
Hunter Lab87.20182.97416.7982
CIE-Lab89.87867.71602.2451

#f3ddde color RGB value is (243,221,222).

#f3ddde hex color red value is 243, green value is 221 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f3ddde hue: 0.99 , saturation: 0.48 and the lightness value of f3ddde is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 11011101 11011110
Octal 363 335 336
Decimal 243 221 222
Hex F3 DD DE

RGB Percentages of Color #f3ddde

%35.42
%32.22
%32.36

CMYK Percentages of Color #f3ddde

%0
%9
%9
%5

Triadic Colors of #f3ddde

#f3ddde #def3dd #dddef3

Analogous Colors of #f3ddde

#f3ddde #f3e7dd #f3dde9

Monochromatic Colors of #f3ddde

#f3ddde

Complementary Color

#f3ddde #ddf3f2

#f3ddde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3ddde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3ddde Color CSS Codes

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

#f3ddde Text Font Color

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

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


#f3ddde Background Color

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

This div background color is #f3ddde


#f3ddde Border Color

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

This div border color is #f3ddde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3ddde


Comments

No comments written yet.

Please login to write comment.