Shades of Tidal #F1FB98
Tints of Tidal #F1FB98
RGB
CMYK
RGB Variations
Color information
#F1FB98 (or 0xF1FB98) is known color: Tidal. HEX triplet: F1, FB and 98. RGB value is (241,251,152). Sum of RGB (Red+Green+Blue) = 241+251+152=644 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.42% from 644); Green value is 251 (98.44% from 255 or 38.98% from 644); Blue value is 152 (59.77% from 255 or 23.60% from 644); Max value from RGB is 251 - color contains mainly: green. Hex color #F1FB98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FB98 is #0E0467. Grayscale: #EDEDED. Windows color (decimal): -918632 or 10025969. OLE color: 10025969.
HSL color Cylindrical-coordinate representation of color #F1FB98: hue angle of 66.06º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F1FB98 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 251 | 152 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.02 |
| HSL | 66.06º | 0.93% | 0.79% | - |
| HSV(B) | 66.06º | 0.39% | 0.98% | - |
| XYZ | 76.44 | 89.96 | 43.04 | - |
| YUV | 236.72 | 80.19 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 251 | 152 | 0.04 | 0 | 0.39 | 0.02 | 66.06 | 0.93 | 0.79 |
| Hex | F1 | FB | 98 | 4 | 0 | 27 | 2 | 42 | 5D | 4F |
| Octal | 361 | 373 | 230 | 4 | 0 | 47 | 2 | 102 | 135 | 117 |
| Binary | 11110001 | 11111011 | 10011000 | 100 | 0 | 100111 | 10 | 1000010 | 1011101 | 1001111 |
Color Harmonies of #F1FB98
Complementary color
Monochromatic Colors of #F1FB98
Black with #F1FB98
Text Example
Text Example
White with #F1FB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FB98; }
p { color: rgb(241,251,152); }
H1.HeaderClassName
{
color: #F1FB98;
}
.AnyTagClassName
{
color: #F1FB98;
}
</style>
background-color css
<style>
a { background-color: #F1FB98; }
a { background-color: rgb(241,251,152); }
div.DivClassName
{
background-color: #F1FB98;
}
.BgClassName
{
background-color: #F1FB98;
}
</style>
border-color css
<style>
span { border-color: #F1FB98; }
span { border-color: rgb(241,251,152); }
td.TdClassName
{
border-color: #F1FB98;
}
.TagClassName
{
border-color: #F1FB98;
}
</style>