Color Hex Logo

#f69fda Color Hex

#F69FDA
(246,159,218)
0 Favorites   0 Comments

Color spaces of #f69fda

RGB 246159218
HSL0.890.830.79
HSV319°35°96°
CMYK 0.000.350.11   0.04
XYZ63.059149.451172.5511
Yxy49.45110.34070.2672
Hunter Lab70.321537.0030-11.9448
CIE-Lab75.731140.6943-16.5289

#f69fda color RGB value is (246,159,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10011111 11011010
Octal 366 237 332
Decimal 246 159 218
Hex F6 9F DA

RGB Percentages of Color #f69fda

%39.49
%25.52
%34.99

CMYK Percentages of Color #f69fda

%0
%35
%11
%4

Triadic Colors of #f69fda

#f69fda #daf69f #9fdaf6

Analogous Colors of #f69fda

#f69fda #f69faf #e79ff6

Monochromatic Colors of #f69fda

#f69fda

Complementary Color

#f69fda #9ff6bb

#f69fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f69fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f69fda Color CSS Codes

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

#f69fda Text Font Color

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

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


#f69fda Background Color

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

This div background color is #f69fda


#f69fda Border Color

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

This div border color is #f69fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f69fda

Related Colors


Comments

No comments written yet.

Please login to write comment.