Color spaces of #f29ac9
RGB | 242 | 154 | 201 |
---|---|---|---|
HSL | 0.91 | 0.77 | 0.78 |
HSV | 328° | 36° | 95° |
CMYK | 0.00 | 0.36 | 0.17 0.05 |
XYZ | 58.7162 | 46.2055 | 61.0822 |
Yxy | 46.2055 | 0.3537 | 0.2783 |
Hunter Lab | 67.9746 | 35.2320 | -5.6959 |
CIE-Lab | 73.6787 | 39.2908 | -10.3300 |
#f29ac9 color RGB value is (242,154,201).
#f29ac9 hex color red value is 242, green value is 154 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #f29ac9 hue: 0.91 , saturation: 0.77 and the lightness value of f29ac9 is 0.78.
The process color (four color CMYK) of #f29ac9 color hex is 0.00, 0.36, 0.17, 0.05. Web safe color of #f29ac9 is #ff99cc. Color #f29ac9 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110010 | 10011010 | 11001001 |
Octal | 362 | 232 | 311 |
Decimal | 242 | 154 | 201 |
Hex | F2 | 9A | C9 |
Shades of #f29ac9
Tints of #f29ac9
RGB Percentages of Color #f29ac9
CMYK Percentages of Color #f29ac9
Complementary Color
#f29ac9 | #9af2c3 |
#f29ac9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f29ac9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f29ac9 Color CSS Codes
.mybgcolor {background-color:#f29ac9; } .myforecolor {color:#f29ac9; } .mybordercolor {border:3px solid #f29ac9; }
#f29ac9 Text Font Color
<p style="color:#f29ac9">Text here</p>
This sample text font color is #f29ac9
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.
#f29ac9 Background Color
<div style="background-color:#f29ac9">
Div content here</div>
This div background color is #f29ac9
#f29ac9 Border Color
<div style="border:3px solid #f29ac9">
Div here</div>
This div border color is #f29ac9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(242,154,201, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f29ac9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f29ac9; -webkit-box-shadow: 1px 1px 3px 2px #f29ac9; box-shadow: 1px 1px 3px 2px #f29ac9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(242,154,201, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f29ac9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f29ac9; -webkit-box-shadow: 1px 1px 3px 2px #f29ac9; box-shadow: 1px 1px 3px 2px #f29ac9;">
Div content here</div>
This div box has shadow with color #f29ac9
Comments
No comments written yet.
Please login to write comment.