Color Hex Logo

#f9bace Color Hex

#F9BACE
(249,186,206)
0 Favorites   0 Comments

Color spaces of #f9bace

RGB 249186206
HSL0.950.840.85
HSV341°25°98°
CMYK 0.000.250.17   0.02
XYZ67.766459.713866.3468
Yxy59.71380.34960.3081
Hunter Lab77.274721.30563.1869
CIE-Lab81.682425.6341-1.1395

#f9bace color RGB value is (249,186,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111010 11001110
Octal 371 272 316
Decimal 249 186 206
Hex F9 BA CE

RGB Percentages of Color #f9bace

%38.85
%29.02
%32.14

CMYK Percentages of Color #f9bace

%0
%25
%17
%2

Triadic Colors of #f9bace

#f9bace #cef9ba #bacef9

Analogous Colors of #f9bace

#f9bace #f9c6ba #f9baee

Monochromatic Colors of #f9bace

#f9bace

Complementary Color

#f9bace #baf9e5

#f9bace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9bace Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9bace Color CSS Codes

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

#f9bace Text Font Color

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

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


#f9bace Background Color

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

This div background color is #f9bace


#f9bace Border Color

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

This div border color is #f9bace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9bace


Comments

No comments written yet.

Please login to write comment.