Shades of Tidal #FAFF81
Tints of Tidal #FAFF81
RGB
CMYK
RGB Variations
Color information
#FAFF81 (or 0xFAFF81) is known color: Tidal. HEX triplet: FA, FF and 81. RGB value is (250,255,129). Sum of RGB (Red+Green+Blue) = 250+255+129=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 129 (50.78% from 255 or 20.35% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFF81 is #05007E. Grayscale: #EFEFEF. Windows color (decimal): -327807 or 8519674. OLE color: 8519674.
HSL color Cylindrical-coordinate representation of color #FAFF81: hue angle of 62.38º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FAFF81 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 129 | - |
| CMYK | 0.02 | 0 | 0.49 | 0 |
| HSL | 62.38º | 1% | 0.75% | - |
| HSV(B) | 62.38º | 0.49% | 1% | - |
| XYZ | 79.15 | 93.43 | 34.63 | - |
| YUV | 239.14 | 65.84 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 129 | 0.02 | 0 | 0.49 | 0 | 62.38 | 1 | 0.75 |
| Hex | FA | FF | 81 | 2 | 0 | 31 | 0 | 3E | 64 | 4B |
| Octal | 372 | 377 | 201 | 2 | 0 | 61 | 0 | 76 | 144 | 113 |
| Binary | 11111010 | 11111111 | 10000001 | 10 | 0 | 110001 | 0 | 111110 | 1100100 | 1001011 |
Color Harmonies of #FAFF81
Complementary color
Monochromatic Colors of #FAFF81
Black with #FAFF81
Text Example
Text Example
White with #FAFF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF81; }
p { color: rgb(250,255,129); }
H1.HeaderClassName
{
color: #FAFF81;
}
.AnyTagClassName
{
color: #FAFF81;
}
</style>
background-color css
<style>
a { background-color: #FAFF81; }
a { background-color: rgb(250,255,129); }
div.DivClassName
{
background-color: #FAFF81;
}
.BgClassName
{
background-color: #FAFF81;
}
</style>
border-color css
<style>
span { border-color: #FAFF81; }
span { border-color: rgb(250,255,129); }
td.TdClassName
{
border-color: #FAFF81;
}
.TagClassName
{
border-color: #FAFF81;
}
</style>