Color Hex Logo

#f29fbc Color Hex

#F29FBC
(242,159,188)
0 Favorites   0 Comments

Color spaces of #f29fbc

RGB 242159188
HSL0.940.760.79
HSV339°34°95°
CMYK 0.000.340.22   0.05
XYZ58.093247.304453.6458
Yxy47.30440.36530.2974
Hunter Lab68.778230.40741.8996
CIE-Lab74.384134.7389-2.1284

#f29fbc color RGB value is (242,159,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10011111 10111100
Octal 362 237 274
Decimal 242 159 188
Hex F2 9F BC

RGB Percentages of Color #f29fbc

%41.09
%26.99
%31.92

CMYK Percentages of Color #f29fbc

%0
%34
%22
%5

Triadic Colors of #f29fbc

#f29fbc #bcf29f #9fbcf2

Analogous Colors of #f29fbc

#f29fbc #f2ac9f #f29fe6

Monochromatic Colors of #f29fbc

#f29fbc

Complementary Color

#f29fbc #9ff2d5

#f29fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f29fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f29fbc Color CSS Codes

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

#f29fbc Text Font Color

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

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


#f29fbc Background Color

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

This div background color is #f29fbc


#f29fbc Border Color

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

This div border color is #f29fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f29fbc


Comments

No comments written yet.

Please login to write comment.