Color Hex Logo

#f9babd Color Hex

#F9BABD
(249,186,189)
0 Favorites   0 Comments

Color spaces of #f9babd

RGB 249186189
HSL0.990.840.85
HSV357°25°98°
CMYK 0.000.250.24   0.02
XYZ65.811158.931756.0504
Yxy58.93170.36400.3260
Hunter Lab76.767018.683010.4471
CIE-Lab81.254023.14237.3907

#f9babd color RGB value is (249,186,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111010 10111101
Octal 371 272 275
Decimal 249 186 189
Hex F9 BA BD

RGB Percentages of Color #f9babd

%39.90
%29.81
%30.29

CMYK Percentages of Color #f9babd

%0
%25
%24
%2

Triadic Colors of #f9babd

#f9babd #bdf9ba #babdf9

Analogous Colors of #f9babd

#f9babd #f9d7ba #f9badd

Monochromatic Colors of #f9babd

#f9babd

Complementary Color

#f9babd #baf9f6

#f9babd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9babd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9babd Color CSS Codes

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

#f9babd Text Font Color

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

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


#f9babd Background Color

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

This div background color is #f9babd


#f9babd Border Color

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

This div border color is #f9babd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9babd

Related Colors


Comments

No comments written yet.

Please login to write comment.