Color spaces of #f2aaad
RGB | 242 | 170 | 173 |
---|---|---|---|
HSL | 0.99 | 0.73 | 0.81 |
HSV | 358° | 30° | 95° |
CMYK | 0.00 | 0.30 | 0.29 0.05 |
XYZ | 58.5355 | 50.6438 | 46.2252 |
Yxy | 50.6438 | 0.3767 | 0.3259 |
Hunter Lab | 71.1645 | 22.2853 | 11.3030 |
CIE-Lab | 76.4627 | 26.8532 | 9.1033 |
#f2aaad color RGB value is (242,170,173).
#f2aaad hex color red value is 242, green value is 170 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f2aaad hue: 0.99 , saturation: 0.73 and the lightness value of f2aaad is 0.81.
The process color (four color CMYK) of #f2aaad color hex is 0.00, 0.30, 0.29, 0.05. Web safe color of #f2aaad is #ff9999. Color #f2aaad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110010 | 10101010 | 10101101 |
Octal | 362 | 252 | 255 |
Decimal | 242 | 170 | 173 |
Hex | F2 | AA | AD |
Shades of #f2aaad
Tints of #f2aaad
RGB Percentages of Color #f2aaad
CMYK Percentages of Color #f2aaad
Complementary Color
#f2aaad | #aaf2ef |
#f2aaad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f2aaad Color Preview on White Background
Lorem ipsum dolor sit amet.
#f2aaad Color CSS Codes
.mybgcolor {background-color:#f2aaad; } .myforecolor {color:#f2aaad; } .mybordercolor {border:3px solid #f2aaad; }
#f2aaad Text Font Color
<p style="color:#f2aaad">Text here</p>
This sample text font color is #f2aaad
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.
#f2aaad Background Color
<div style="background-color:#f2aaad">
Div content here</div>
This div background color is #f2aaad
#f2aaad Border Color
<div style="border:3px solid #f2aaad">
Div here</div>
This div border color is #f2aaad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(242,170,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f2aaad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f2aaad; -webkit-box-shadow: 1px 1px 3px 2px #f2aaad; box-shadow: 1px 1px 3px 2px #f2aaad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(242,170,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f2aaad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f2aaad; -webkit-box-shadow: 1px 1px 3px 2px #f2aaad; box-shadow: 1px 1px 3px 2px #f2aaad;">
Div content here</div>
This div box has shadow with color #f2aaad
Comments
No comments written yet.
Please login to write comment.