Color Hex Logo

#f29cbe Color Hex

#F29CBE
(242,156,190)
0 Favorites   0 Comments

Color spaces of #f29cbe

RGB 242156190
HSL0.930.770.78
HSV336°36°95°
CMYK 0.000.360.21   0.05
XYZ57.800746.371954.6194
Yxy46.37190.36400.2920
Hunter Lab68.096932.34130.1123
CIE-Lab73.786236.6025-4.1090

#f29cbe color RGB value is (242,156,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10011100 10111110
Octal 362 234 276
Decimal 242 156 190
Hex F2 9C BE

RGB Percentages of Color #f29cbe

%41.16
%26.53
%32.31

CMYK Percentages of Color #f29cbe

%0
%36
%21
%5

Triadic Colors of #f29cbe

#f29cbe #bef29c #9cbef2

Analogous Colors of #f29cbe

#f29cbe #f2a59c #f29ce9

Monochromatic Colors of #f29cbe

#f29cbe

Complementary Color

#f29cbe #9cf2d0

#f29cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f29cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f29cbe Color CSS Codes

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

#f29cbe Text Font Color

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

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


#f29cbe Background Color

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

This div background color is #f29cbe


#f29cbe Border Color

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

This div border color is #f29cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f29cbe


Comments

No comments written yet.

Please login to write comment.