Color Hex Logo

#f99bbc Color Hex

#F99BBC
(249,155,188)
0 Favorites   0 Comments

Color spaces of #f99bbc

RGB 249155188
HSL0.940.890.79
HSV339°38°98°
CMYK 0.000.380.24   0.02
XYZ59.865447.213353.5348
Yxy47.21330.37270.2940
Hunter Lab68.711935.27261.9044
CIE-Lab74.326039.2608-2.1194

#f99bbc color RGB value is (249,155,188).

#f99bbc hex color red value is 249, green value is 155 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f99bbc hue: 0.94 , saturation: 0.89 and the lightness value of f99bbc is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011011 10111100
Octal 371 233 274
Decimal 249 155 188
Hex F9 9B BC

RGB Percentages of Color #f99bbc

%42.06
%26.18
%31.76

CMYK Percentages of Color #f99bbc

%0
%38
%24
%2

Triadic Colors of #f99bbc

#f99bbc #bcf99b #9bbcf9

Analogous Colors of #f99bbc

#f99bbc #f9a99b #f99beb

Monochromatic Colors of #f99bbc

#f99bbc

Complementary Color

#f99bbc #9bf9d8

#f99bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99bbc Color CSS Codes

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

#f99bbc Text Font Color

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

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


#f99bbc Background Color

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

This div background color is #f99bbc


#f99bbc Border Color

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

This div border color is #f99bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99bbc


Comments

No comments written yet.

Please login to write comment.