Color Hex Logo

#f96dbc Color Hex

#F96DBC
(249,109,188)
0 Favorites   0 Comments

Color spaces of #f96dbc

RGB 249109188
HSL0.910.920.70
HSV326°56°98°
CMYK 0.000.560.24   0.02
XYZ53.612734.707951.4505
Yxy34.70790.38360.2483
Hunter Lab58.913459.3411-10.5400
CIE-Lab65.520661.7414-15.2254

#f96dbc color RGB value is (249,109,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101101 10111100
Octal 371 155 274
Decimal 249 109 188
Hex F9 6D BC

RGB Percentages of Color #f96dbc

%45.60
%19.96
%34.43

CMYK Percentages of Color #f96dbc

%0
%56
%24
%2

Triadic Colors of #f96dbc

#f96dbc #bcf96d #6dbcf9

Analogous Colors of #f96dbc

#f96dbc #f96d76 #f06df9

Monochromatic Colors of #f96dbc

#f96dbc

Complementary Color

#f96dbc #6df9aa

#f96dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96dbc Color CSS Codes

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

#f96dbc Text Font Color

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

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


#f96dbc Background Color

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

This div background color is #f96dbc


#f96dbc Border Color

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

This div border color is #f96dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96dbc


Comments

No comments written yet.

Please login to write comment.