Color Hex Logo

#f29acb Color Hex

#F29ACB
(242,154,203)
0 Favorites   0 Comments

Color spaces of #f29acb

RGB 242154203
HSL0.910.770.78
HSV327°36°95°
CMYK 0.000.360.16   0.05
XYZ58.953046.300262.3296
Yxy46.30020.35180.2763
Hunter Lab68.044335.5735-6.6796
CIE-Lab73.739939.5985-11.3397

#f29acb color RGB value is (242,154,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10011010 11001011
Octal 362 232 313
Decimal 242 154 203
Hex F2 9A CB

RGB Percentages of Color #f29acb

%40.40
%25.71
%33.89

CMYK Percentages of Color #f29acb

%0
%36
%16
%5

Triadic Colors of #f29acb

#f29acb #cbf29a #9acbf2

Analogous Colors of #f29acb

#f29acb #f29a9f #ed9af2

Monochromatic Colors of #f29acb

#f29acb

Complementary Color

#f29acb #9af2c1

#f29acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f29acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f29acb Color CSS Codes

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

#f29acb Text Font Color

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

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


#f29acb Background Color

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

This div background color is #f29acb


#f29acb Border Color

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

This div border color is #f29acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f29acb

#f29acb Color Palettes


Comments

No comments written yet.

Please login to write comment.