Color Hex Logo

#f96dcc Color Hex

#F96DCC
(249,109,204)
0 Favorites   0 Comments

Color spaces of #f96dcc

RGB 249109204
HSL0.890.920.70
HSV319°56°98°
CMYK 0.000.560.18   0.02
XYZ55.434635.436661.0450
Yxy35.43660.36490.2333
Hunter Lab59.528662.0486-19.1302
CIE-Lab66.087263.9270-23.3853

#f96dcc color RGB value is (249,109,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101101 11001100
Octal 371 155 314
Decimal 249 109 204
Hex F9 6D CC

RGB Percentages of Color #f96dcc

%44.31
%19.40
%36.30

CMYK Percentages of Color #f96dcc

%0
%56
%18
%2

Triadic Colors of #f96dcc

#f96dcc #ccf96d #6dccf9

Analogous Colors of #f96dcc

#f96dcc #f96d86 #e06df9

Monochromatic Colors of #f96dcc

#f96dcc

Complementary Color

#f96dcc #6df99a

#f96dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96dcc Color CSS Codes

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

#f96dcc Text Font Color

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

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


#f96dcc Background Color

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

This div background color is #f96dcc


#f96dcc Border Color

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

This div border color is #f96dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96dcc


Comments

No comments written yet.

Please login to write comment.