Shades of Tidal #F0FB93
Tints of Tidal #F0FB93
RGB
CMYK
RGB Variations
Color information
#F0FB93 (or 0xF0FB93) is known color: Tidal. HEX triplet: F0, FB and 93. RGB value is (240,251,147). Sum of RGB (Red+Green+Blue) = 240+251+147=638 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.62% from 638); Green value is 251 (98.44% from 255 or 39.34% from 638); Blue value is 147 (57.81% from 255 or 23.04% from 638); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FB93 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FB93 is #0F046C. Grayscale: #ECECEC. Windows color (decimal): -984173 or 9698288. OLE color: 9698288.
HSL color Cylindrical-coordinate representation of color #F0FB93: hue angle of 66.35º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F0FB93 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 251 | 147 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.02 |
| HSL | 66.35º | 0.93% | 0.78% | - |
| HSV(B) | 66.35º | 0.41% | 0.98% | - |
| XYZ | 75.7 | 89.63 | 40.91 | - |
| YUV | 235.86 | 77.86 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 251 | 147 | 0.04 | 0 | 0.41 | 0.02 | 66.35 | 0.93 | 0.78 |
| Hex | F0 | FB | 93 | 4 | 0 | 29 | 2 | 42 | 5D | 4E |
| Octal | 360 | 373 | 223 | 4 | 0 | 51 | 2 | 102 | 135 | 116 |
| Binary | 11110000 | 11111011 | 10010011 | 100 | 0 | 101001 | 10 | 1000010 | 1011101 | 1001110 |
Color Harmonies of #F0FB93
Complementary color
Monochromatic Colors of #F0FB93
Black with #F0FB93
Text Example
Text Example
White with #F0FB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FB93; }
p { color: rgb(240,251,147); }
H1.HeaderClassName
{
color: #F0FB93;
}
.AnyTagClassName
{
color: #F0FB93;
}
</style>
background-color css
<style>
a { background-color: #F0FB93; }
a { background-color: rgb(240,251,147); }
div.DivClassName
{
background-color: #F0FB93;
}
.BgClassName
{
background-color: #F0FB93;
}
</style>
border-color css
<style>
span { border-color: #F0FB93; }
span { border-color: rgb(240,251,147); }
td.TdClassName
{
border-color: #F0FB93;
}
.TagClassName
{
border-color: #F0FB93;
}
</style>