Color Hex Logo

#f29bba Color Hex

#F29BBA
(242,155,186)
0 Favorites   0 Comments

Color spaces of #f29bba

RGB 242155186
HSL0.940.770.78
HSV339°36°95°
CMYK 0.000.360.23   0.05
XYZ57.202245.865152.2923
Yxy45.86510.36820.2952
Hunter Lab67.723832.25161.6264
CIE-Lab73.457936.5503-2.3853

#f29bba color RGB value is (242,155,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10011011 10111010
Octal 362 233 272
Decimal 242 155 186
Hex F2 9B BA

RGB Percentages of Color #f29bba

%41.51
%26.59
%31.90

CMYK Percentages of Color #f29bba

%0
%36
%23
%5

Triadic Colors of #f29bba

#f29bba #baf29b #9bbaf2

Analogous Colors of #f29bba

#f29bba #f2a89b #f29be6

Monochromatic Colors of #f29bba

#f29bba

Complementary Color

#f29bba #9bf2d3

#f29bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f29bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f29bba Color CSS Codes

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

#f29bba Text Font Color

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

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


#f29bba Background Color

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

This div background color is #f29bba


#f29bba Border Color

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

This div border color is #f29bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f29bba


Comments

No comments written yet.

Please login to write comment.