Color Hex Logo

#f9bbea Color Hex

#F9BBEA
(249,187,234)
0 Favorites   0 Comments

Color spaces of #f9bbea

RGB 249187234
HSL0.870.840.85
HSV315°25°98°
CMYK 0.000.250.06   0.02
XYZ71.688561.620985.9575
Yxy61.62090.32690.2810
Hunter Lab78.499025.6403-9.9741
CIE-Lab82.711429.6549-14.6516

#f9bbea color RGB value is (249,187,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111011 11101010
Octal 371 273 352
Decimal 249 187 234
Hex F9 BB EA

RGB Percentages of Color #f9bbea

%37.16
%27.91
%34.93

CMYK Percentages of Color #f9bbea

%0
%25
%6
%2

Triadic Colors of #f9bbea

#f9bbea #eaf9bb #bbeaf9

Analogous Colors of #f9bbea

#f9bbea #f9bbcb #e9bbf9

Monochromatic Colors of #f9bbea

#f9bbea

Complementary Color

#f9bbea #bbf9ca

#f9bbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9bbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9bbea Color CSS Codes

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

#f9bbea Text Font Color

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

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


#f9bbea Background Color

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

This div background color is #f9bbea


#f9bbea Border Color

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

This div border color is #f9bbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9bbea


Comments

No comments written yet.

Please login to write comment.