Color Hex Logo

#f49cab Color Hex

#F49CAB
(244,156,171)
0 Favorites   0 Comments

Color spaces of #f49cab

RGB 244156171
HSL0.970.800.78
HSV350°36°96°
CMYK 0.000.360.30   0.04
XYZ56.547445.950344.4170
Yxy45.95030.38490.3128
Hunter Lab67.786730.27758.6011
CIE-Lab73.513334.69486.0041

#f49cab color RGB value is (244,156,171).

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

The process color (four color CMYK) of #f49cab color hex is 0.00, 0.36, 0.30, 0.04. Web safe color of #f49cab is #ff9999. Color #f49cab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011100 10101011
Octal 364 234 253
Decimal 244 156 171
Hex F4 9C AB

RGB Percentages of Color #f49cab

%42.73
%27.32
%29.95

CMYK Percentages of Color #f49cab

%0
%36
%30
%4

Triadic Colors of #f49cab

#f49cab #abf49c #9cabf4

Analogous Colors of #f49cab

#f49cab #f4b99c #f49cd7

Monochromatic Colors of #f49cab

#f49cab

Complementary Color

#f49cab #9cf4e5

#f49cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49cab Color CSS Codes

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

#f49cab Text Font Color

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

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


#f49cab Background Color

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

This div background color is #f49cab


#f49cab Border Color

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

This div border color is #f49cab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,156,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 #f49cab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49cab


Comments

No comments written yet.

Please login to write comment.