Color Hex Logo

#f696fb Color Hex

#F696FB
(246,150,251)
0 Favorites   0 Comments

Color spaces of #f696fb

RGB 246150251
HSL0.830.930.79
HSV297°40°98°
CMYK 0.020.400.00   0.02
XYZ66.325048.370697.1075
Yxy48.37060.31310.2284
Hunter Lab69.549048.5148-34.0992
CIE-Lab75.058150.9974-35.5167

#f696fb color RGB value is (246,150,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10010110 11111011
Octal 366 226 373
Decimal 246 150 251
Hex F6 96 FB

RGB Percentages of Color #f696fb

%38.02
%23.18
%38.79

CMYK Percentages of Color #f696fb

%2
%40
%0
%2

Triadic Colors of #f696fb

#f696fb #fbf696 #96fbf6

Analogous Colors of #f696fb

#f696fb #fb96ce #c496fb

Monochromatic Colors of #f696fb

#f696fb

Complementary Color

#f696fb #9bfb96

#f696fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f696fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f696fb Color CSS Codes

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

#f696fb Text Font Color

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

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


#f696fb Background Color

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

This div background color is #f696fb


#f696fb Border Color

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

This div border color is #f696fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f696fb

Related Colors


Comments

No comments written yet.

Please login to write comment.