Color Hex Logo

#f96caa Color Hex

#F96CAA
(249,108,170)
0 Favorites   0 Comments

Color spaces of #f96caa

RGB 249108170
HSL0.930.920.70
HSV334°57°98°
CMYK 0.000.570.32   0.02
XYZ51.685233.767141.8238
Yxy33.76710.40610.2653
Hunter Lab58.109557.0744-1.9969
CIE-Lab64.777359.9340-6.1132

#f96caa color RGB value is (249,108,170).

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

The process color (four color CMYK) of #f96caa color hex is 0.00, 0.57, 0.32, 0.02. Web safe color of #f96caa is #ff6699. Color #f96caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101100 10101010
Octal 371 154 252
Decimal 249 108 170
Hex F9 6C AA

RGB Percentages of Color #f96caa

%47.25
%20.49
%32.26

CMYK Percentages of Color #f96caa

%0
%57
%32
%2

Triadic Colors of #f96caa

#f96caa #aaf96c #6caaf9

Analogous Colors of #f96caa

#f96caa #f9756c #f96cf1

Monochromatic Colors of #f96caa

#f96caa

Complementary Color

#f96caa #6cf9bb

#f96caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96caa Color CSS Codes

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

#f96caa Text Font Color

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

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


#f96caa Background Color

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

This div background color is #f96caa


#f96caa Border Color

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

This div border color is #f96caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96caa

Related Colors


Comments

No comments written yet.

Please login to write comment.