Color Hex Logo

#f999ba Color Hex

#F999BA
(249,153,186)
0 Favorites   0 Comments

Color spaces of #f999ba

RGB 249153186
HSL0.940.890.79
HSV339°39°98°
CMYK 0.000.390.25   0.02
XYZ59.321146.467452.2969
Yxy46.46740.37520.2939
Hunter Lab68.167036.04412.2303
CIE-Lab73.847840.0191-1.7177

#f999ba color RGB value is (249,153,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011001 10111010
Octal 371 231 272
Decimal 249 153 186
Hex F9 99 BA

RGB Percentages of Color #f999ba

%42.35
%26.02
%31.63

CMYK Percentages of Color #f999ba

%0
%39
%25
%2

Triadic Colors of #f999ba

#f999ba #baf999 #99baf9

Analogous Colors of #f999ba

#f999ba #f9a899 #f999ea

Monochromatic Colors of #f999ba

#f999ba

Complementary Color

#f999ba #99f9d8

#f999ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f999ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f999ba Color CSS Codes

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

#f999ba Text Font Color

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

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


#f999ba Background Color

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

This div background color is #f999ba


#f999ba Border Color

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

This div border color is #f999ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,153,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 #f999ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f999ba


Comments

No comments written yet.

Please login to write comment.