Color spaces of #f29fcd
RGB | 242 | 159 | 205 |
---|---|---|---|
HSL | 0.91 | 0.76 | 0.79 |
HSV | 327° | 34° | 95° |
CMYK | 0.00 | 0.34 | 0.15 0.05 |
XYZ | 60.0355 | 48.0813 | 63.8740 |
Yxy | 48.0813 | 0.3491 | 0.2796 |
Hunter Lab | 69.3407 | 33.2000 | -6.0772 |
CIE-Lab | 74.8762 | 37.2949 | -10.7410 |
#f29fcd color RGB value is (242,159,205).
#f29fcd hex color red value is 242, green value is 159 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f29fcd hue: 0.91 , saturation: 0.76 and the lightness value of f29fcd is 0.79.
The process color (four color CMYK) of #f29fcd color hex is 0.00, 0.34, 0.15, 0.05. Web safe color of #f29fcd is #ff99cc. Color #f29fcd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110010 | 10011111 | 11001101 |
Octal | 362 | 237 | 315 |
Decimal | 242 | 159 | 205 |
Hex | F2 | 9F | CD |
Shades of #f29fcd
Tints of #f29fcd
RGB Percentages of Color #f29fcd
CMYK Percentages of Color #f29fcd
Complementary Color
#f29fcd | #9ff2c4 |
#f29fcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f29fcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#f29fcd Color CSS Codes
.mybgcolor {background-color:#f29fcd; } .myforecolor {color:#f29fcd; } .mybordercolor {border:3px solid #f29fcd; }
#f29fcd Text Font Color
<p style="color:#f29fcd">Text here</p>
This sample text font color is #f29fcd
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.
#f29fcd Background Color
<div style="background-color:#f29fcd">
Div content here</div>
This div background color is #f29fcd
#f29fcd Border Color
<div style="border:3px solid #f29fcd">
Div here</div>
This div border color is #f29fcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(242,159,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f29fcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f29fcd; -webkit-box-shadow: 1px 1px 3px 2px #f29fcd; box-shadow: 1px 1px 3px 2px #f29fcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(242,159,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f29fcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f29fcd; -webkit-box-shadow: 1px 1px 3px 2px #f29fcd; box-shadow: 1px 1px 3px 2px #f29fcd;">
Div content here</div>
This div box has shadow with color #f29fcd
#f29fcd Color Palettes
Comments
No comments written yet.
Please login to write comment.