Shades of Tidal #FBFF82
Tints of Tidal #FBFF82
RGB
CMYK
RGB Variations
Color information
#FBFF82 (or 0xFBFF82) is known color: Tidal. HEX triplet: FB, FF and 82. RGB value is (251,255,130). Sum of RGB (Red+Green+Blue) = 251+255+130=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 130 (51.17% from 255 or 20.44% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFF82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFF82 is #04007D. Grayscale: #F0F0F0. Windows color (decimal): -262270 or 8585211. OLE color: 8585211.
HSL color Cylindrical-coordinate representation of color #FBFF82: hue angle of 61.92º 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 #FBFF82 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 255 | 130 | - |
| CMYK | 0.02 | 0 | 0.49 | 0 |
| HSL | 61.92º | 1% | 0.75% | - |
| HSV(B) | 61.92º | 0.49% | 1% | - |
| XYZ | 79.57 | 93.64 | 35 | - |
| YUV | 239.55 | 66.17 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 255 | 130 | 0.02 | 0 | 0.49 | 0 | 61.92 | 1 | 0.75 |
| Hex | FB | FF | 82 | 2 | 0 | 31 | 0 | 3E | 64 | 4B |
| Octal | 373 | 377 | 202 | 2 | 0 | 61 | 0 | 76 | 144 | 113 |
| Binary | 11111011 | 11111111 | 10000010 | 10 | 0 | 110001 | 0 | 111110 | 1100100 | 1001011 |
Color Harmonies of #FBFF82
Complementary color
Monochromatic Colors of #FBFF82
Black with #FBFF82
Text Example
Text Example
White with #FBFF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFF82; }
p { color: rgb(251,255,130); }
H1.HeaderClassName
{
color: #FBFF82;
}
.AnyTagClassName
{
color: #FBFF82;
}
</style>
background-color css
<style>
a { background-color: #FBFF82; }
a { background-color: rgb(251,255,130); }
div.DivClassName
{
background-color: #FBFF82;
}
.BgClassName
{
background-color: #FBFF82;
}
</style>
border-color css
<style>
span { border-color: #FBFF82; }
span { border-color: rgb(251,255,130); }
td.TdClassName
{
border-color: #FBFF82;
}
.TagClassName
{
border-color: #FBFF82;
}
</style>