Color Hex Logo

#f69fbb Color Hex

#F69FBB
(246,159,187)
0 Favorites   0 Comments

Color spaces of #f69fbb

RGB 246159187
HSL0.950.830.79
HSV341°35°96°
CMYK 0.000.350.24   0.04
XYZ59.373847.977053.1448
Yxy47.97700.36990.2989
Hunter Lab69.265431.79432.9948
CIE-Lab74.810435.9964-0.9000

#f69fbb color RGB value is (246,159,187).

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

The process color (four color CMYK) of #f69fbb color hex is 0.00, 0.35, 0.24, 0.04. Web safe color of #f69fbb is #ff99cc. Color #f69fbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10011111 10111011
Octal 366 237 273
Decimal 246 159 187
Hex F6 9F BB

RGB Percentages of Color #f69fbb

%41.55
%26.86
%31.59

CMYK Percentages of Color #f69fbb

%0
%35
%24
%4

Triadic Colors of #f69fbb

#f69fbb #bbf69f #9fbbf6

Analogous Colors of #f69fbb

#f69fbb #f6af9f #f69fe7

Monochromatic Colors of #f69fbb

#f69fbb

Complementary Color

#f69fbb #9ff6da

#f69fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f69fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f69fbb Color CSS Codes

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

#f69fbb Text Font Color

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

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


#f69fbb Background Color

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

This div background color is #f69fbb


#f69fbb Border Color

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

This div border color is #f69fbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,159,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f69fbb


Comments

No comments written yet.

Please login to write comment.