Color Hex Logo

#f99abe Color Hex

#F99ABE
(249,154,190)
0 Favorites   0 Comments

Color spaces of #f99abe

RGB 249154190
HSL0.940.890.79
HSV337°38°98°
CMYK 0.000.380.24   0.02
XYZ59.916846.968654.6231
Yxy46.96860.37100.2908
Hunter Lab68.533636.12300.7179
CIE-Lab74.169740.0573-3.4514

#f99abe color RGB value is (249,154,190).

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

The process color (four color CMYK) of #f99abe color hex is 0.00, 0.38, 0.24, 0.02. Web safe color of #f99abe is #ff99cc. Color #f99abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011010 10111110
Octal 371 232 276
Decimal 249 154 190
Hex F9 9A BE

RGB Percentages of Color #f99abe

%41.99
%25.97
%32.04

CMYK Percentages of Color #f99abe

%0
%38
%24
%2

Triadic Colors of #f99abe

#f99abe #bef99a #9abef9

Analogous Colors of #f99abe

#f99abe #f9a69a #f99aee

Monochromatic Colors of #f99abe

#f99abe

Complementary Color

#f99abe #9af9d5

#f99abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99abe Color CSS Codes

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

#f99abe Text Font Color

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

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


#f99abe Background Color

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

This div background color is #f99abe


#f99abe Border Color

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

This div border color is #f99abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99abe


Comments

No comments written yet.

Please login to write comment.