Color spaces of #f29bbd
RGB | 242 | 155 | 189 |
---|---|---|---|
HSL | 0.93 | 0.77 | 0.78 |
HSV | 337° | 36° | 95° |
CMYK | 0.00 | 0.36 | 0.22 0.05 |
XYZ | 57.5246 | 45.9941 | 53.9900 |
Yxy | 45.9941 | 0.3652 | 0.2920 |
Hunter Lab | 67.8190 | 32.7220 | 0.2731 |
CIE-Lab | 73.5417 | 36.9808 | -3.9178 |
#f29bbd color RGB value is (242,155,189).
#f29bbd hex color red value is 242, green value is 155 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f29bbd hue: 0.93 , saturation: 0.77 and the lightness value of f29bbd is 0.78.
The process color (four color CMYK) of #f29bbd color hex is 0.00, 0.36, 0.22, 0.05. Web safe color of #f29bbd is #ff99cc. Color #f29bbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110010 | 10011011 | 10111101 |
Octal | 362 | 233 | 275 |
Decimal | 242 | 155 | 189 |
Hex | F2 | 9B | BD |
Shades of #f29bbd
Tints of #f29bbd
RGB Percentages of Color #f29bbd
CMYK Percentages of Color #f29bbd
Complementary Color
#f29bbd | #9bf2d0 |
#f29bbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f29bbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#f29bbd Color CSS Codes
.mybgcolor {background-color:#f29bbd; } .myforecolor {color:#f29bbd; } .mybordercolor {border:3px solid #f29bbd; }
#f29bbd Text Font Color
<p style="color:#f29bbd">Text here</p>
This sample text font color is #f29bbd
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.
#f29bbd Background Color
<div style="background-color:#f29bbd">
Div content here</div>
This div background color is #f29bbd
#f29bbd Border Color
<div style="border:3px solid #f29bbd">
Div here</div>
This div border color is #f29bbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(242,155,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f29bbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f29bbd; -webkit-box-shadow: 1px 1px 3px 2px #f29bbd; box-shadow: 1px 1px 3px 2px #f29bbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(242,155,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 #f29bbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f29bbd; -webkit-box-shadow: 1px 1px 3px 2px #f29bbd; box-shadow: 1px 1px 3px 2px #f29bbd;">
Div content here</div>
This div box has shadow with color #f29bbd
Comments
No comments written yet.
Please login to write comment.