Color Hex Logo

#f69aac Color Hex

#F69AAC
(246,154,172)
0 Favorites   0 Comments

Color spaces of #f69aac

RGB 246154172
HSL0.970.840.78
HSV348°37°96°
CMYK 0.000.370.30   0.04
XYZ57.008045.682644.8427
Yxy45.68260.38640.3096
Hunter Lab67.588932.27567.9755
CIE-Lab73.339136.58425.2315

#f69aac color RGB value is (246,154,172).

#f69aac hex color red value is 246, green value is 154 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f69aac hue: 0.97 , saturation: 0.84 and the lightness value of f69aac is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10011010 10101100
Octal 366 232 254
Decimal 246 154 172
Hex F6 9A AC

RGB Percentages of Color #f69aac

%43.01
%26.92
%30.07

CMYK Percentages of Color #f69aac

%0
%37
%30
%4

Triadic Colors of #f69aac

#f69aac #acf69a #9aacf6

Analogous Colors of #f69aac

#f69aac #f6b69a #f69ada

Monochromatic Colors of #f69aac

#f69aac

Complementary Color

#f69aac #9af6e4

#f69aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f69aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f69aac Color CSS Codes

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

#f69aac Text Font Color

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

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


#f69aac Background Color

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

This div background color is #f69aac


#f69aac Border Color

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

This div border color is #f69aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f69aac


Comments

No comments written yet.

Please login to write comment.