Color spaces of #f5faaf
RGB | 245 | 250 | 175 |
---|---|---|---|
HSL | 0.18 | 0.88 | 0.83 |
HSV | 64° | 30° | 98° |
CMYK | 0.02 | 0.00 | 0.30 0.02 |
XYZ | 79.5797 | 90.8788 | 53.9045 |
Yxy | 90.8788 | 0.3547 | 0.4051 |
Hunter Lab | 95.3304 | -17.8203 | 33.2058 |
CIE-Lab | 96.3601 | -13.0537 | 35.5079 |
#f5faaf color RGB value is (245,250,175).
#f5faaf hex color red value is 245, green value is 250 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f5faaf hue: 0.18 , saturation: 0.88 and the lightness value of f5faaf is 0.83.
The process color (four color CMYK) of #f5faaf color hex is 0.02, 0.00, 0.30, 0.02. Web safe color of #f5faaf is #ffff99. Color #f5faaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 11111010 | 10101111 |
Octal | 365 | 372 | 257 |
Decimal | 245 | 250 | 175 |
Hex | F5 | FA | AF |
Shades of #f5faaf
Tints of #f5faaf
RGB Percentages of Color #f5faaf
CMYK Percentages of Color #f5faaf
Complementary Color
#f5faaf | #b4affa |
#f5faaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f5faaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#f5faaf Color CSS Codes
.mybgcolor {background-color:#f5faaf; } .myforecolor {color:#f5faaf; } .mybordercolor {border:3px solid #f5faaf; }
#f5faaf Text Font Color
<p style="color:#f5faaf">Text here</p>
This sample text font color is #f5faaf
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.
#f5faaf Background Color
<div style="background-color:#f5faaf">
Div content here</div>
This div background color is #f5faaf
#f5faaf Border Color
<div style="border:3px solid #f5faaf">
Div here</div>
This div border color is #f5faaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,250,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f5faaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f5faaf; -webkit-box-shadow: 1px 1px 3px 2px #f5faaf; box-shadow: 1px 1px 3px 2px #f5faaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,250,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 #f5faaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f5faaf; -webkit-box-shadow: 1px 1px 3px 2px #f5faaf; box-shadow: 1px 1px 3px 2px #f5faaf;">
Div content here</div>
This div box has shadow with color #f5faaf
Related Colors
Comments
No comments written yet.
Please login to write comment.