Color Hex Logo

#f99fbb Color Hex

#F99FBB
(249,159,187)
0 Favorites   0 Comments

Color spaces of #f99fbb

RGB 249159187
HSL0.950.880.80
HSV341°36°98°
CMYK 0.000.360.25   0.02
XYZ60.434748.523953.1945
Yxy48.52390.37270.2992
Hunter Lab69.659132.95923.4851
CIE-Lab75.154237.0454-0.3564

#f99fbb color RGB value is (249,159,187).

#f99fbb hex color red value is 249, green value is 159 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f99fbb hue: 0.95 , saturation: 0.88 and the lightness value of f99fbb is 0.80.

The process color (four color CMYK) of #f99fbb color hex is 0.00, 0.36, 0.25, 0.02. Web safe color of #f99fbb is #ff99cc. Color #f99fbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011111 10111011
Octal 371 237 273
Decimal 249 159 187
Hex F9 9F BB

RGB Percentages of Color #f99fbb

%41.85
%26.72
%31.43

CMYK Percentages of Color #f99fbb

%0
%36
%25
%2

Triadic Colors of #f99fbb

#f99fbb #bbf99f #9fbbf9

Analogous Colors of #f99fbb

#f99fbb #f9b09f #f99fe8

Monochromatic Colors of #f99fbb

#f99fbb

Complementary Color

#f99fbb #9ff9dd

#f99fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99fbb Color CSS Codes

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

#f99fbb Text Font Color

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

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


#f99fbb Background Color

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

This div background color is #f99fbb


#f99fbb Border Color

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

This div border color is #f99fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99fbb


Comments

No comments written yet.

Please login to write comment.