Color Hex Logo

#f1ddde Color Hex

#F1DDDE
(241,221,222)
0 Favorites   0 Comments

Color spaces of #f1ddde

RGB 241221222
HSL0.990.420.91
HSV357°95°
CMYK 0.000.080.08   0.05
XYZ75.316975.687679.7468
Yxy75.68760.32640.3280
Hunter Lab86.99862.28446.5512
CIE-Lab89.71417.02361.9856

#f1ddde color RGB value is (241,221,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11011101 11011110
Octal 361 335 336
Decimal 241 221 222
Hex F1 DD DE

RGB Percentages of Color #f1ddde

%35.23
%32.31
%32.46

CMYK Percentages of Color #f1ddde

%0
%8
%8
%5

Triadic Colors of #f1ddde

#f1ddde #def1dd #dddef1

Analogous Colors of #f1ddde

#f1ddde #f1e6dd #f1dde8

Monochromatic Colors of #f1ddde

#f1ddde

Complementary Color

#f1ddde #ddf1f0

#f1ddde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1ddde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1ddde Color CSS Codes

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

#f1ddde Text Font Color

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

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


#f1ddde Background Color

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

This div background color is #f1ddde


#f1ddde Border Color

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

This div border color is #f1ddde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1ddde


Comments

No comments written yet.

Please login to write comment.