Color spaces of #f8aaaf
RGB | 248 | 170 | 175 |
---|---|---|---|
HSL | 0.99 | 0.85 | 0.82 |
HSV | 356° | 31° | 97° |
CMYK | 0.00 | 0.31 | 0.29 0.03 |
XYZ | 60.8240 | 51.8011 | 47.3503 |
Yxy | 51.8011 | 0.3802 | 0.3238 |
Hunter Lab | 71.9730 | 24.8967 | 11.3748 |
CIE-Lab | 77.1618 | 29.3133 | 9.0987 |
#f8aaaf color RGB value is (248,170,175).
#f8aaaf hex color red value is 248, green value is 170 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f8aaaf hue: 0.99 , saturation: 0.85 and the lightness value of f8aaaf is 0.82.
The process color (four color CMYK) of #f8aaaf color hex is 0.00, 0.31, 0.29, 0.03. Web safe color of #f8aaaf is #ff9999. Color #f8aaaf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 10101010 | 10101111 |
Octal | 370 | 252 | 257 |
Decimal | 248 | 170 | 175 |
Hex | F8 | AA | AF |
Shades of #f8aaaf
Tints of #f8aaaf
RGB Percentages of Color #f8aaaf
CMYK Percentages of Color #f8aaaf
Complementary Color
#f8aaaf | #aaf8f3 |
#f8aaaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f8aaaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#f8aaaf Color CSS Codes
.mybgcolor {background-color:#f8aaaf; } .myforecolor {color:#f8aaaf; } .mybordercolor {border:3px solid #f8aaaf; }
#f8aaaf Text Font Color
<p style="color:#f8aaaf">Text here</p>
This sample text font color is #f8aaaf
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.
#f8aaaf Background Color
<div style="background-color:#f8aaaf">
Div content here</div>
This div background color is #f8aaaf
#f8aaaf Border Color
<div style="border:3px solid #f8aaaf">
Div here</div>
This div border color is #f8aaaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,170,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f8aaaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f8aaaf; -webkit-box-shadow: 1px 1px 3px 2px #f8aaaf; box-shadow: 1px 1px 3px 2px #f8aaaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,170,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f8aaaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f8aaaf; -webkit-box-shadow: 1px 1px 3px 2px #f8aaaf; box-shadow: 1px 1px 3px 2px #f8aaaf;">
Div content here</div>
This div box has shadow with color #f8aaaf
Comments
No comments written yet.
Please login to write comment.