Color Hex Logo

#f29bb8 Color Hex

#F29BB8
(242,155,184)
0 Favorites   0 Comments

Color spaces of #f29bb8

RGB 242155184
HSL0.940.770.78
HSV340°36°95°
CMYK 0.000.360.24   0.05
XYZ56.991045.780651.1802
Yxy45.78060.37020.2974
Hunter Lab67.661431.94272.5150
CIE-Lab73.402936.2671-1.3619

#f29bb8 color RGB value is (242,155,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10011011 10111000
Octal 362 233 270
Decimal 242 155 184
Hex F2 9B B8

RGB Percentages of Color #f29bb8

%41.65
%26.68
%31.67

CMYK Percentages of Color #f29bb8

%0
%36
%24
%5

Triadic Colors of #f29bb8

#f29bb8 #b8f29b #9bb8f2

Analogous Colors of #f29bb8

#f29bb8 #f2aa9b #f29be4

Monochromatic Colors of #f29bb8

#f29bb8

Complementary Color

#f29bb8 #9bf2d5

#f29bb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f29bb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f29bb8 Color CSS Codes

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

#f29bb8 Text Font Color

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

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


#f29bb8 Background Color

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

This div background color is #f29bb8


#f29bb8 Border Color

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

This div border color is #f29bb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f29bb8

#f29bb8 Color Palettes


Comments

No comments written yet.

Please login to write comment.