In a RGB color space, #ffffaa hex color (also known as Ginger Lemon Tea) is composed of 100% red, 100% green and 66.7% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 0% magenta, 33.3% yellow and 0% black. It has a hue angle of 60 degrees, a saturation of 100% and a lightness of 83.3%. #ffffaa color hex could be obtained by blending #ffffff with #ffff55. Closest websafe color is: #ffff99.
The hexadecimal color #ffffaa has RGB values of R:255, G:255, B:170 and CMYK values of C:0, M:0, Y:0.33, K:0. Its decimal value is 16777130.
Hex triplet | ffffaa | #ffffaa |
RGB Decimal | 255, 255, 170 | rgb(255,255,170) |
RGB Percent | 100, 100, 66.7 | rgb(100%,100%,66.7%) |
CMYK | 0, 0, 33.3, 0 | |
HSL | 60°, 100, 83.3 | hsl(60,100%,83.3%) |
HSV(HSB) | 60°, 33.3, 100 | |
Web Safe | ffff99 | #ff9 |
XYZ | 84.256, 95.682, 52.058 |
xyY | 0.363, 0.412, 95.682 |
CIE-LAB | 98.306, -12.385, 40.69 |
CIE-LCH | 98.306, 42.533, 106.929 |
CIE-LUV | 98.306, 4.202, 58.242 |
Hunter-Lab | 97.817, -17.428, 36.918 |
Binary | 11111111, 11111111, 10101010 |
Below, you can see some colors close to #ffffaa. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #ffffaa.
<span style="color:#ffffaa">Text here</span>
This paragraph has a background color of #ffffaa.
<p style="background-color:#ffffaa;">Content here</p>
This element has a border color of #ffffaa.
<div style="border:1px #ffffaa;">Content here</div>
.text {color:#ffffaa;}
.background {background-color:#ffffaa;}
.border {border:1px solid #ffffaa;}
.text-shadow {border:1px solid #ffffaa;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000000 is the darkest color, while #ffffea is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #d5d5d4 is the less saturated color, while #fbfbae is the most saturated one.