Color Hex Logo

#f89feb Color Hex

#F89FEB
(248,159,235)
0 Favorites   0 Comments

Color spaces of #f89feb

RGB 248159235
HSL0.860.860.80
HSV309°36°97°
CMYK 0.000.360.05   0.03
XYZ66.104950.750984.9091
Yxy50.75090.32760.2515
Hunter Lab71.239740.9648-20.7988
CIE-Lab76.527944.1710-24.5583

#f89feb color RGB value is (248,159,235).

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

The process color (four color CMYK) of #f89feb color hex is 0.00, 0.36, 0.05, 0.03. Web safe color of #f89feb is #ff99ff. Color #f89feb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10011111 11101011
Octal 370 237 353
Decimal 248 159 235
Hex F8 9F EB

RGB Percentages of Color #f89feb

%38.63
%24.77
%36.60

CMYK Percentages of Color #f89feb

%0
%36
%5
%3

Triadic Colors of #f89feb

#f89feb #ebf89f #9febf8

Analogous Colors of #f89feb

#f89feb #f89fbf #d99ff8

Monochromatic Colors of #f89feb

#f89feb

Complementary Color

#f89feb #9ff8ac

#f89feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f89feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f89feb Color CSS Codes

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

#f89feb Text Font Color

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

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


#f89feb Background Color

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

This div background color is #f89feb


#f89feb Border Color

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

This div border color is #f89feb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,159,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f89feb


Comments

No comments written yet.

Please login to write comment.