Color Hex Logo

#f69add Color Hex

#F69ADD
(246,154,221)
0 Favorites   0 Comments

Color spaces of #f69add

RGB 246154221
HSL0.880.840.78
HSV316°37°96°
CMYK 0.000.370.10   0.04
XYZ62.612847.924574.3569
Yxy47.92450.33860.2592
Hunter Lab69.227540.2961-15.2238
CIE-Lab74.777343.7743-19.6108

#f69add color RGB value is (246,154,221).

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

The process color (four color CMYK) of #f69add color hex is 0.00, 0.37, 0.10, 0.04. Web safe color of #f69add is #ff99cc. Color #f69add contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10011010 11011101
Octal 366 232 335
Decimal 246 154 221
Hex F6 9A DD

RGB Percentages of Color #f69add

%39.61
%24.80
%35.59

CMYK Percentages of Color #f69add

%0
%37
%10
%4

Triadic Colors of #f69add

#f69add #ddf69a #9addf6

Analogous Colors of #f69add

#f69add #f69aaf #e19af6

Monochromatic Colors of #f69add

#f69add

Complementary Color

#f69add #9af6b3

#f69add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f69add Color Preview on White Background

Lorem ipsum dolor sit amet.

#f69add Color CSS Codes

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

#f69add Text Font Color

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

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


#f69add Background Color

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

This div background color is #f69add


#f69add Border Color

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

This div border color is #f69add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f69add


Comments

No comments written yet.

Please login to write comment.