Shades of Tidal #F3FA8E
Tints of Tidal #F3FA8E
RGB
CMYK
RGB Variations
Color information
#F3FA8E (or 0xF3FA8E) is known color: Tidal. HEX triplet: F3, FA and 8E. RGB value is (243,250,142). Sum of RGB (Red+Green+Blue) = 243+250+142=635 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.27% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 142 (55.86% from 255 or 22.36% from 635); Max value from RGB is 250 - color contains mainly: green. Hex color #F3FA8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3FA8E is #0C0571. Grayscale: #ECECEC. Windows color (decimal): -787826 or 9370355. OLE color: 9370355.
HSL color Cylindrical-coordinate representation of color #F3FA8E: hue angle of 63.89º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F3FA8E is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 250 | 142 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.02 |
| HSL | 63.89º | 0.92% | 0.77% | - |
| HSV(B) | 63.89º | 0.43% | 0.98% | - |
| XYZ | 76.03 | 89.38 | 38.84 | - |
| YUV | 235.6 | 75.18 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 250 | 142 | 0.03 | 0 | 0.43 | 0.02 | 63.89 | 0.92 | 0.77 |
| Hex | F3 | FA | 8E | 3 | 0 | 2B | 2 | 40 | 5C | 4D |
| Octal | 363 | 372 | 216 | 3 | 0 | 53 | 2 | 100 | 134 | 115 |
| Binary | 11110011 | 11111010 | 10001110 | 11 | 0 | 101011 | 10 | 1000000 | 1011100 | 1001101 |
Color Harmonies of #F3FA8E
Complementary color
Monochromatic Colors of #F3FA8E
Black with #F3FA8E
Text Example
Text Example
White with #F3FA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FA8E; }
p { color: rgb(243,250,142); }
H1.HeaderClassName
{
color: #F3FA8E;
}
.AnyTagClassName
{
color: #F3FA8E;
}
</style>
background-color css
<style>
a { background-color: #F3FA8E; }
a { background-color: rgb(243,250,142); }
div.DivClassName
{
background-color: #F3FA8E;
}
.BgClassName
{
background-color: #F3FA8E;
}
</style>
border-color css
<style>
span { border-color: #F3FA8E; }
span { border-color: rgb(243,250,142); }
td.TdClassName
{
border-color: #F3FA8E;
}
.TagClassName
{
border-color: #F3FA8E;
}
</style>