Color Hex Logo

#f99abf Color Hex

#F99ABF
(249,154,191)
0 Favorites   0 Comments

Color spaces of #f99abf

RGB 249154191
HSL0.940.890.79
HSV337°38°98°
CMYK 0.000.380.23   0.02
XYZ60.026547.012555.2008
Yxy47.01250.37000.2898
Hunter Lab68.565736.27970.2628
CIE-Lab74.197840.1977-3.9613

#f99abf color RGB value is (249,154,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011010 10111111
Octal 371 232 277
Decimal 249 154 191
Hex F9 9A BF

RGB Percentages of Color #f99abf

%41.92
%25.93
%32.15

CMYK Percentages of Color #f99abf

%0
%38
%23
%2

Triadic Colors of #f99abf

#f99abf #bff99a #9abff9

Analogous Colors of #f99abf

#f99abf #f9a59a #f99aef

Monochromatic Colors of #f99abf

#f99abf

Complementary Color

#f99abf #9af9d4

#f99abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99abf Color CSS Codes

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

#f99abf Text Font Color

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

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


#f99abf Background Color

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

This div background color is #f99abf


#f99abf Border Color

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

This div border color is #f99abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99abf


Comments

No comments written yet.

Please login to write comment.