Color Hex Logo

#f198aa Color Hex

#F198AA
(241,152,170)
0 Favorites   0 Comments

Color spaces of #f198aa

RGB 241152170
HSL0.970.760.77
HSV348°37°95°
CMYK 0.000.370.29   0.05
XYZ54.759644.059543.6484
Yxy44.05950.38440.3093
Hunter Lab66.377331.09767.4762
CIE-Lab72.268235.58194.7181

#f198aa color RGB value is (241,152,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10011000 10101010
Octal 361 230 252
Decimal 241 152 170
Hex F1 98 AA

RGB Percentages of Color #f198aa

%42.81
%27.00
%30.20

CMYK Percentages of Color #f198aa

%0
%37
%29
%5

Triadic Colors of #f198aa

#f198aa #aaf198 #98aaf1

Analogous Colors of #f198aa

#f198aa #f1b398 #f198d7

Monochromatic Colors of #f198aa

#f198aa

Complementary Color

#f198aa #98f1df

#f198aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f198aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f198aa Color CSS Codes

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

#f198aa Text Font Color

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

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


#f198aa Background Color

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

This div background color is #f198aa


#f198aa Border Color

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

This div border color is #f198aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f198aa


Comments

No comments written yet.

Please login to write comment.