Color Hex Logo

#f69baa Color Hex

#F69BAA
(246,155,170)
0 Favorites   0 Comments

Color spaces of #f69baa

RGB 246155170
HSL0.970.830.79
HSV350°37°96°
CMYK 0.000.370.31   0.04
XYZ56.983145.937843.8938
Yxy45.93780.38810.3129
Hunter Lab67.777431.46139.0470
CIE-Lab73.505235.80706.5748

#f69baa color RGB value is (246,155,170).

#f69baa hex color red value is 246, green value is 155 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f69baa hue: 0.97 , saturation: 0.83 and the lightness value of f69baa is 0.79.

The process color (four color CMYK) of #f69baa color hex is 0.00, 0.37, 0.31, 0.04. Web safe color of #f69baa is #ff9999. Color #f69baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10011011 10101010
Octal 366 233 252
Decimal 246 155 170
Hex F6 9B AA

RGB Percentages of Color #f69baa

%43.08
%27.15
%29.77

CMYK Percentages of Color #f69baa

%0
%37
%31
%4

Triadic Colors of #f69baa

#f69baa #aaf69b #9baaf6

Analogous Colors of #f69baa

#f69baa #f6ba9b #f69bd8

Monochromatic Colors of #f69baa

#f69baa

Complementary Color

#f69baa #9bf6e7

#f69baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f69baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f69baa Color CSS Codes

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

#f69baa Text Font Color

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

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


#f69baa Background Color

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

This div background color is #f69baa


#f69baa Border Color

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

This div border color is #f69baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f69baa

Related Colors


Comments

No comments written yet.

Please login to write comment.