Color spaces of #f29bec
RGB | 242 | 155 | 236 |
---|---|---|---|
HSL | 0.84 | 0.77 | 0.78 |
HSV | 304° | 36° | 95° |
CMYK | 0.00 | 0.36 | 0.02 0.05 |
XYZ | 63.4796 | 48.3761 | 85.3487 |
Yxy | 48.3761 | 0.3219 | 0.2453 |
Hunter Lab | 69.5529 | 41.1958 | -24.0680 |
CIE-Lab | 75.0615 | 44.5476 | -27.4036 |
#f29bec color RGB value is (242,155,236).
#f29bec hex color red value is 242, green value is 155 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f29bec hue: 0.84 , saturation: 0.77 and the lightness value of f29bec is 0.78.
The process color (four color CMYK) of #f29bec color hex is 0.00, 0.36, 0.02, 0.05. Web safe color of #f29bec is #ff99ff. Color #f29bec contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110010 | 10011011 | 11101100 |
Octal | 362 | 233 | 354 |
Decimal | 242 | 155 | 236 |
Hex | F2 | 9B | EC |
Shades of #f29bec
Tints of #f29bec
RGB Percentages of Color #f29bec
CMYK Percentages of Color #f29bec
Complementary Color
#f29bec | #9bf2a1 |
#f29bec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f29bec Color Preview on White Background
Lorem ipsum dolor sit amet.
#f29bec Color CSS Codes
.mybgcolor {background-color:#f29bec; } .myforecolor {color:#f29bec; } .mybordercolor {border:3px solid #f29bec; }
#f29bec Text Font Color
<p style="color:#f29bec">Text here</p>
This sample text font color is #f29bec
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.
#f29bec Background Color
<div style="background-color:#f29bec">
Div content here</div>
This div background color is #f29bec
#f29bec Border Color
<div style="border:3px solid #f29bec">
Div here</div>
This div border color is #f29bec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(242,155,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f29bec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f29bec; -webkit-box-shadow: 1px 1px 3px 2px #f29bec; box-shadow: 1px 1px 3px 2px #f29bec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(242,155,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f29bec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f29bec; -webkit-box-shadow: 1px 1px 3px 2px #f29bec; box-shadow: 1px 1px 3px 2px #f29bec;">
Div content here</div>
This div box has shadow with color #f29bec
Comments
No comments written yet.
Please login to write comment.