Shades of Tidal #F0FE96
Tints of Tidal #F0FE96
RGB
CMYK
RGB Variations
Color information
#F0FE96 (or 0xF0FE96) is known color: Tidal. HEX triplet: F0, FE and 96. RGB value is (240,254,150). Sum of RGB (Red+Green+Blue) = 240+254+150=644 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.27% from 644); Green value is 254 (99.61% from 255 or 39.44% from 644); Blue value is 150 (58.98% from 255 or 23.29% from 644); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FE96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FE96 is #0F0169. Grayscale: #EEEEEE. Windows color (decimal): -983402 or 9895664. OLE color: 9895664.
HSL color Cylindrical-coordinate representation of color #F0FE96: hue angle of 68.08º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F0FE96 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 150 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.00 |
| HSL | 68.08º | 0.98% | 0.79% | - |
| HSV(B) | 68.08º | 0.41% | 1% | - |
| XYZ | 76.88 | 91.61 | 42.48 | - |
| YUV | 237.96 | 78.36 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 150 | 0.06 | 0 | 0.41 | 0.00 | 68.08 | 0.98 | 0.79 |
| Hex | F0 | FE | 96 | 6 | 0 | 29 | 0 | 44 | 62 | 4F |
| Octal | 360 | 376 | 226 | 6 | 0 | 51 | 0 | 104 | 142 | 117 |
| Binary | 11110000 | 11111110 | 10010110 | 110 | 0 | 101001 | 0 | 1000100 | 1100010 | 1001111 |
Color Harmonies of #F0FE96
Complementary color
Monochromatic Colors of #F0FE96
Black with #F0FE96
Text Example
Text Example
White with #F0FE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FE96; }
p { color: rgb(240,254,150); }
H1.HeaderClassName
{
color: #F0FE96;
}
.AnyTagClassName
{
color: #F0FE96;
}
</style>
background-color css
<style>
a { background-color: #F0FE96; }
a { background-color: rgb(240,254,150); }
div.DivClassName
{
background-color: #F0FE96;
}
.BgClassName
{
background-color: #F0FE96;
}
</style>
border-color css
<style>
span { border-color: #F0FE96; }
span { border-color: rgb(240,254,150); }
td.TdClassName
{
border-color: #F0FE96;
}
.TagClassName
{
border-color: #F0FE96;
}
</style>