Color Hex Logo

#f89ebf Color Hex

#F89EBF
(248,158,191)
0 Favorites   0 Comments

Color spaces of #f89ebf

RGB 248158191
HSL0.940.870.80
HSV338°36°97°
CMYK 0.000.360.23   0.03
XYZ60.342248.171855.4079
Yxy48.17180.36810.2939
Hunter Lab69.405933.72941.2519
CIE-Lab74.933237.7786-2.8926

#f89ebf color RGB value is (248,158,191).

#f89ebf hex color red value is 248, green value is 158 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f89ebf hue: 0.94 , saturation: 0.87 and the lightness value of f89ebf is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10011110 10111111
Octal 370 236 277
Decimal 248 158 191
Hex F8 9E BF

RGB Percentages of Color #f89ebf

%41.54
%26.47
%31.99

CMYK Percentages of Color #f89ebf

%0
%36
%23
%3

Triadic Colors of #f89ebf

#f89ebf #bff89e #9ebff8

Analogous Colors of #f89ebf

#f89ebf #f8aa9e #f89eec

Monochromatic Colors of #f89ebf

#f89ebf

Complementary Color

#f89ebf #9ef8d7

#f89ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f89ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f89ebf Color CSS Codes

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

#f89ebf Text Font Color

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

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


#f89ebf Background Color

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

This div background color is #f89ebf


#f89ebf Border Color

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

This div border color is #f89ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f89ebf


Comments

No comments written yet.

Please login to write comment.