Color Hex Logo

#f694ce Color Hex

#F694CE
(246,148,206)
0 Favorites   0 Comments

Color spaces of #f694ce

RGB 246148206
HSL0.900.840.77
HSV324°40°96°
CMYK 0.000.400.16   0.04
XYZ59.736545.228963.9741
Yxy45.22890.35360.2677
Hunter Lab67.252440.8596-9.3231
CIE-Lab73.042444.4859-13.9902

#f694ce color RGB value is (246,148,206).

#f694ce hex color red value is 246, green value is 148 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f694ce hue: 0.90 , saturation: 0.84 and the lightness value of f694ce is 0.77.

The process color (four color CMYK) of #f694ce color hex is 0.00, 0.40, 0.16, 0.04. Web safe color of #f694ce is #ff99cc. Color #f694ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10010100 11001110
Octal 366 224 316
Decimal 246 148 206
Hex F6 94 CE

RGB Percentages of Color #f694ce

%41.00
%24.67
%34.33

CMYK Percentages of Color #f694ce

%0
%40
%16
%4

Triadic Colors of #f694ce

#f694ce #cef694 #94cef6

Analogous Colors of #f694ce

#f694ce #f6949d #ed94f6

Monochromatic Colors of #f694ce

#f694ce

Complementary Color

#f694ce #94f6bc

#f694ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f694ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f694ce Color CSS Codes

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

#f694ce Text Font Color

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

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


#f694ce Background Color

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

This div background color is #f694ce


#f694ce Border Color

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

This div border color is #f694ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f694ce


Comments

No comments written yet.

Please login to write comment.