Shades of Tidal #F0FC8E
Tints of Tidal #F0FC8E
RGB
CMYK
RGB Variations
Color information
#F0FC8E (or 0xF0FC8E) is known color: Tidal. HEX triplet: F0, FC and 8E. RGB value is (240,252,142). Sum of RGB (Red+Green+Blue) = 240+252+142=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 252 (98.83% from 255 or 39.75% from 634); Blue value is 142 (55.86% from 255 or 22.40% from 634); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FC8E is #0F0371. Grayscale: #ECECEC. Windows color (decimal): -983922 or 9370864. OLE color: 9370864.
HSL color Cylindrical-coordinate representation of color #F0FC8E: hue angle of 66.55º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F0FC8E is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 142 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.01 |
| HSL | 66.55º | 0.95% | 0.77% | - |
| HSV(B) | 66.55º | 0.44% | 0.99% | - |
| XYZ | 75.63 | 90.1 | 39 | - |
| YUV | 235.87 | 75.02 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 142 | 0.05 | 0 | 0.44 | 0.01 | 66.55 | 0.95 | 0.77 |
| Hex | F0 | FC | 8E | 5 | 0 | 2C | 1 | 43 | 5F | 4D |
| Octal | 360 | 374 | 216 | 5 | 0 | 54 | 1 | 103 | 137 | 115 |
| Binary | 11110000 | 11111100 | 10001110 | 101 | 0 | 101100 | 1 | 1000011 | 1011111 | 1001101 |
Color Harmonies of #F0FC8E
Complementary color
Monochromatic Colors of #F0FC8E
Black with #F0FC8E
Text Example
Text Example
White with #F0FC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FC8E; }
p { color: rgb(240,252,142); }
H1.HeaderClassName
{
color: #F0FC8E;
}
.AnyTagClassName
{
color: #F0FC8E;
}
</style>
background-color css
<style>
a { background-color: #F0FC8E; }
a { background-color: rgb(240,252,142); }
div.DivClassName
{
background-color: #F0FC8E;
}
.BgClassName
{
background-color: #F0FC8E;
}
</style>
border-color css
<style>
span { border-color: #F0FC8E; }
span { border-color: rgb(240,252,142); }
td.TdClassName
{
border-color: #F0FC8E;
}
.TagClassName
{
border-color: #F0FC8E;
}
</style>