Color Hex Logo

#f197ae Color Hex

#F197AE
(241,151,174)
0 Favorites   0 Comments

Color spaces of #f197ae

RGB 241151174
HSL0.960.760.77
HSV345°37°95°
CMYK 0.000.370.28   0.05
XYZ54.982243.890045.6181
Yxy43.89000.38050.3038
Hunter Lab66.249532.20515.5488
CIE-Lab72.154936.63342.3370

#f197ae color RGB value is (241,151,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010111 10101110
Octal 361 227 256
Decimal 241 151 174
Hex F1 97 AE

RGB Percentages of Color #f197ae

%42.58
%26.68
%30.74

CMYK Percentages of Color #f197ae

%0
%37
%28
%5

Triadic Colors of #f197ae

#f197ae #aef197 #97aef1

Analogous Colors of #f197ae

#f197ae #f1ad97 #f197db

Monochromatic Colors of #f197ae

#f197ae

Complementary Color

#f197ae #97f1da

#f197ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f197ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f197ae Color CSS Codes

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

#f197ae Text Font Color

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

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


#f197ae Background Color

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

This div background color is #f197ae


#f197ae Border Color

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

This div border color is #f197ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f197ae


Comments

No comments written yet.

Please login to write comment.