Shades of Tidal #F2F88B
Tints of Tidal #F2F88B
RGB
CMYK
RGB Variations
Color information
#F2F88B (or 0xF2F88B) is known color: Tidal. HEX triplet: F2, F8 and 8B. RGB value is (242,248,139). Sum of RGB (Red+Green+Blue) = 242+248+139=629 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.47% from 629); Green value is 248 (97.27% from 255 or 39.43% from 629); Blue value is 139 (54.69% from 255 or 22.10% from 629); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F88B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F88B is #0D0774. Grayscale: #EAEAEA. Windows color (decimal): -853877 or 9173234. OLE color: 9173234.
HSL color Cylindrical-coordinate representation of color #F2F88B: hue angle of 63.3º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F2F88B is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 248 | 139 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.03 |
| HSL | 63.3º | 0.89% | 0.76% | - |
| HSV(B) | 63.3º | 0.44% | 0.97% | - |
| XYZ | 74.85 | 87.88 | 37.44 | - |
| YUV | 233.78 | 74.51 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 248 | 139 | 0.02 | 0 | 0.44 | 0.03 | 63.3 | 0.89 | 0.76 |
| Hex | F2 | F8 | 8B | 2 | 0 | 2C | 3 | 3F | 59 | 4C |
| Octal | 362 | 370 | 213 | 2 | 0 | 54 | 3 | 77 | 131 | 114 |
| Binary | 11110010 | 11111000 | 10001011 | 10 | 0 | 101100 | 11 | 111111 | 1011001 | 1001100 |
Color Harmonies of #F2F88B
Complementary color
Monochromatic Colors of #F2F88B
Black with #F2F88B
Text Example
Text Example
White with #F2F88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F88B; }
p { color: rgb(242,248,139); }
H1.HeaderClassName
{
color: #F2F88B;
}
.AnyTagClassName
{
color: #F2F88B;
}
</style>
background-color css
<style>
a { background-color: #F2F88B; }
a { background-color: rgb(242,248,139); }
div.DivClassName
{
background-color: #F2F88B;
}
.BgClassName
{
background-color: #F2F88B;
}
</style>
border-color css
<style>
span { border-color: #F2F88B; }
span { border-color: rgb(242,248,139); }
td.TdClassName
{
border-color: #F2F88B;
}
.TagClassName
{
border-color: #F2F88B;
}
</style>