Color Hex Logo

#f199ab Color Hex

#F199AB
(241,153,171)
0 Favorites   0 Comments

Color spaces of #f199ab

RGB 241153171
HSL0.970.760.77
HSV348°37°95°
CMYK 0.000.370.29   0.05
XYZ55.017544.423544.2029
Yxy44.42350.38300.3093
Hunter Lab66.651030.70497.3346
CIE-Lab72.510735.18924.5142

#f199ab color RGB value is (241,153,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10011001 10101011
Octal 361 231 253
Decimal 241 153 171
Hex F1 99 AB

RGB Percentages of Color #f199ab

%42.65
%27.08
%30.27

CMYK Percentages of Color #f199ab

%0
%37
%29
%5

Triadic Colors of #f199ab

#f199ab #abf199 #99abf1

Analogous Colors of #f199ab

#f199ab #f1b399 #f199d7

Monochromatic Colors of #f199ab

#f199ab

Complementary Color

#f199ab #99f1df

#f199ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f199ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f199ab Color CSS Codes

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

#f199ab Text Font Color

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

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


#f199ab Background Color

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

This div background color is #f199ab


#f199ab Border Color

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

This div border color is #f199ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f199ab


Comments

No comments written yet.

Please login to write comment.