Color Hex Logo

#f49d99 Color Hex

#F49D99
(244,157,153)
0 Favorites   0 Comments

Color spaces of #f49d99

RGB 244157153
HSL0.010.810.78
HSV37°96°
CMYK 0.000.360.37   0.04
XYZ55.115045.646936.0429
Yxy45.64690.40290.3337
Hunter Lab67.562527.379415.6640
CIE-Lab73.315831.964615.6415

#f49d99 color RGB value is (244,157,153).

#f49d99 hex color red value is 244, green value is 157 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #f49d99 hue: 0.01 , saturation: 0.81 and the lightness value of f49d99 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011101 10011001
Octal 364 235 231
Decimal 244 157 153
Hex F4 9D 99

RGB Percentages of Color #f49d99

%44.04
%28.34
%27.62

CMYK Percentages of Color #f49d99

%0
%36
%37
%4

Triadic Colors of #f49d99

#f49d99 #99f49d #9d99f4

Analogous Colors of #f49d99

#f49d99 #f4cb99 #f499c3

Monochromatic Colors of #f49d99

#f49d99

Complementary Color

#f49d99 #99f0f4

#f49d99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49d99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49d99 Color CSS Codes

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

#f49d99 Text Font Color

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

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


#f49d99 Background Color

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

This div background color is #f49d99


#f49d99 Border Color

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

This div border color is #f49d99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49d99


Comments

No comments written yet.

Please login to write comment.