Color Hex Logo

#f9bbbf Color Hex

#F9BBBF
(249,187,191)
0 Favorites   0 Comments

Color spaces of #f9bbbf

RGB 249187191
HSL0.990.840.85
HSV356°25°98°
CMYK 0.000.250.23   0.02
XYZ66.241259.442057.2724
Yxy59.44200.36210.3249
Hunter Lab77.098618.44019.9257
CIE-Lab81.533922.89736.7168

#f9bbbf color RGB value is (249,187,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111011 10111111
Octal 371 273 277
Decimal 249 187 191
Hex F9 BB BF

RGB Percentages of Color #f9bbbf

%39.71
%29.82
%30.46

CMYK Percentages of Color #f9bbbf

%0
%25
%23
%2

Triadic Colors of #f9bbbf

#f9bbbf #bff9bb #bbbff9

Analogous Colors of #f9bbbf

#f9bbbf #f9d6bb #f9bbde

Monochromatic Colors of #f9bbbf

#f9bbbf

Complementary Color

#f9bbbf #bbf9f5

#f9bbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9bbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9bbbf Color CSS Codes

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

#f9bbbf Text Font Color

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

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


#f9bbbf Background Color

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

This div background color is #f9bbbf


#f9bbbf Border Color

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

This div border color is #f9bbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9bbbf


Comments

No comments written yet.

Please login to write comment.