Color Hex Logo

#f29cdd Color Hex

#F29CDD
(242,156,221)
0 Favorites   0 Comments

Color spaces of #f29cdd

RGB 242156221
HSL0.870.770.78
HSV315°36°95°
CMYK 0.000.360.09   0.05
XYZ61.557647.874674.4029
Yxy47.87460.33490.2604
Hunter Lab69.191537.7211-15.3216
CIE-Lab74.745841.4524-19.7015

#f29cdd color RGB value is (242,156,221).

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

The process color (four color CMYK) of #f29cdd color hex is 0.00, 0.36, 0.09, 0.05. Web safe color of #f29cdd is #ff99cc. Color #f29cdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10011100 11011101
Octal 362 234 335
Decimal 242 156 221
Hex F2 9C DD

RGB Percentages of Color #f29cdd

%39.10
%25.20
%35.70

CMYK Percentages of Color #f29cdd

%0
%36
%9
%5

Triadic Colors of #f29cdd

#f29cdd #ddf29c #9cddf2

Analogous Colors of #f29cdd

#f29cdd #f29cb2 #dc9cf2

Monochromatic Colors of #f29cdd

#f29cdd

Complementary Color

#f29cdd #9cf2b1

#f29cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f29cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f29cdd Color CSS Codes

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

#f29cdd Text Font Color

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

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


#f29cdd Background Color

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

This div background color is #f29cdd


#f29cdd Border Color

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

This div border color is #f29cdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,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 #f29cdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f29cdd


Comments

No comments written yet.

Please login to write comment.