Color Hex Logo

#f89fce Color Hex

#F89FCE
(248,159,206)
0 Favorites   0 Comments

Color spaces of #f89fce

RGB 248159206
HSL0.910.860.80
HSV328°36°97°
CMYK 0.000.360.17   0.03
XYZ62.250149.209064.6099
Yxy49.20900.35360.2795
Hunter Lab70.149135.6393-5.5039
CIE-Lab75.581239.4677-10.1661

#f89fce color RGB value is (248,159,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10011111 11001110
Octal 370 237 316
Decimal 248 159 206
Hex F8 9F CE

RGB Percentages of Color #f89fce

%40.46
%25.94
%33.61

CMYK Percentages of Color #f89fce

%0
%36
%17
%3

Triadic Colors of #f89fce

#f89fce #cef89f #9fcef8

Analogous Colors of #f89fce

#f89fce #f89fa2 #f69ff8

Monochromatic Colors of #f89fce

#f89fce

Complementary Color

#f89fce #9ff8c9

#f89fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f89fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f89fce Color CSS Codes

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

#f89fce Text Font Color

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

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


#f89fce Background Color

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

This div background color is #f89fce


#f89fce Border Color

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

This div border color is #f89fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f89fce


Comments

No comments written yet.

Please login to write comment.