Color Hex Logo

#f99aae Color Hex

#F99AAE
(249,154,174)
0 Favorites   0 Comments

Color spaces of #f99aae

RGB 249154174
HSL0.960.890.79
HSV347°38°98°
CMYK 0.000.380.30   0.02
XYZ58.262546.306945.9118
Yxy46.30690.38720.3077
Hunter Lab68.049233.74257.6323
CIE-Lab73.744237.90854.7567

#f99aae color RGB value is (249,154,174).

#f99aae hex color red value is 249, green value is 154 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f99aae hue: 0.96 , saturation: 0.89 and the lightness value of f99aae is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011010 10101110
Octal 371 232 256
Decimal 249 154 174
Hex F9 9A AE

RGB Percentages of Color #f99aae

%43.15
%26.69
%30.16

CMYK Percentages of Color #f99aae

%0
%38
%30
%2

Triadic Colors of #f99aae

#f99aae #aef99a #9aaef9

Analogous Colors of #f99aae

#f99aae #f9b69a #f99ade

Monochromatic Colors of #f99aae

#f99aae

Complementary Color

#f99aae #9af9e5

#f99aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99aae Color CSS Codes

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

#f99aae Text Font Color

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

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


#f99aae Background Color

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

This div background color is #f99aae


#f99aae Border Color

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

This div border color is #f99aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99aae


Comments

No comments written yet.

Please login to write comment.