Color Hex Logo

#f99eae Color Hex

#F99EAE
(249,158,174)
0 Favorites   0 Comments

Color spaces of #f99eae

RGB 249158174
HSL0.970.880.80
HSV349°37°98°
CMYK 0.000.370.30   0.02
XYZ58.933847.649446.1355
Yxy47.64940.38590.3120
Hunter Lab69.028531.59628.6933
CIE-Lab74.603335.83095.9946

#f99eae color RGB value is (249,158,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011110 10101110
Octal 371 236 256
Decimal 249 158 174
Hex F9 9E AE

RGB Percentages of Color #f99eae

%42.86
%27.19
%29.95

CMYK Percentages of Color #f99eae

%0
%37
%30
%2

Triadic Colors of #f99eae

#f99eae #aef99e #9eaef9

Analogous Colors of #f99eae

#f99eae #f9bc9e #f99edc

Monochromatic Colors of #f99eae

#f99eae

Complementary Color

#f99eae #9ef9e9

#f99eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99eae Color CSS Codes

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

#f99eae Text Font Color

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

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


#f99eae Background Color

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

This div background color is #f99eae


#f99eae Border Color

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

This div border color is #f99eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99eae


Comments

No comments written yet.

Please login to write comment.