Shades of Tidal #F5FA8D
Tints of Tidal #F5FA8D
RGB
CMYK
RGB Variations
Color information
#F5FA8D (or 0xF5FA8D) is known color: Tidal. HEX triplet: F5, FA and 8D. RGB value is (245,250,141). Sum of RGB (Red+Green+Blue) = 245+250+141=636 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.52% from 636); Green value is 250 (98.05% from 255 or 39.31% from 636); Blue value is 141 (55.47% from 255 or 22.17% from 636); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FA8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FA8D is #0A0572. Grayscale: #ECECEC. Windows color (decimal): -656755 or 9304821. OLE color: 9304821.
HSL color Cylindrical-coordinate representation of color #F5FA8D: hue angle of 62.75º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F5FA8D is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 250 | 141 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.02 |
| HSL | 62.75º | 0.92% | 0.77% | - |
| HSV(B) | 62.75º | 0.44% | 0.98% | - |
| XYZ | 76.65 | 89.71 | 38.47 | - |
| YUV | 236.08 | 74.34 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 250 | 141 | 0.02 | 0 | 0.44 | 0.02 | 62.75 | 0.92 | 0.77 |
| Hex | F5 | FA | 8D | 2 | 0 | 2C | 2 | 3F | 5C | 4D |
| Octal | 365 | 372 | 215 | 2 | 0 | 54 | 2 | 77 | 134 | 115 |
| Binary | 11110101 | 11111010 | 10001101 | 10 | 0 | 101100 | 10 | 111111 | 1011100 | 1001101 |
Color Harmonies of #F5FA8D
Complementary color
Monochromatic Colors of #F5FA8D
Black with #F5FA8D
Text Example
Text Example
White with #F5FA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FA8D; }
p { color: rgb(245,250,141); }
H1.HeaderClassName
{
color: #F5FA8D;
}
.AnyTagClassName
{
color: #F5FA8D;
}
</style>
background-color css
<style>
a { background-color: #F5FA8D; }
a { background-color: rgb(245,250,141); }
div.DivClassName
{
background-color: #F5FA8D;
}
.BgClassName
{
background-color: #F5FA8D;
}
</style>
border-color css
<style>
span { border-color: #F5FA8D; }
span { border-color: rgb(245,250,141); }
td.TdClassName
{
border-color: #F5FA8D;
}
.TagClassName
{
border-color: #F5FA8D;
}
</style>