Color Hex Logo

#f99fce Color Hex

#F99FCE
(249,159,206)
0 Favorites   0 Comments

Color spaces of #f99fce

RGB 249159206
HSL0.910.880.80
HSV329°36°98°
CMYK 0.000.360.17   0.02
XYZ62.605649.392264.6265
Yxy49.39220.35450.2796
Hunter Lab70.279636.0199-5.3252
CIE-Lab75.694739.8034-9.9848

#f99fce color RGB value is (249,159,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011111 11001110
Octal 371 237 316
Decimal 249 159 206
Hex F9 9F CE

RGB Percentages of Color #f99fce

%40.55
%25.90
%33.55

CMYK Percentages of Color #f99fce

%0
%36
%17
%2

Triadic Colors of #f99fce

#f99fce #cef99f #9fcef9

Analogous Colors of #f99fce

#f99fce #f99fa1 #f79ff9

Monochromatic Colors of #f99fce

#f99fce

Complementary Color

#f99fce #9ff9ca

#f99fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99fce Color CSS Codes

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

#f99fce Text Font Color

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

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


#f99fce Background Color

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

This div background color is #f99fce


#f99fce Border Color

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

This div border color is #f99fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99fce


Comments

No comments written yet.

Please login to write comment.