Color Hex Logo

#f89fbb Color Hex

#F89FBB
(248,159,187)
0 Favorites   0 Comments

Color spaces of #f89fbb

RGB 248159187
HSL0.950.860.80
HSV341°36°97°
CMYK 0.000.360.25   0.03
XYZ60.079248.340653.1779
Yxy48.34060.37180.2991
Hunter Lab69.527432.57043.3213
CIE-Lab75.039236.6961-0.5381

#f89fbb color RGB value is (248,159,187).

#f89fbb hex color red value is 248, green value is 159 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f89fbb hue: 0.95 , saturation: 0.86 and the lightness value of f89fbb is 0.80.

The process color (four color CMYK) of #f89fbb color hex is 0.00, 0.36, 0.25, 0.03. Web safe color of #f89fbb is #ff99cc. Color #f89fbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10011111 10111011
Octal 370 237 273
Decimal 248 159 187
Hex F8 9F BB

RGB Percentages of Color #f89fbb

%41.75
%26.77
%31.48

CMYK Percentages of Color #f89fbb

%0
%36
%25
%3

Triadic Colors of #f89fbb

#f89fbb #bbf89f #9fbbf8

Analogous Colors of #f89fbb

#f89fbb #f8b09f #f89fe8

Monochromatic Colors of #f89fbb

#f89fbb

Complementary Color

#f89fbb #9ff8dc

#f89fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f89fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f89fbb Color CSS Codes

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

#f89fbb Text Font Color

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

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


#f89fbb Background Color

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

This div background color is #f89fbb


#f89fbb Border Color

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

This div border color is #f89fbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,159,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 #f89fbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f89fbb

Related Colors


Comments

No comments written yet.

Please login to write comment.