Color Hex Logo

#f69faf Color Hex

#F69FAF
(246,159,175)
0 Favorites   0 Comments

Color spaces of #f69faf

RGB 246159175
HSL0.970.830.79
HSV349°35°96°
CMYK 0.000.350.29   0.04
XYZ58.142047.484246.6584
Yxy47.48420.38180.3118
Hunter Lab68.908830.01968.0907
CIE-Lab74.498434.36475.2485

#f69faf color RGB value is (246,159,175).

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

The process color (four color CMYK) of #f69faf color hex is 0.00, 0.35, 0.29, 0.04. Web safe color of #f69faf is #ff9999. Color #f69faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10011111 10101111
Octal 366 237 257
Decimal 246 159 175
Hex F6 9F AF

RGB Percentages of Color #f69faf

%42.41
%27.41
%30.17

CMYK Percentages of Color #f69faf

%0
%35
%29
%4

Triadic Colors of #f69faf

#f69faf #aff69f #9faff6

Analogous Colors of #f69faf

#f69faf #f6bb9f #f69fdb

Monochromatic Colors of #f69faf

#f69faf

Complementary Color

#f69faf #9ff6e6

#f69faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f69faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f69faf Color CSS Codes

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

#f69faf Text Font Color

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

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


#f69faf Background Color

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

This div background color is #f69faf


#f69faf Border Color

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

This div border color is #f69faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f69faf

#f69faf Color Palettes


Comments

No comments written yet.

Please login to write comment.