Color Hex Logo

#f99fbc Color Hex

#F99FBC
(249,159,188)
0 Favorites   0 Comments

Color spaces of #f99fbc

RGB 249159188
HSL0.950.880.80
HSV341°36°98°
CMYK 0.000.360.24   0.02
XYZ60.542248.566953.7604
Yxy48.56690.37170.2982
Hunter Lab69.690033.11203.0453
CIE-Lab75.181137.1842-0.8666

#f99fbc color RGB value is (249,159,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011111 10111100
Octal 371 237 274
Decimal 249 159 188
Hex F9 9F BC

RGB Percentages of Color #f99fbc

%41.78
%26.68
%31.54

CMYK Percentages of Color #f99fbc

%0
%36
%24
%2

Triadic Colors of #f99fbc

#f99fbc #bcf99f #9fbcf9

Analogous Colors of #f99fbc

#f99fbc #f9af9f #f99fe9

Monochromatic Colors of #f99fbc

#f99fbc

Complementary Color

#f99fbc #9ff9dc

#f99fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99fbc Color CSS Codes

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

#f99fbc Text Font Color

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

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


#f99fbc Background Color

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

This div background color is #f99fbc


#f99fbc Border Color

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

This div border color is #f99fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99fbc


Comments

No comments written yet.

Please login to write comment.