Color Hex Logo

#f49fbb Color Hex

#F49FBB
(244,159,187)
0 Favorites   0 Comments

Color spaces of #f49fbb

RGB 244159187
HSL0.950.790.79
HSV340°35°96°
CMYK 0.000.350.23   0.04
XYZ58.676047.617253.1122
Yxy47.61720.36810.2987
Hunter Lab69.005231.02172.6691
CIE-Lab74.582835.2963-1.2601

#f49fbb color RGB value is (244,159,187).

#f49fbb hex color red value is 244, green value is 159 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f49fbb hue: 0.95 , saturation: 0.79 and the lightness value of f49fbb is 0.79.

The process color (four color CMYK) of #f49fbb color hex is 0.00, 0.35, 0.23, 0.04. Web safe color of #f49fbb is #ff99cc. Color #f49fbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011111 10111011
Octal 364 237 273
Decimal 244 159 187
Hex F4 9F BB

RGB Percentages of Color #f49fbb

%41.36
%26.95
%31.69

CMYK Percentages of Color #f49fbb

%0
%35
%23
%4

Triadic Colors of #f49fbb

#f49fbb #bbf49f #9fbbf4

Analogous Colors of #f49fbb

#f49fbb #f4ae9f #f49fe6

Monochromatic Colors of #f49fbb

#f49fbb

Complementary Color

#f49fbb #9ff4d8

#f49fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49fbb Color CSS Codes

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

#f49fbb Text Font Color

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

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


#f49fbb Background Color

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

This div background color is #f49fbb


#f49fbb Border Color

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

This div border color is #f49fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49fbb


Comments

No comments written yet.

Please login to write comment.