Color Hex Logo

#f29fcd Color Hex

#F29FCD
(242,159,205)
0 Favorites   0 Comments

Color spaces of #f29fcd

RGB 242159205
HSL0.910.760.79
HSV327°34°95°
CMYK 0.000.340.15   0.05
XYZ60.035548.081363.8740
Yxy48.08130.34910.2796
Hunter Lab69.340733.2000-6.0772
CIE-Lab74.876237.2949-10.7410

#f29fcd color RGB value is (242,159,205).

#f29fcd hex color red value is 242, green value is 159 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f29fcd hue: 0.91 , saturation: 0.76 and the lightness value of f29fcd is 0.79.

The process color (four color CMYK) of #f29fcd color hex is 0.00, 0.34, 0.15, 0.05. Web safe color of #f29fcd is #ff99cc. Color #f29fcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10011111 11001101
Octal 362 237 315
Decimal 242 159 205
Hex F2 9F CD

RGB Percentages of Color #f29fcd

%39.93
%26.24
%33.83

CMYK Percentages of Color #f29fcd

%0
%34
%15
%5

Triadic Colors of #f29fcd

#f29fcd #cdf29f #9fcdf2

Analogous Colors of #f29fcd

#f29fcd #f29fa4 #ee9ff2

Monochromatic Colors of #f29fcd

#f29fcd

Complementary Color

#f29fcd #9ff2c4

#f29fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f29fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f29fcd Color CSS Codes

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

#f29fcd Text Font Color

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

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


#f29fcd Background Color

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

This div background color is #f29fcd


#f29fcd Border Color

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

This div border color is #f29fcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,159,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f29fcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f29fcd;
  -webkit-box-shadow: 1px 1px 3px 2px #f29fcd;
  box-shadow:         1px 1px 3px 2px #f29fcd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,159,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f29fcd

#f29fcd Color Palettes


Comments

No comments written yet.

Please login to write comment.