Color Hex Logo

#f1dbde Color Hex

#F1DBDE
(241,219,222)
0 Favorites   0 Comments

Color spaces of #f1dbde

RGB 241219222
HSL0.980.440.90
HSV352°95°
CMYK 0.000.090.08   0.05
XYZ74.792074.637779.5718
Yxy74.63770.32660.3259
Hunter Lab86.39313.34265.8665
CIE-Lab89.22308.06291.2709

#f1dbde color RGB value is (241,219,222).

#f1dbde hex color red value is 241, green value is 219 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f1dbde hue: 0.98 , saturation: 0.44 and the lightness value of f1dbde is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11011011 11011110
Octal 361 333 336
Decimal 241 219 222
Hex F1 DB DE

RGB Percentages of Color #f1dbde

%35.34
%32.11
%32.55

CMYK Percentages of Color #f1dbde

%0
%9
%8
%5

Triadic Colors of #f1dbde

#f1dbde #def1db #dbdef1

Analogous Colors of #f1dbde

#f1dbde #f1e3db #f1dbe9

Monochromatic Colors of #f1dbde

#f1dbde

Complementary Color

#f1dbde #dbf1ee

#f1dbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1dbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1dbde Color CSS Codes

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

#f1dbde Text Font Color

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

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


#f1dbde Background Color

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

This div background color is #f1dbde


#f1dbde Border Color

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

This div border color is #f1dbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1dbde


Comments

No comments written yet.

Please login to write comment.