Color Hex Logo

#f19fbd Color Hex

#F19FBD
(241,159,189)
0 Favorites   0 Comments

Color spaces of #f19fbd

RGB 241159189
HSL0.940.750.78
HSV338°34°95°
CMYK 0.000.340.22   0.05
XYZ57.859147.171254.1996
Yxy47.17120.36340.2962
Hunter Lab68.681330.18131.2884
CIE-Lab74.299134.5342-2.8165

#f19fbd color RGB value is (241,159,189).

#f19fbd hex color red value is 241, green value is 159 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f19fbd hue: 0.94 , saturation: 0.75 and the lightness value of f19fbd is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10011111 10111101
Octal 361 237 275
Decimal 241 159 189
Hex F1 9F BD

RGB Percentages of Color #f19fbd

%40.92
%26.99
%32.09

CMYK Percentages of Color #f19fbd

%0
%34
%22
%5

Triadic Colors of #f19fbd

#f19fbd #bdf19f #9fbdf1

Analogous Colors of #f19fbd

#f19fbd #f1aa9f #f19fe6

Monochromatic Colors of #f19fbd

#f19fbd

Complementary Color

#f19fbd #9ff1d3

#f19fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f19fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f19fbd Color CSS Codes

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

#f19fbd Text Font Color

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

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


#f19fbd Background Color

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

This div background color is #f19fbd


#f19fbd Border Color

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

This div border color is #f19fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f19fbd


Comments

No comments written yet.

Please login to write comment.