Color Hex Logo

#f69cdd Color Hex

#F69CDD
(246,156,221)
0 Favorites   0 Comments

Color spaces of #f69cdd

RGB 246156221
HSL0.880.830.79
HSV317°37°96°
CMYK 0.000.370.10   0.04
XYZ62.945648.590274.4679
Yxy48.59020.33840.2612
Hunter Lab69.706739.2000-14.5451
CIE-Lab75.195742.7404-18.9771

#f69cdd color RGB value is (246,156,221).

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

The process color (four color CMYK) of #f69cdd color hex is 0.00, 0.37, 0.10, 0.04. Web safe color of #f69cdd is #ff99cc. Color #f69cdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10011100 11011101
Octal 366 234 335
Decimal 246 156 221
Hex F6 9C DD

RGB Percentages of Color #f69cdd

%39.49
%25.04
%35.47

CMYK Percentages of Color #f69cdd

%0
%37
%10
%4

Triadic Colors of #f69cdd

#f69cdd #ddf69c #9cddf6

Analogous Colors of #f69cdd

#f69cdd #f69cb0 #e29cf6

Monochromatic Colors of #f69cdd

#f69cdd

Complementary Color

#f69cdd #9cf6b5

#f69cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f69cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f69cdd Color CSS Codes

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

#f69cdd Text Font Color

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

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


#f69cdd Background Color

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

This div background color is #f69cdd


#f69cdd Border Color

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

This div border color is #f69cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f69cdd


Comments

No comments written yet.

Please login to write comment.