Color Hex Logo

#f96ebd Color Hex

#F96EBD
(249,110,189)
0 Favorites   0 Comments

Color spaces of #f96ebd

RGB 249110189
HSL0.910.920.70
HSV326°56°98°
CMYK 0.000.560.24   0.02
XYZ53.828234.965752.0561
Yxy34.96570.38220.2482
Hunter Lab59.131859.0095-10.8031
CIE-Lab65.722061.4264-15.4870

#f96ebd color RGB value is (249,110,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101110 10111101
Octal 371 156 275
Decimal 249 110 189
Hex F9 6E BD

RGB Percentages of Color #f96ebd

%45.44
%20.07
%34.49

CMYK Percentages of Color #f96ebd

%0
%56
%24
%2

Triadic Colors of #f96ebd

#f96ebd #bdf96e #6ebdf9

Analogous Colors of #f96ebd

#f96ebd #f96e78 #f06ef9

Monochromatic Colors of #f96ebd

#f96ebd

Complementary Color

#f96ebd #6ef9aa

#f96ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96ebd Color CSS Codes

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

#f96ebd Text Font Color

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

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


#f96ebd Background Color

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

This div background color is #f96ebd


#f96ebd Border Color

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

This div border color is #f96ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96ebd


Comments

No comments written yet.

Please login to write comment.