Color Hex Logo

#f1babb Color Hex

#F1BABB
(241,186,187)
0 Favorites   0 Comments

Color spaces of #f1babb

RGB 241186187
HSL1.000.660.84
HSV359°23°95°
CMYK 0.000.230.22   0.05
XYZ62.804257.406454.7841
Yxy57.40640.35890.3280
Hunter Lab75.767015.368610.1667
CIE-Lab80.407619.94857.1477

#f1babb color RGB value is (241,186,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10111010 10111011
Octal 361 272 273
Decimal 241 186 187
Hex F1 BA BB

RGB Percentages of Color #f1babb

%39.25
%30.29
%30.46

CMYK Percentages of Color #f1babb

%0
%23
%22
%5

Triadic Colors of #f1babb

#f1babb #bbf1ba #babbf1

Analogous Colors of #f1babb

#f1babb #f1d5ba #f1bad7

Monochromatic Colors of #f1babb

#f1babb

Complementary Color

#f1babb #baf1f0

#f1babb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1babb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1babb Color CSS Codes

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

#f1babb Text Font Color

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

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


#f1babb Background Color

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

This div background color is #f1babb


#f1babb Border Color

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

This div border color is #f1babb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1babb

#f1babb Color Palettes


Comments

No comments written yet.

Please login to write comment.