Color Hex Logo

#f997ba Color Hex

#F997BA
(249,151,186)
0 Favorites   0 Comments

Color spaces of #f997ba

RGB 249151186
HSL0.940.890.78
HSV339°39°98°
CMYK 0.000.390.25   0.02
XYZ58.996545.818152.1887
Yxy45.81810.37580.2918
Hunter Lab67.689137.12131.6694
CIE-Lab73.427341.0506-2.3345

#f997ba color RGB value is (249,151,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010111 10111010
Octal 371 227 272
Decimal 249 151 186
Hex F9 97 BA

RGB Percentages of Color #f997ba

%42.49
%25.77
%31.74

CMYK Percentages of Color #f997ba

%0
%39
%25
%2

Triadic Colors of #f997ba

#f997ba #baf997 #97baf9

Analogous Colors of #f997ba

#f997ba #f9a597 #f997eb

Monochromatic Colors of #f997ba

#f997ba

Complementary Color

#f997ba #97f9d6

#f997ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f997ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f997ba Color CSS Codes

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

#f997ba Text Font Color

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

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


#f997ba Background Color

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

This div background color is #f997ba


#f997ba Border Color

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

This div border color is #f997ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f997ba


Comments

No comments written yet.

Please login to write comment.