Color Hex Logo

#f49bbc Color Hex

#F49BBC
(244,155,188)
0 Favorites   0 Comments

Color spaces of #f49bbc

RGB 244155188
HSL0.940.800.78
HSV338°36°96°
CMYK 0.000.360.23   0.04
XYZ58.106746.306653.4525
Yxy46.30660.36810.2933
Hunter Lab68.049033.33471.0619
CIE-Lab73.744037.5304-3.0419

#f49bbc color RGB value is (244,155,188).

#f49bbc hex color red value is 244, green value is 155 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f49bbc hue: 0.94 , saturation: 0.80 and the lightness value of f49bbc is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011011 10111100
Octal 364 233 274
Decimal 244 155 188
Hex F4 9B BC

RGB Percentages of Color #f49bbc

%41.57
%26.41
%32.03

CMYK Percentages of Color #f49bbc

%0
%36
%23
%4

Triadic Colors of #f49bbc

#f49bbc #bcf49b #9bbcf4

Analogous Colors of #f49bbc

#f49bbc #f4a79b #f49be9

Monochromatic Colors of #f49bbc

#f49bbc

Complementary Color

#f49bbc #9bf4d3

#f49bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49bbc Color CSS Codes

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

#f49bbc Text Font Color

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

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


#f49bbc Background Color

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

This div background color is #f49bbc


#f49bbc Border Color

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

This div border color is #f49bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49bbc


Comments

No comments written yet.

Please login to write comment.