Color Hex Logo

#f1babd Color Hex

#F1BABD
(241,186,189)
0 Favorites   0 Comments

Color spaces of #f1babd

RGB 241186189
HSL0.990.660.84
HSV357°23°95°
CMYK 0.000.230.22   0.05
XYZ63.019857.492755.9198
Yxy57.49270.35720.3259
Hunter Lab75.823915.66549.3507
CIE-Lab80.455920.23816.1392

#f1babd color RGB value is (241,186,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10111010 10111101
Octal 361 272 275
Decimal 241 186 189
Hex F1 BA BD

RGB Percentages of Color #f1babd

%39.12
%30.19
%30.68

CMYK Percentages of Color #f1babd

%0
%23
%22
%5

Triadic Colors of #f1babd

#f1babd #bdf1ba #babdf1

Analogous Colors of #f1babd

#f1babd #f1d3ba #f1bad9

Monochromatic Colors of #f1babd

#f1babd

Complementary Color

#f1babd #baf1ee

#f1babd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1babd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1babd Color CSS Codes

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

#f1babd Text Font Color

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

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


#f1babd Background Color

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

This div background color is #f1babd


#f1babd Border Color

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

This div border color is #f1babd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1babd


Comments

No comments written yet.

Please login to write comment.