Color Hex Logo

#f49ebf Color Hex

#F49EBF
(244,158,191)
0 Favorites   0 Comments

Color spaces of #f49ebf

RGB 244158191
HSL0.940.800.79
HSV337°35°96°
CMYK 0.000.350.22   0.04
XYZ58.939147.448455.3422
Yxy47.44840.36440.2934
Hunter Lab68.882832.18740.5829
CIE-Lab74.475736.3936-3.6182

#f49ebf color RGB value is (244,158,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011110 10111111
Octal 364 236 277
Decimal 244 158 191
Hex F4 9E BF

RGB Percentages of Color #f49ebf

%41.15
%26.64
%32.21

CMYK Percentages of Color #f49ebf

%0
%35
%22
%4

Triadic Colors of #f49ebf

#f49ebf #bff49e #9ebff4

Analogous Colors of #f49ebf

#f49ebf #f4a89e #f49eea

Monochromatic Colors of #f49ebf

#f49ebf

Complementary Color

#f49ebf #9ef4d3

#f49ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49ebf Color CSS Codes

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

#f49ebf Text Font Color

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

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


#f49ebf Background Color

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

This div background color is #f49ebf


#f49ebf Border Color

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

This div border color is #f49ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49ebf


Comments

No comments written yet.

Please login to write comment.