Color Hex Logo

#f699da Color Hex

#F699DA
(246,153,218)
0 Favorites   0 Comments

Color spaces of #f699da

RGB 246153218
HSL0.880.840.78
HSV318°38°96°
CMYK 0.000.380.11   0.04
XYZ62.052247.437372.2155
Yxy47.43730.34150.2611
Hunter Lab68.874740.2875-13.9535
CIE-Lab74.468643.8025-18.4358

#f699da color RGB value is (246,153,218).

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

The process color (four color CMYK) of #f699da color hex is 0.00, 0.38, 0.11, 0.04. Web safe color of #f699da is #ff99cc. Color #f699da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10011001 11011010
Octal 366 231 332
Decimal 246 153 218
Hex F6 99 DA

RGB Percentages of Color #f699da

%39.87
%24.80
%35.33

CMYK Percentages of Color #f699da

%0
%38
%11
%4

Triadic Colors of #f699da

#f699da #daf699 #99daf6

Analogous Colors of #f699da

#f699da #f699ac #e499f6

Monochromatic Colors of #f699da

#f699da

Complementary Color

#f699da #99f6b5

#f699da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f699da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f699da Color CSS Codes

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

#f699da Text Font Color

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

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


#f699da Background Color

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

This div background color is #f699da


#f699da Border Color

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

This div border color is #f699da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f699da


Comments

No comments written yet.

Please login to write comment.