Color Hex Logo

#f96dcb Color Hex

#F96DCB
(249,109,203)
0 Favorites   0 Comments

Color spaces of #f96dcb

RGB 249109203
HSL0.890.920.70
HSV320°56°98°
CMYK 0.000.560.18   0.02
XYZ55.315135.388860.4152
Yxy35.38880.36600.2342
Hunter Lab59.488561.8726-18.5717
CIE-Lab66.050363.7857-22.8799

#f96dcb color RGB value is (249,109,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101101 11001011
Octal 371 155 313
Decimal 249 109 203
Hex F9 6D CB

RGB Percentages of Color #f96dcb

%44.39
%19.43
%36.19

CMYK Percentages of Color #f96dcb

%0
%56
%18
%2

Triadic Colors of #f96dcb

#f96dcb #cbf96d #6dcbf9

Analogous Colors of #f96dcb

#f96dcb #f96d85 #e16df9

Monochromatic Colors of #f96dcb

#f96dcb

Complementary Color

#f96dcb #6df99b

#f96dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96dcb Color CSS Codes

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

#f96dcb Text Font Color

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

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


#f96dcb Background Color

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

This div background color is #f96dcb


#f96dcb Border Color

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

This div border color is #f96dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96dcb


Comments

No comments written yet.

Please login to write comment.