Color Hex Logo

#f9bacf Color Hex

#F9BACF
(249,186,207)
0 Favorites   0 Comments

Color spaces of #f9bacf

RGB 249186207
HSL0.940.840.85
HSV340°25°98°
CMYK 0.000.250.17   0.02
XYZ67.888359.762566.9887
Yxy59.76250.34880.3070
Hunter Lab77.306221.46822.7374
CIE-Lab81.708925.7873-1.6388

#f9bacf color RGB value is (249,186,207).

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

The process color (four color CMYK) of #f9bacf color hex is 0.00, 0.25, 0.17, 0.02. Web safe color of #f9bacf is #ffcccc. Color #f9bacf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111010 11001111
Octal 371 272 317
Decimal 249 186 207
Hex F9 BA CF

RGB Percentages of Color #f9bacf

%38.79
%28.97
%32.24

CMYK Percentages of Color #f9bacf

%0
%25
%17
%2

Triadic Colors of #f9bacf

#f9bacf #cff9ba #bacff9

Analogous Colors of #f9bacf

#f9bacf #f9c5ba #f9baef

Monochromatic Colors of #f9bacf

#f9bacf

Complementary Color

#f9bacf #baf9e4

#f9bacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9bacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9bacf Color CSS Codes

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

#f9bacf Text Font Color

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

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


#f9bacf Background Color

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

This div background color is #f9bacf


#f9bacf Border Color

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

This div border color is #f9bacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9bacf


Comments

No comments written yet.

Please login to write comment.