Color Hex Logo

#f29dcc Color Hex

#F29DCC
(242,157,204)
0 Favorites   0 Comments

Color spaces of #f29dcc

RGB 242157204
HSL0.910.770.78
HSV327°35°95°
CMYK 0.000.350.16   0.05
XYZ59.574047.350863.1265
Yxy47.35080.35030.2785
Hunter Lab68.811934.1157-6.2230
CIE-Lab74.413638.1867-10.8829

#f29dcc color RGB value is (242,157,204).

#f29dcc hex color red value is 242, green value is 157 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f29dcc hue: 0.91 , saturation: 0.77 and the lightness value of f29dcc is 0.78.

The process color (four color CMYK) of #f29dcc color hex is 0.00, 0.35, 0.16, 0.05. Web safe color of #f29dcc is #ff99cc. Color #f29dcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10011101 11001100
Octal 362 235 314
Decimal 242 157 204
Hex F2 9D CC

RGB Percentages of Color #f29dcc

%40.13
%26.04
%33.83

CMYK Percentages of Color #f29dcc

%0
%35
%16
%5

Triadic Colors of #f29dcc

#f29dcc #ccf29d #9dccf2

Analogous Colors of #f29dcc

#f29dcc #f29da2 #ee9df2

Monochromatic Colors of #f29dcc

#f29dcc

Complementary Color

#f29dcc #9df2c3

#f29dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f29dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f29dcc Color CSS Codes

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

#f29dcc Text Font Color

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

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


#f29dcc Background Color

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

This div background color is #f29dcc


#f29dcc Border Color

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

This div border color is #f29dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f29dcc


Comments

No comments written yet.

Please login to write comment.