Color Hex Logo

#f96cbc Color Hex

#F96CBC
(249,108,188)
0 Favorites   0 Comments

Color spaces of #f96cbc

RGB 249108188
HSL0.910.920.70
HSV326°57°98°
CMYK 0.000.570.24   0.02
XYZ53.506634.495751.4152
Yxy34.49570.38380.2474
Hunter Lab58.733059.8331-10.7896
CIE-Lab65.354162.1863-15.4767

#f96cbc color RGB value is (249,108,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101100 10111100
Octal 371 154 274
Decimal 249 108 188
Hex F9 6C BC

RGB Percentages of Color #f96cbc

%45.69
%19.82
%34.50

CMYK Percentages of Color #f96cbc

%0
%57
%24
%2

Triadic Colors of #f96cbc

#f96cbc #bcf96c #6cbcf9

Analogous Colors of #f96cbc

#f96cbc #f96c76 #f06cf9

Monochromatic Colors of #f96cbc

#f96cbc

Complementary Color

#f96cbc #6cf9a9

#f96cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96cbc Color CSS Codes

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

#f96cbc Text Font Color

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

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


#f96cbc Background Color

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

This div background color is #f96cbc


#f96cbc Border Color

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

This div border color is #f96cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96cbc


Comments

No comments written yet.

Please login to write comment.