Color Hex Logo

#f9bacc Color Hex

#F9BACC
(249,186,204)
0 Favorites   0 Comments

Color spaces of #f9bacc

RGB 249186204
HSL0.950.840.85
HSV343°25°98°
CMYK 0.000.250.18   0.02
XYZ67.524959.617265.0751
Yxy59.61720.35130.3102
Hunter Lab77.212220.98354.0784
CIE-Lab81.629725.3300-0.1400

#f9bacc color RGB value is (249,186,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111010 11001100
Octal 371 272 314
Decimal 249 186 204
Hex F9 BA CC

RGB Percentages of Color #f9bacc

%38.97
%29.11
%31.92

CMYK Percentages of Color #f9bacc

%0
%25
%18
%2

Triadic Colors of #f9bacc

#f9bacc #ccf9ba #baccf9

Analogous Colors of #f9bacc

#f9bacc #f9c8ba #f9baec

Monochromatic Colors of #f9bacc

#f9bacc

Complementary Color

#f9bacc #baf9e7

#f9bacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9bacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9bacc Color CSS Codes

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

#f9bacc Text Font Color

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

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


#f9bacc Background Color

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

This div background color is #f9bacc


#f9bacc Border Color

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

This div border color is #f9bacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9bacc

Related Colors


Comments

No comments written yet.

Please login to write comment.