Color Hex Logo

#f196ad Color Hex

#F196AD
(241,150,173)
0 Favorites   0 Comments

Color spaces of #f196ad

RGB 241150173
HSL0.960.760.77
HSV345°38°95°
CMYK 0.000.380.28   0.05
XYZ54.724843.530645.0531
Yxy43.53060.38190.3038
Hunter Lab65.977732.59475.6980
CIE-Lab71.913637.02232.5414

#f196ad color RGB value is (241,150,173).

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

The process color (four color CMYK) of #f196ad color hex is 0.00, 0.38, 0.28, 0.05. Web safe color of #f196ad is #ff9999. Color #f196ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010110 10101101
Octal 361 226 255
Decimal 241 150 173
Hex F1 96 AD

RGB Percentages of Color #f196ad

%42.73
%26.60
%30.67

CMYK Percentages of Color #f196ad

%0
%38
%28
%5

Triadic Colors of #f196ad

#f196ad #adf196 #96adf1

Analogous Colors of #f196ad

#f196ad #f1ad96 #f196db

Monochromatic Colors of #f196ad

#f196ad

Complementary Color

#f196ad #96f1da

#f196ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f196ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f196ad Color CSS Codes

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

#f196ad Text Font Color

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

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


#f196ad Background Color

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

This div background color is #f196ad


#f196ad Border Color

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

This div border color is #f196ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f196ad


Comments

No comments written yet.

Please login to write comment.