Color spaces of #f286ac
RGB | 242 | 134 | 172 |
---|---|---|---|
HSL | 0.94 | 0.81 | 0.74 |
HSV | 339° | 45° | 95° |
CMYK | 0.00 | 0.45 | 0.29 0.05 |
XYZ | 52.5894 | 38.9060 | 43.7676 |
Yxy | 38.9060 | 0.3888 | 0.2876 |
Hunter Lab | 62.3747 | 41.3414 | 2.0592 |
CIE-Lab | 68.6831 | 45.4646 | -1.5973 |
#f286ac color RGB value is (242,134,172).
#f286ac hex color red value is 242, green value is 134 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f286ac hue: 0.94 , saturation: 0.81 and the lightness value of f286ac is 0.74.
The process color (four color CMYK) of #f286ac color hex is 0.00, 0.45, 0.29, 0.05. Web safe color of #f286ac is #ff9999. Color #f286ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110010 | 10000110 | 10101100 |
Octal | 362 | 206 | 254 |
Decimal | 242 | 134 | 172 |
Hex | F2 | 86 | AC |
Shades of #f286ac
Tints of #f286ac
RGB Percentages of Color #f286ac
CMYK Percentages of Color #f286ac
Complementary Color
#f286ac | #86f2cc |
#f286ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f286ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#f286ac Color CSS Codes
.mybgcolor {background-color:#f286ac; } .myforecolor {color:#f286ac; } .mybordercolor {border:3px solid #f286ac; }
#f286ac Text Font Color
<p style="color:#f286ac">Text here</p>
This sample text font color is #f286ac
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.
#f286ac Background Color
<div style="background-color:#f286ac">
Div content here</div>
This div background color is #f286ac
#f286ac Border Color
<div style="border:3px solid #f286ac">
Div here</div>
This div border color is #f286ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(242,134,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f286ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f286ac; -webkit-box-shadow: 1px 1px 3px 2px #f286ac; box-shadow: 1px 1px 3px 2px #f286ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(242,134,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f286ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f286ac; -webkit-box-shadow: 1px 1px 3px 2px #f286ac; box-shadow: 1px 1px 3px 2px #f286ac;">
Div content here</div>
This div box has shadow with color #f286ac
#f286ac Color Palettes
Comments
No comments written yet.
Please login to write comment.