Color Hex Logo

#f9bbec Color Hex

#F9BBEC
(249,187,236)
0 Favorites   0 Comments

Color spaces of #f9bbec

RGB 249187236
HSL0.870.840.85
HSV313°25°98°
CMYK 0.000.250.05   0.02
XYZ71.977661.736587.4796
Yxy61.73650.32540.2791
Hunter Lab78.572626.0156-11.0103
CIE-Lab82.773130.0000-15.6299

#f9bbec color RGB value is (249,187,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111011 11101100
Octal 371 273 354
Decimal 249 187 236
Hex F9 BB EC

RGB Percentages of Color #f9bbec

%37.05
%27.83
%35.12

CMYK Percentages of Color #f9bbec

%0
%25
%5
%2

Triadic Colors of #f9bbec

#f9bbec #ecf9bb #bbecf9

Analogous Colors of #f9bbec

#f9bbec #f9bbcd #e7bbf9

Monochromatic Colors of #f9bbec

#f9bbec

Complementary Color

#f9bbec #bbf9c8

#f9bbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9bbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9bbec Color CSS Codes

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

#f9bbec Text Font Color

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

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


#f9bbec Background Color

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

This div background color is #f9bbec


#f9bbec Border Color

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

This div border color is #f9bbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9bbec


Comments

No comments written yet.

Please login to write comment.