Shades of Tidal #F1FB9B
Tints of Tidal #F1FB9B
RGB
CMYK
RGB Variations
Color information
#F1FB9B (or 0xF1FB9B) is known color: Tidal. HEX triplet: F1, FB and 9B. RGB value is (241,251,155). Sum of RGB (Red+Green+Blue) = 241+251+155=647 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.25% from 647); Green value is 251 (98.44% from 255 or 38.79% from 647); Blue value is 155 (60.94% from 255 or 23.96% from 647); Max value from RGB is 251 - color contains mainly: green. Hex color #F1FB9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FB9B is #0E0464. Grayscale: #EDEDED. Windows color (decimal): -918629 or 10222577. OLE color: 10222577.
HSL color Cylindrical-coordinate representation of color #F1FB9B: hue angle of 66.25º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F1FB9B is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 251 | 155 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.02 |
| HSL | 66.25º | 0.92% | 0.8% | - |
| HSV(B) | 66.25º | 0.38% | 0.98% | - |
| XYZ | 76.69 | 90.06 | 44.35 | - |
| YUV | 237.07 | 81.69 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 251 | 155 | 0.04 | 0 | 0.38 | 0.02 | 66.25 | 0.92 | 0.8 |
| Hex | F1 | FB | 9B | 4 | 0 | 26 | 2 | 42 | 5C | 50 |
| Octal | 361 | 373 | 233 | 4 | 0 | 46 | 2 | 102 | 134 | 120 |
| Binary | 11110001 | 11111011 | 10011011 | 100 | 0 | 100110 | 10 | 1000010 | 1011100 | 1010000 |
Color Harmonies of #F1FB9B
Complementary color
Monochromatic Colors of #F1FB9B
Black with #F1FB9B
Text Example
Text Example
White with #F1FB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FB9B; }
p { color: rgb(241,251,155); }
H1.HeaderClassName
{
color: #F1FB9B;
}
.AnyTagClassName
{
color: #F1FB9B;
}
</style>
background-color css
<style>
a { background-color: #F1FB9B; }
a { background-color: rgb(241,251,155); }
div.DivClassName
{
background-color: #F1FB9B;
}
.BgClassName
{
background-color: #F1FB9B;
}
</style>
border-color css
<style>
span { border-color: #F1FB9B; }
span { border-color: rgb(241,251,155); }
td.TdClassName
{
border-color: #F1FB9B;
}
.TagClassName
{
border-color: #F1FB9B;
}
</style>