Shades of Tidal #F2FB93
Tints of Tidal #F2FB93
RGB
CMYK
RGB Variations
Color information
#F2FB93 (or 0xF2FB93) is known color: Tidal. HEX triplet: F2, FB and 93. RGB value is (242,251,147). Sum of RGB (Red+Green+Blue) = 242+251+147=640 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.81% from 640); Green value is 251 (98.44% from 255 or 39.22% from 640); Blue value is 147 (57.81% from 255 or 22.97% from 640); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FB93 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FB93 is #0D046C. Grayscale: #ECECEC. Windows color (decimal): -853101 or 9698290. OLE color: 9698290.
HSL color Cylindrical-coordinate representation of color #F2FB93: hue angle of 65.19º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F2FB93 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 251 | 147 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.02 |
| HSL | 65.19º | 0.93% | 0.78% | - |
| HSV(B) | 65.19º | 0.41% | 0.98% | - |
| XYZ | 76.38 | 89.98 | 40.95 | - |
| YUV | 236.45 | 77.52 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 251 | 147 | 0.04 | 0 | 0.41 | 0.02 | 65.19 | 0.93 | 0.78 |
| Hex | F2 | FB | 93 | 4 | 0 | 29 | 2 | 41 | 5D | 4E |
| Octal | 362 | 373 | 223 | 4 | 0 | 51 | 2 | 101 | 135 | 116 |
| Binary | 11110010 | 11111011 | 10010011 | 100 | 0 | 101001 | 10 | 1000001 | 1011101 | 1001110 |
Color Harmonies of #F2FB93
Complementary color
Monochromatic Colors of #F2FB93
Black with #F2FB93
Text Example
Text Example
White with #F2FB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FB93; }
p { color: rgb(242,251,147); }
H1.HeaderClassName
{
color: #F2FB93;
}
.AnyTagClassName
{
color: #F2FB93;
}
</style>
background-color css
<style>
a { background-color: #F2FB93; }
a { background-color: rgb(242,251,147); }
div.DivClassName
{
background-color: #F2FB93;
}
.BgClassName
{
background-color: #F2FB93;
}
</style>
border-color css
<style>
span { border-color: #F2FB93; }
span { border-color: rgb(242,251,147); }
td.TdClassName
{
border-color: #F2FB93;
}
.TagClassName
{
border-color: #F2FB93;
}
</style>