Shades of Tidal #FAFF8A
Tints of Tidal #FAFF8A
RGB
CMYK
RGB Variations
Color information
#FAFF8A (or 0xFAFF8A) is known color: Tidal. HEX triplet: FA, FF and 8A. RGB value is (250,255,138). Sum of RGB (Red+Green+Blue) = 250+255+138=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 138 (54.30% from 255 or 21.46% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFF8A is #050075. Grayscale: #F0F0F0. Windows color (decimal): -327798 or 9109498. OLE color: 9109498.
HSL color Cylindrical-coordinate representation of color #FAFF8A: hue angle of 62.56º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FAFF8A is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 138 | - |
| CMYK | 0.02 | 0 | 0.46 | 0 |
| HSL | 62.56º | 1% | 0.77% | - |
| HSV(B) | 62.56º | 0.46% | 1% | - |
| XYZ | 79.77 | 93.68 | 37.92 | - |
| YUV | 240.17 | 70.34 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 138 | 0.02 | 0 | 0.46 | 0 | 62.56 | 1 | 0.77 |
| Hex | FA | FF | 8A | 2 | 0 | 2E | 0 | 3F | 64 | 4D |
| Octal | 372 | 377 | 212 | 2 | 0 | 56 | 0 | 77 | 144 | 115 |
| Binary | 11111010 | 11111111 | 10001010 | 10 | 0 | 101110 | 0 | 111111 | 1100100 | 1001101 |
Color Harmonies of #FAFF8A
Complementary color
Monochromatic Colors of #FAFF8A
Black with #FAFF8A
Text Example
Text Example
White with #FAFF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF8A; }
p { color: rgb(250,255,138); }
H1.HeaderClassName
{
color: #FAFF8A;
}
.AnyTagClassName
{
color: #FAFF8A;
}
</style>
background-color css
<style>
a { background-color: #FAFF8A; }
a { background-color: rgb(250,255,138); }
div.DivClassName
{
background-color: #FAFF8A;
}
.BgClassName
{
background-color: #FAFF8A;
}
</style>
border-color css
<style>
span { border-color: #FAFF8A; }
span { border-color: rgb(250,255,138); }
td.TdClassName
{
border-color: #FAFF8A;
}
.TagClassName
{
border-color: #FAFF8A;
}
</style>