Color Hex Logo

#f986de Color Hex

#F986DE
(249,134,222)
0 Favorites   0 Comments

Color spaces of #f986de

RGB 249134222
HSL0.870.910.75
HSV314°46°98°
CMYK 0.000.460.11   0.02
XYZ60.776842.463974.1003
Yxy42.46390.34270.2394
Hunter Lab65.164352.4440-21.8054
CIE-Lab71.189654.9439-25.5937

#f986de color RGB value is (249,134,222).

#f986de hex color red value is 249, green value is 134 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f986de hue: 0.87 , saturation: 0.91 and the lightness value of f986de is 0.75.

The process color (four color CMYK) of #f986de color hex is 0.00, 0.46, 0.11, 0.02. Web safe color of #f986de is #ff99cc. Color #f986de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000110 11011110
Octal 371 206 336
Decimal 249 134 222
Hex F9 86 DE

RGB Percentages of Color #f986de

%41.16
%22.15
%36.69

CMYK Percentages of Color #f986de

%0
%46
%11
%2

Triadic Colors of #f986de

#f986de #def986 #86def9

Analogous Colors of #f986de

#f986de #f986a5 #db86f9

Monochromatic Colors of #f986de

#f986de

Complementary Color

#f986de #86f9a1

#f986de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f986de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f986de Color CSS Codes

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

#f986de Text Font Color

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

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


#f986de Background Color

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

This div background color is #f986de


#f986de Border Color

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

This div border color is #f986de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f986de

Related Colors


Comments

No comments written yet.

Please login to write comment.