Color Hex Logo

#f697fb Color Hex

#F697FB
(246,151,251)
0 Favorites   0 Comments

Color spaces of #f697fb

RGB 246151251
HSL0.830.930.79
HSV297°40°98°
CMYK 0.020.400.00   0.02
XYZ66.485248.691197.1610
Yxy48.69110.31310.2293
Hunter Lab69.779047.9609-33.7107
CIE-Lab75.258850.4892-35.2060

#f697fb color RGB value is (246,151,251).

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

The process color (four color CMYK) of #f697fb color hex is 0.02, 0.40, 0.00, 0.02. Web safe color of #f697fb is #ff99ff. Color #f697fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10010111 11111011
Octal 366 227 373
Decimal 246 151 251
Hex F6 97 FB

RGB Percentages of Color #f697fb

%37.96
%23.30
%38.73

CMYK Percentages of Color #f697fb

%2
%40
%0
%2

Triadic Colors of #f697fb

#f697fb #fbf697 #97fbf6

Analogous Colors of #f697fb

#f697fb #fb97ce #c497fb

Monochromatic Colors of #f697fb

#f697fb

Complementary Color

#f697fb #9cfb97

#f697fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f697fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f697fb Color CSS Codes

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

#f697fb Text Font Color

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

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


#f697fb Background Color

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

This div background color is #f697fb


#f697fb Border Color

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

This div border color is #f697fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f697fb

Related Colors


Comments

No comments written yet.

Please login to write comment.