Color Hex Logo

#f695ce Color Hex

#F695CE
(246,149,206)
0 Favorites   0 Comments

Color spaces of #f695ce

RGB 246149206
HSL0.900.840.77
HSV325°39°96°
CMYK 0.000.390.16   0.04
XYZ59.894145.544064.0266
Yxy45.54400.35340.2688
Hunter Lab67.486340.3178-9.0101
CIE-Lab73.248743.9730-13.6803

#f695ce color RGB value is (246,149,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10010101 11001110
Octal 366 225 316
Decimal 246 149 206
Hex F6 95 CE

RGB Percentages of Color #f695ce

%40.93
%24.79
%34.28

CMYK Percentages of Color #f695ce

%0
%39
%16
%4

Triadic Colors of #f695ce

#f695ce #cef695 #95cef6

Analogous Colors of #f695ce

#f695ce #f6959e #ee95f6

Monochromatic Colors of #f695ce

#f695ce

Complementary Color

#f695ce #95f6bd

#f695ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f695ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f695ce Color CSS Codes

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

#f695ce Text Font Color

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

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


#f695ce Background Color

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

This div background color is #f695ce


#f695ce Border Color

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

This div border color is #f695ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,149,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 #f695ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f695ce


Comments

No comments written yet.

Please login to write comment.