Color Hex Logo

#f99fba Color Hex

#F99FBA
(249,159,186)
0 Favorites   0 Comments

Color spaces of #f99fba

RGB 249159186
HSL0.950.880.80
HSV342°36°98°
CMYK 0.000.360.25   0.02
XYZ60.328048.481252.6325
Yxy48.48120.37370.3003
Hunter Lab69.628432.80753.9223
CIE-Lab75.127436.90750.1542

#f99fba color RGB value is (249,159,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011111 10111010
Octal 371 237 272
Decimal 249 159 186
Hex F9 9F BA

RGB Percentages of Color #f99fba

%41.92
%26.77
%31.31

CMYK Percentages of Color #f99fba

%0
%36
%25
%2

Triadic Colors of #f99fba

#f99fba #baf99f #9fbaf9

Analogous Colors of #f99fba

#f99fba #f9b19f #f99fe7

Monochromatic Colors of #f99fba

#f99fba

Complementary Color

#f99fba #9ff9de

#f99fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99fba Color CSS Codes

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

#f99fba Text Font Color

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

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


#f99fba Background Color

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

This div background color is #f99fba


#f99fba Border Color

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

This div border color is #f99fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99fba


Comments

No comments written yet.

Please login to write comment.