Shades of Tidal #F3FA8D
Tints of Tidal #F3FA8D
RGB
CMYK
RGB Variations
Color information
#F3FA8D (or 0xF3FA8D) is known color: Tidal. HEX triplet: F3, FA and 8D. RGB value is (243,250,141). Sum of RGB (Red+Green+Blue) = 243+250+141=634 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.33% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 141 (55.47% from 255 or 22.24% from 634); Max value from RGB is 250 - color contains mainly: green. Hex color #F3FA8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3FA8D is #0C0572. Grayscale: #EBEBEB. Windows color (decimal): -787827 or 9304819. OLE color: 9304819.
HSL color Cylindrical-coordinate representation of color #F3FA8D: hue angle of 63.85º 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 #F3FA8D is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 250 | 141 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.02 |
| HSL | 63.85º | 0.92% | 0.77% | - |
| HSV(B) | 63.85º | 0.44% | 0.98% | - |
| XYZ | 75.96 | 89.35 | 38.44 | - |
| YUV | 235.48 | 74.68 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 250 | 141 | 0.03 | 0 | 0.44 | 0.02 | 63.85 | 0.92 | 0.77 |
| Hex | F3 | FA | 8D | 3 | 0 | 2C | 2 | 40 | 5C | 4D |
| Octal | 363 | 372 | 215 | 3 | 0 | 54 | 2 | 100 | 134 | 115 |
| Binary | 11110011 | 11111010 | 10001101 | 11 | 0 | 101100 | 10 | 1000000 | 1011100 | 1001101 |
Color Harmonies of #F3FA8D
Complementary color
Monochromatic Colors of #F3FA8D
Black with #F3FA8D
Text Example
Text Example
White with #F3FA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FA8D; }
p { color: rgb(243,250,141); }
H1.HeaderClassName
{
color: #F3FA8D;
}
.AnyTagClassName
{
color: #F3FA8D;
}
</style>
background-color css
<style>
a { background-color: #F3FA8D; }
a { background-color: rgb(243,250,141); }
div.DivClassName
{
background-color: #F3FA8D;
}
.BgClassName
{
background-color: #F3FA8D;
}
</style>
border-color css
<style>
span { border-color: #F3FA8D; }
span { border-color: rgb(243,250,141); }
td.TdClassName
{
border-color: #F3FA8D;
}
.TagClassName
{
border-color: #F3FA8D;
}
</style>