Shades of Tidal #F2F998
Tints of Tidal #F2F998
RGB
CMYK
RGB Variations
Color information
#F2F998 (or 0xF2F998) is known color: Tidal. HEX triplet: F2, F9 and 98. RGB value is (242,249,152). Sum of RGB (Red+Green+Blue) = 242+249+152=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 249 (97.66% from 255 or 38.72% from 643); Blue value is 152 (59.77% from 255 or 23.64% from 643); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F998 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F998 is #0D0667. Grayscale: #ECECEC. Windows color (decimal): -853608 or 10025458. OLE color: 10025458.
HSL color Cylindrical-coordinate representation of color #F2F998: hue angle of 64.33º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F2F998 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 249 | 152 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.02 |
| HSL | 64.33º | 0.89% | 0.79% | - |
| HSV(B) | 64.33º | 0.39% | 0.98% | - |
| XYZ | 76.16 | 88.9 | 42.85 | - |
| YUV | 235.85 | 80.68 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 249 | 152 | 0.03 | 0 | 0.39 | 0.02 | 64.33 | 0.89 | 0.79 |
| Hex | F2 | F9 | 98 | 3 | 0 | 27 | 2 | 40 | 59 | 4F |
| Octal | 362 | 371 | 230 | 3 | 0 | 47 | 2 | 100 | 131 | 117 |
| Binary | 11110010 | 11111001 | 10011000 | 11 | 0 | 100111 | 10 | 1000000 | 1011001 | 1001111 |
Color Harmonies of #F2F998
Complementary color
Monochromatic Colors of #F2F998
Black with #F2F998
Text Example
Text Example
White with #F2F998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F998; }
p { color: rgb(242,249,152); }
H1.HeaderClassName
{
color: #F2F998;
}
.AnyTagClassName
{
color: #F2F998;
}
</style>
background-color css
<style>
a { background-color: #F2F998; }
a { background-color: rgb(242,249,152); }
div.DivClassName
{
background-color: #F2F998;
}
.BgClassName
{
background-color: #F2F998;
}
</style>
border-color css
<style>
span { border-color: #F2F998; }
span { border-color: rgb(242,249,152); }
td.TdClassName
{
border-color: #F2F998;
}
.TagClassName
{
border-color: #F2F998;
}
</style>