Color Hex Logo

#f9baaf Color Hex

#F9BAAF
(249,186,175)
0 Favorites   0 Comments

Color spaces of #f9baaf

RGB 249186175
HSL0.020.860.83
HSV30°98°
CMYK 0.000.250.30   0.02
XYZ64.363758.352748.4283
Yxy58.35270.37610.3410
Hunter Lab76.388916.719715.8842
CIE-Lab80.934521.252814.4622

#f9baaf color RGB value is (249,186,175).

#f9baaf hex color red value is 249, green value is 186 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f9baaf hue: 0.02 , saturation: 0.86 and the lightness value of f9baaf is 0.83.

The process color (four color CMYK) of #f9baaf color hex is 0.00, 0.25, 0.30, 0.02. Web safe color of #f9baaf is #ffcc99. Color #f9baaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111010 10101111
Octal 371 272 257
Decimal 249 186 175
Hex F9 BA AF

RGB Percentages of Color #f9baaf

%40.82
%30.49
%28.69

CMYK Percentages of Color #f9baaf

%0
%25
%30
%2

Triadic Colors of #f9baaf

#f9baaf #aff9ba #baaff9

Analogous Colors of #f9baaf

#f9baaf #f9dfaf #f9afc9

Monochromatic Colors of #f9baaf

#f9baaf

Complementary Color

#f9baaf #afeef9

#f9baaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9baaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9baaf Color CSS Codes

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

#f9baaf Text Font Color

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

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


#f9baaf Background Color

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

This div background color is #f9baaf


#f9baaf Border Color

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

This div border color is #f9baaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9baaf


Comments

No comments written yet.

Please login to write comment.