Shades of Tidal #F3FF8D
Tints of Tidal #F3FF8D
RGB
CMYK
RGB Variations
Color information
#F3FF8D (or 0xF3FF8D) is known color: Tidal. HEX triplet: F3, FF and 8D. RGB value is (243,255,141). Sum of RGB (Red+Green+Blue) = 243+255+141=639 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.03% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 141 (55.47% from 255 or 22.07% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #F3FF8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3FF8D is #0C0072. Grayscale: #EEEEEE. Windows color (decimal): -786547 or 9306099. OLE color: 9306099.
HSL color Cylindrical-coordinate representation of color #F3FF8D: hue angle of 66.32º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F3FF8D is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 255 | 141 | - |
| CMYK | 0.05 | 0 | 0.45 | 0 |
| HSL | 66.32º | 1% | 0.78% | - |
| HSV(B) | 66.32º | 0.45% | 1% | - |
| XYZ | 77.53 | 92.5 | 38.97 | - |
| YUV | 238.42 | 73.02 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 255 | 141 | 0.05 | 0 | 0.45 | 0 | 66.32 | 1 | 0.78 |
| Hex | F3 | FF | 8D | 5 | 0 | 2D | 0 | 42 | 64 | 4E |
| Octal | 363 | 377 | 215 | 5 | 0 | 55 | 0 | 102 | 144 | 116 |
| Binary | 11110011 | 11111111 | 10001101 | 101 | 0 | 101101 | 0 | 1000010 | 1100100 | 1001110 |
Color Harmonies of #F3FF8D
Complementary color
Monochromatic Colors of #F3FF8D
Black with #F3FF8D
Text Example
Text Example
White with #F3FF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FF8D; }
p { color: rgb(243,255,141); }
H1.HeaderClassName
{
color: #F3FF8D;
}
.AnyTagClassName
{
color: #F3FF8D;
}
</style>
background-color css
<style>
a { background-color: #F3FF8D; }
a { background-color: rgb(243,255,141); }
div.DivClassName
{
background-color: #F3FF8D;
}
.BgClassName
{
background-color: #F3FF8D;
}
</style>
border-color css
<style>
span { border-color: #F3FF8D; }
span { border-color: rgb(243,255,141); }
td.TdClassName
{
border-color: #F3FF8D;
}
.TagClassName
{
border-color: #F3FF8D;
}
</style>