Color Hex Logo

#f699fd Color Hex

#F699FD
(246,153,253)
0 Favorites   0 Comments

Color spaces of #f699fd

RGB 246153253
HSL0.820.960.80
HSV296°40°99°
CMYK 0.030.400.00   0.01
XYZ67.126949.467198.9386
Yxy49.46710.31140.2295
Hunter Lab70.332947.2810-34.1714
CIE-Lab75.741049.8339-35.5417

#f699fd color RGB value is (246,153,253).

#f699fd hex color red value is 246, green value is 153 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f699fd hue: 0.82 , saturation: 0.96 and the lightness value of f699fd is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10011001 11111101
Octal 366 231 375
Decimal 246 153 253
Hex F6 99 FD

RGB Percentages of Color #f699fd

%37.73
%23.47
%38.80

CMYK Percentages of Color #f699fd

%3
%40
%0
%1

Triadic Colors of #f699fd

#f699fd #fdf699 #99fdf6

Analogous Colors of #f699fd

#f699fd #fd99d2 #c499fd

Monochromatic Colors of #f699fd

#f699fd

Complementary Color

#f699fd #a0fd99

#f699fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f699fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f699fd Color CSS Codes

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

#f699fd Text Font Color

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

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


#f699fd Background Color

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

This div background color is #f699fd


#f699fd Border Color

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

This div border color is #f699fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f699fd

Related Colors


Comments

No comments written yet.

Please login to write comment.