Color spaces of #f68aaa
RGB | 246 | 138 | 170 |
---|---|---|---|
HSL | 0.95 | 0.86 | 0.75 |
HSV | 342° | 44° | 96° |
CMYK | 0.00 | 0.44 | 0.31 0.04 |
XYZ | 54.3502 | 40.6721 | 43.0161 |
Yxy | 40.6721 | 0.3937 | 0.2946 |
Hunter Lab | 63.7747 | 40.5160 | 4.6511 |
CIE-Lab | 69.9456 | 44.5540 | 1.4290 |
#f68aaa color RGB value is (246,138,170).
#f68aaa hex color red value is 246, green value is 138 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f68aaa hue: 0.95 , saturation: 0.86 and the lightness value of f68aaa is 0.75.
The process color (four color CMYK) of #f68aaa color hex is 0.00, 0.44, 0.31, 0.04. Web safe color of #f68aaa is #ff9999. Color #f68aaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110110 | 10001010 | 10101010 |
Octal | 366 | 212 | 252 |
Decimal | 246 | 138 | 170 |
Hex | F6 | 8A | AA |
Shades of #f68aaa
Tints of #f68aaa
RGB Percentages of Color #f68aaa
CMYK Percentages of Color #f68aaa
Complementary Color
#f68aaa | #8af6d6 |
#f68aaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f68aaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#f68aaa Color CSS Codes
.mybgcolor {background-color:#f68aaa; } .myforecolor {color:#f68aaa; } .mybordercolor {border:3px solid #f68aaa; }
#f68aaa Text Font Color
<p style="color:#f68aaa">Text here</p>
This sample text font color is #f68aaa
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.
#f68aaa Background Color
<div style="background-color:#f68aaa">
Div content here</div>
This div background color is #f68aaa
#f68aaa Border Color
<div style="border:3px solid #f68aaa">
Div here</div>
This div border color is #f68aaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(246,138,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f68aaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f68aaa; -webkit-box-shadow: 1px 1px 3px 2px #f68aaa; box-shadow: 1px 1px 3px 2px #f68aaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(246,138,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f68aaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f68aaa; -webkit-box-shadow: 1px 1px 3px 2px #f68aaa; box-shadow: 1px 1px 3px 2px #f68aaa;">
Div content here</div>
This div box has shadow with color #f68aaa
Comments
No comments written yet.
Please login to write comment.