Color Hex Logo

#f99aec Color Hex

#F99AEC
(249,154,236)
0 Favorites   0 Comments

Color spaces of #f99aec

RGB 249154236
HSL0.860.890.79
HSV308°38°98°
CMYK 0.000.380.05   0.02
XYZ65.762849.307185.4080
Yxy49.30710.32800.2459
Hunter Lab70.219044.2888-22.9616
CIE-Lab75.642047.2239-26.4455

#f99aec color RGB value is (249,154,236).

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

The process color (four color CMYK) of #f99aec color hex is 0.00, 0.38, 0.05, 0.02. Web safe color of #f99aec is #ff99ff. Color #f99aec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011010 11101100
Octal 371 232 354
Decimal 249 154 236
Hex F9 9A EC

RGB Percentages of Color #f99aec

%38.97
%24.10
%36.93

CMYK Percentages of Color #f99aec

%0
%38
%5
%2

Triadic Colors of #f99aec

#f99aec #ecf99a #9aecf9

Analogous Colors of #f99aec

#f99aec #f99abd #d79af9

Monochromatic Colors of #f99aec

#f99aec

Complementary Color

#f99aec #9af9a7

#f99aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99aec Color CSS Codes

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

#f99aec Text Font Color

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

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


#f99aec Background Color

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

This div background color is #f99aec


#f99aec Border Color

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

This div border color is #f99aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99aec

Related Colors


Comments

No comments written yet.

Please login to write comment.