Color Hex Logo

#f99eac Color Hex

#F99EAC
(249,158,172)
0 Favorites   0 Comments

Color spaces of #f99eac

RGB 249158172
HSL0.970.880.80
HSV351°37°98°
CMYK 0.000.370.31   0.02
XYZ58.740247.572045.1161
Yxy47.57200.38790.3142
Hunter Lab68.972531.31729.4981
CIE-Lab74.554235.57517.0246

#f99eac color RGB value is (249,158,172).

#f99eac hex color red value is 249, green value is 158 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f99eac hue: 0.97 , saturation: 0.88 and the lightness value of f99eac is 0.80.

The process color (four color CMYK) of #f99eac color hex is 0.00, 0.37, 0.31, 0.02. Web safe color of #f99eac is #ff9999. Color #f99eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011110 10101100
Octal 371 236 254
Decimal 249 158 172
Hex F9 9E AC

RGB Percentages of Color #f99eac

%43.01
%27.29
%29.71

CMYK Percentages of Color #f99eac

%0
%37
%31
%2

Triadic Colors of #f99eac

#f99eac #acf99e #9eacf9

Analogous Colors of #f99eac

#f99eac #f9be9e #f99eda

Monochromatic Colors of #f99eac

#f99eac

Complementary Color

#f99eac #9ef9eb

#f99eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99eac Color CSS Codes

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

#f99eac Text Font Color

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

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


#f99eac Background Color

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

This div background color is #f99eac


#f99eac Border Color

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

This div border color is #f99eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99eac


Comments

No comments written yet.

Please login to write comment.