Shades of Tidal #F5FD8E
Tints of Tidal #F5FD8E
RGB
CMYK
RGB Variations
Color information
#F5FD8E (or 0xF5FD8E) is known color: Tidal. HEX triplet: F5, FD and 8E. RGB value is (245,253,142). Sum of RGB (Red+Green+Blue) = 245+253+142=640 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.28% from 640); Green value is 253 (99.22% from 255 or 39.53% from 640); Blue value is 142 (55.86% from 255 or 22.19% from 640); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FD8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FD8E is #0A0271. Grayscale: #EEEEEE. Windows color (decimal): -655986 or 9371125. OLE color: 9371125.
HSL color Cylindrical-coordinate representation of color #F5FD8E: hue angle of 64.32º degrees, saturation: 0.97, 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 #F5FD8E is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 253 | 142 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.01 |
| HSL | 64.32º | 0.97% | 0.77% | - |
| HSV(B) | 64.32º | 0.44% | 0.99% | - |
| XYZ | 77.66 | 91.62 | 39.18 | - |
| YUV | 237.95 | 73.85 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 253 | 142 | 0.03 | 0 | 0.44 | 0.01 | 64.32 | 0.97 | 0.77 |
| Hex | F5 | FD | 8E | 3 | 0 | 2C | 1 | 40 | 61 | 4D |
| Octal | 365 | 375 | 216 | 3 | 0 | 54 | 1 | 100 | 141 | 115 |
| Binary | 11110101 | 11111101 | 10001110 | 11 | 0 | 101100 | 1 | 1000000 | 1100001 | 1001101 |
Color Harmonies of #F5FD8E
Complementary color
Monochromatic Colors of #F5FD8E
Black with #F5FD8E
Text Example
Text Example
White with #F5FD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FD8E; }
p { color: rgb(245,253,142); }
H1.HeaderClassName
{
color: #F5FD8E;
}
.AnyTagClassName
{
color: #F5FD8E;
}
</style>
background-color css
<style>
a { background-color: #F5FD8E; }
a { background-color: rgb(245,253,142); }
div.DivClassName
{
background-color: #F5FD8E;
}
.BgClassName
{
background-color: #F5FD8E;
}
</style>
border-color css
<style>
span { border-color: #F5FD8E; }
span { border-color: rgb(245,253,142); }
td.TdClassName
{
border-color: #F5FD8E;
}
.TagClassName
{
border-color: #F5FD8E;
}
</style>