Color Hex Logo

#f956de Color Hex

#F956DE
(249,86,222)
0 Favorites   0 Comments

Color spaces of #f956de

RGB 24986222
HSL0.860.930.66
HSV310°65°98°
CMYK 0.000.650.11   0.02
XYZ55.579532.069272.3679
Yxy32.06920.34730.2004
Hunter Lab56.629776.0879-36.1268
CIE-Lab63.400075.8731-37.6422

#f956de color RGB value is (249,86,222).

#f956de hex color red value is 249, green value is 86 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f956de hue: 0.86 , saturation: 0.93 and the lightness value of f956de is 0.66.

The process color (four color CMYK) of #f956de color hex is 0.00, 0.65, 0.11, 0.02. Web safe color of #f956de is #ff66cc. Color #f956de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010110 11011110
Octal 371 126 336
Decimal 249 86 222
Hex F9 56 DE

RGB Percentages of Color #f956de

%44.70
%15.44
%39.86

CMYK Percentages of Color #f956de

%0
%65
%11
%2

Triadic Colors of #f956de

#f956de #def956 #56def9

Analogous Colors of #f956de

#f956de #f9568d #c356f9

Monochromatic Colors of #f956de

#f956de

Complementary Color

#f956de #56f971

#f956de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f956de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f956de Color CSS Codes

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

#f956de Text Font Color

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

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


#f956de Background Color

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

This div background color is #f956de


#f956de Border Color

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

This div border color is #f956de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f956de

Related Colors


Comments

No comments written yet.

Please login to write comment.