Color Hex Logo

#f699fa Color Hex

#F699FA
(246,153,250)
0 Favorites   0 Comments

Color spaces of #f699fa

RGB 246153250
HSL0.830.910.79
HSV298°39°98°
CMYK 0.020.390.00   0.02
XYZ66.652649.277496.4410
Yxy49.27740.31380.2320
Hunter Lab70.197946.6388-32.3168
CIE-Lab75.623649.2889-34.1002

#f699fa color RGB value is (246,153,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10011001 11111010
Octal 366 231 372
Decimal 246 153 250
Hex F6 99 FA

RGB Percentages of Color #f699fa

%37.90
%23.57
%38.52

CMYK Percentages of Color #f699fa

%2
%39
%0
%2

Triadic Colors of #f699fa

#f699fa #faf699 #99faf6

Analogous Colors of #f699fa

#f699fa #fa99ce #c699fa

Monochromatic Colors of #f699fa

#f699fa

Complementary Color

#f699fa #9dfa99

#f699fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f699fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f699fa Color CSS Codes

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

#f699fa Text Font Color

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

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


#f699fa Background Color

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

This div background color is #f699fa


#f699fa Border Color

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

This div border color is #f699fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f699fa


Comments

No comments written yet.

Please login to write comment.