Color Hex Logo

#f697de Color Hex

#F697DE
(246,151,222)
0 Favorites   0 Comments

Color spaces of #f697de

RGB 246151222
HSL0.880.840.78
HSV315°39°96°
CMYK 0.000.390.10   0.04
XYZ62.257547.000074.8978
Yxy47.00000.33810.2552
Hunter Lab68.556542.1253-16.7845
CIE-Lab74.189845.4823-21.0498

#f697de color RGB value is (246,151,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10010111 11011110
Octal 366 227 336
Decimal 246 151 222
Hex F6 97 DE

RGB Percentages of Color #f697de

%39.74
%24.39
%35.86

CMYK Percentages of Color #f697de

%0
%39
%10
%4

Triadic Colors of #f697de

#f697de #def697 #97def6

Analogous Colors of #f697de

#f697de #f697af #df97f6

Monochromatic Colors of #f697de

#f697de

Complementary Color

#f697de #97f6af

#f697de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f697de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f697de Color CSS Codes

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

#f697de Text Font Color

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

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


#f697de Background Color

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

This div background color is #f697de


#f697de Border Color

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

This div border color is #f697de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f697de


Comments

No comments written yet.

Please login to write comment.