Color Hex Logo

#f29ebd Color Hex

#F29EBD
(242,158,189)
0 Favorites   0 Comments

Color spaces of #f29ebd

RGB 242158189
HSL0.940.760.78
HSV338°35°95°
CMYK 0.000.350.22   0.05
XYZ58.030147.005154.1585
Yxy47.00510.36450.2953
Hunter Lab68.560331.10371.1566
CIE-Lab74.193035.4086-2.9593

#f29ebd color RGB value is (242,158,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10011110 10111101
Octal 362 236 275
Decimal 242 158 189
Hex F2 9E BD

RGB Percentages of Color #f29ebd

%41.09
%26.83
%32.09

CMYK Percentages of Color #f29ebd

%0
%35
%22
%5

Triadic Colors of #f29ebd

#f29ebd #bdf29e #9ebdf2

Analogous Colors of #f29ebd

#f29ebd #f2a99e #f29ee7

Monochromatic Colors of #f29ebd

#f29ebd

Complementary Color

#f29ebd #9ef2d3

#f29ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f29ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f29ebd Color CSS Codes

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

#f29ebd Text Font Color

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

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


#f29ebd Background Color

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

This div background color is #f29ebd


#f29ebd Border Color

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

This div border color is #f29ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f29ebd


Comments

No comments written yet.

Please login to write comment.