Color Hex Logo

#f1dbbd Color Hex

#F1DBBD
(241,219,189)
0 Favorites   0 Comments

Color spaces of #f1dbbd

RGB 241219189
HSL0.100.650.84
HSV35°22°95°
CMYK 0.000.090.22   0.05
XYZ70.792573.037958.5107
Yxy73.03790.34990.3610
Hunter Lab85.4622-1.698719.2313
CIE-Lab88.46582.947417.5130

#f1dbbd color RGB value is (241,219,189).

#f1dbbd hex color red value is 241, green value is 219 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f1dbbd hue: 0.10 , saturation: 0.65 and the lightness value of f1dbbd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11011011 10111101
Octal 361 333 275
Decimal 241 219 189
Hex F1 DB BD

RGB Percentages of Color #f1dbbd

%37.13
%33.74
%29.12

CMYK Percentages of Color #f1dbbd

%0
%9
%22
%5

Triadic Colors of #f1dbbd

#f1dbbd #bdf1db #dbbdf1

Analogous Colors of #f1dbbd

#f1dbbd #edf1bd #f1c1bd

Monochromatic Colors of #f1dbbd

#f1dbbd

Complementary Color

#f1dbbd #bdd3f1

#f1dbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1dbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1dbbd Color CSS Codes

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

#f1dbbd Text Font Color

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

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


#f1dbbd Background Color

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

This div background color is #f1dbbd


#f1dbbd Border Color

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

This div border color is #f1dbbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,219,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1dbbd


Comments

No comments written yet.

Please login to write comment.