Color Hex Logo

#f9babe Color Hex

#F9BABE
(249,186,190)
0 Favorites   0 Comments

Color spaces of #f9babe

RGB 249186190
HSL0.990.840.85
HSV356°25°98°
CMYK 0.000.250.24   0.02
XYZ65.920158.975356.6242
Yxy58.97530.36320.3249
Hunter Lab76.795418.830010.0400
CIE-Lab81.278023.28306.8869

#f9babe color RGB value is (249,186,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111010 10111110
Octal 371 272 276
Decimal 249 186 190
Hex F9 BA BE

RGB Percentages of Color #f9babe

%39.84
%29.76
%30.40

CMYK Percentages of Color #f9babe

%0
%25
%24
%2

Triadic Colors of #f9babe

#f9babe #bef9ba #babef9

Analogous Colors of #f9babe

#f9babe #f9d6ba #f9bade

Monochromatic Colors of #f9babe

#f9babe

Complementary Color

#f9babe #baf9f5

#f9babe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9babe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9babe Color CSS Codes

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

#f9babe Text Font Color

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

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


#f9babe Background Color

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

This div background color is #f9babe


#f9babe Border Color

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

This div border color is #f9babe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9babe


Comments

No comments written yet.

Please login to write comment.