Color Hex Logo

#f196bb Color Hex

#F196BB
(241,150,187)
0 Favorites   0 Comments

Color spaces of #f196bb

RGB 241150187
HSL0.930.760.77
HSV336°38°95°
CMYK 0.000.380.22   0.05
XYZ56.151644.101352.5666
Yxy44.10130.36740.2886
Hunter Lab66.408834.7143-0.4455
CIE-Lab72.296238.9575-4.6618

#f196bb color RGB value is (241,150,187).

#f196bb hex color red value is 241, green value is 150 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f196bb hue: 0.93 , saturation: 0.76 and the lightness value of f196bb is 0.77.

The process color (four color CMYK) of #f196bb color hex is 0.00, 0.38, 0.22, 0.05. Web safe color of #f196bb is #ff99cc. Color #f196bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010110 10111011
Octal 361 226 273
Decimal 241 150 187
Hex F1 96 BB

RGB Percentages of Color #f196bb

%41.70
%25.95
%32.35

CMYK Percentages of Color #f196bb

%0
%38
%22
%5

Triadic Colors of #f196bb

#f196bb #bbf196 #96bbf1

Analogous Colors of #f196bb

#f196bb #f19f96 #f196e9

Monochromatic Colors of #f196bb

#f196bb

Complementary Color

#f196bb #96f1cc

#f196bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f196bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f196bb Color CSS Codes

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

#f196bb Text Font Color

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

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


#f196bb Background Color

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

This div background color is #f196bb


#f196bb Border Color

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

This div border color is #f196bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f196bb


Comments

No comments written yet.

Please login to write comment.