Color Hex Logo

#f96cbb Color Hex

#F96CBB
(249,108,187)
0 Favorites   0 Comments

Color spaces of #f96cbb

RGB 249108187
HSL0.910.920.70
HSV326°57°98°
CMYK 0.000.570.25   0.02
XYZ53.399134.452750.8493
Yxy34.45270.38500.2484
Hunter Lab58.696459.6717-10.2760
CIE-Lab65.320362.0554-14.9616

#f96cbb color RGB value is (249,108,187).

#f96cbb hex color red value is 249, green value is 108 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f96cbb hue: 0.91 , saturation: 0.92 and the lightness value of f96cbb is 0.70.

The process color (four color CMYK) of #f96cbb color hex is 0.00, 0.57, 0.25, 0.02. Web safe color of #f96cbb is #ff66cc. Color #f96cbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101100 10111011
Octal 371 154 273
Decimal 249 108 187
Hex F9 6C BB

RGB Percentages of Color #f96cbb

%45.77
%19.85
%34.38

CMYK Percentages of Color #f96cbb

%0
%57
%25
%2

Triadic Colors of #f96cbb

#f96cbb #bbf96c #6cbbf9

Analogous Colors of #f96cbb

#f96cbb #f96c75 #f16cf9

Monochromatic Colors of #f96cbb

#f96cbb

Complementary Color

#f96cbb #6cf9aa

#f96cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96cbb Color CSS Codes

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

#f96cbb Text Font Color

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

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


#f96cbb Background Color

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

This div background color is #f96cbb


#f96cbb Border Color

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

This div border color is #f96cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96cbb


Comments

No comments written yet.

Please login to write comment.