Color Hex Logo

#f9babb Color Hex

#F9BABB
(249,186,187)
0 Favorites   0 Comments

Color spaces of #f9babb

RGB 249186187
HSL1.000.840.85
HSV359°25°98°
CMYK 0.000.250.25   0.02
XYZ65.595558.845454.9148
Yxy58.84540.36570.3281
Hunter Lab76.710818.391811.2537
CIE-Lab81.206522.86348.3987

#f9babb color RGB value is (249,186,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111010 10111011
Octal 371 272 273
Decimal 249 186 187
Hex F9 BA BB

RGB Percentages of Color #f9babb

%40.03
%29.90
%30.06

CMYK Percentages of Color #f9babb

%0
%25
%25
%2

Triadic Colors of #f9babb

#f9babb #bbf9ba #babbf9

Analogous Colors of #f9babb

#f9babb #f9d9ba #f9badb

Monochromatic Colors of #f9babb

#f9babb

Complementary Color

#f9babb #baf9f8

#f9babb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9babb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9babb Color CSS Codes

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

#f9babb Text Font Color

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

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


#f9babb Background Color

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

This div background color is #f9babb


#f9babb Border Color

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

This div border color is #f9babb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9babb

Related Colors


Comments

No comments written yet.

Please login to write comment.