Color Hex Logo

#f956ae Color Hex

#F956AE
(249,86,174)
0 Favorites   0 Comments

Color spaces of #f956ae

RGB 24986174
HSL0.910.930.66
HSV328°65°98°
CMYK 0.000.650.30   0.02
XYZ50.034729.851343.1692
Yxy29.85130.40660.2426
Hunter Lab54.636367.8526-8.6007
CIE-Lab61.525769.5581-13.2619

#f956ae color RGB value is (249,86,174).

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

The process color (four color CMYK) of #f956ae color hex is 0.00, 0.65, 0.30, 0.02. Web safe color of #f956ae is #ff6699. Color #f956ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010110 10101110
Octal 371 126 256
Decimal 249 86 174
Hex F9 56 AE

RGB Percentages of Color #f956ae

%48.92
%16.90
%34.18

CMYK Percentages of Color #f956ae

%0
%65
%30
%2

Triadic Colors of #f956ae

#f956ae #aef956 #56aef9

Analogous Colors of #f956ae

#f956ae #f9565d #f356f9

Monochromatic Colors of #f956ae

#f956ae

Complementary Color

#f956ae #56f9a1

#f956ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f956ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f956ae Color CSS Codes

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

#f956ae Text Font Color

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

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


#f956ae Background Color

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

This div background color is #f956ae


#f956ae Border Color

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

This div border color is #f956ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f956ae

Related Colors


Comments

No comments written yet.

Please login to write comment.