Color Hex Logo

#f99abc Color Hex

#F99ABC
(249,154,188)
0 Favorites   0 Comments

Color spaces of #f99abc

RGB 249154188
HSL0.940.890.79
HSV339°38°98°
CMYK 0.000.380.24   0.02
XYZ59.699646.881853.4795
Yxy46.88180.37300.2929
Hunter Lab68.470335.81211.6201
CIE-Lab74.114139.7782-2.4304

#f99abc color RGB value is (249,154,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011010 10111100
Octal 371 232 274
Decimal 249 154 188
Hex F9 9A BC

RGB Percentages of Color #f99abc

%42.13
%26.06
%31.81

CMYK Percentages of Color #f99abc

%0
%38
%24
%2

Triadic Colors of #f99abc

#f99abc #bcf99a #9abcf9

Analogous Colors of #f99abc

#f99abc #f9a89a #f99aec

Monochromatic Colors of #f99abc

#f99abc

Complementary Color

#f99abc #9af9d7

#f99abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99abc Color CSS Codes

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

#f99abc Text Font Color

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

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


#f99abc Background Color

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

This div background color is #f99abc


#f99abc Border Color

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

This div border color is #f99abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99abc


Comments

No comments written yet.

Please login to write comment.