Color Hex Logo

#f96bab Color Hex

#F96BAB
(249,107,171)
0 Favorites   0 Comments

Color spaces of #f96bab

RGB 249107171
HSL0.920.920.70
HSV333°57°98°
CMYK 0.000.570.31   0.02
XYZ51.675333.595442.2890
Yxy33.59540.40510.2634
Hunter Lab57.961557.7080-2.6852
CIE-Lab64.640160.4990-6.8867

#f96bab color RGB value is (249,107,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101011 10101011
Octal 371 153 253
Decimal 249 107 171
Hex F9 6B AB

RGB Percentages of Color #f96bab

%47.25
%20.30
%32.45

CMYK Percentages of Color #f96bab

%0
%57
%31
%2

Triadic Colors of #f96bab

#f96bab #abf96b #6babf9

Analogous Colors of #f96bab

#f96bab #f9726b #f96bf2

Monochromatic Colors of #f96bab

#f96bab

Complementary Color

#f96bab #6bf9b9

#f96bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96bab Color CSS Codes

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

#f96bab Text Font Color

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

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


#f96bab Background Color

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

This div background color is #f96bab


#f96bab Border Color

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

This div border color is #f96bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96bab


Comments

No comments written yet.

Please login to write comment.