Shades of Tidal #F2FC8D
Tints of Tidal #F2FC8D
RGB
CMYK
RGB Variations
Color information
#F2FC8D (or 0xF2FC8D) is known color: Tidal. HEX triplet: F2, FC and 8D. RGB value is (242,252,141). Sum of RGB (Red+Green+Blue) = 242+252+141=635 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.11% from 635); Green value is 252 (98.83% from 255 or 39.69% from 635); Blue value is 141 (55.47% from 255 or 22.20% from 635); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FC8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FC8D is #0D0372. Grayscale: #ECECEC. Windows color (decimal): -852851 or 9305330. OLE color: 9305330.
HSL color Cylindrical-coordinate representation of color #F2FC8D: hue angle of 65.41º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F2FC8D is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 252 | 141 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.01 |
| HSL | 65.41º | 0.95% | 0.77% | - |
| HSV(B) | 65.41º | 0.44% | 0.99% | - |
| XYZ | 76.24 | 90.42 | 38.63 | - |
| YUV | 236.36 | 74.19 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 252 | 141 | 0.04 | 0 | 0.44 | 0.01 | 65.41 | 0.95 | 0.77 |
| Hex | F2 | FC | 8D | 4 | 0 | 2C | 1 | 41 | 5F | 4D |
| Octal | 362 | 374 | 215 | 4 | 0 | 54 | 1 | 101 | 137 | 115 |
| Binary | 11110010 | 11111100 | 10001101 | 100 | 0 | 101100 | 1 | 1000001 | 1011111 | 1001101 |
Color Harmonies of #F2FC8D
Complementary color
Monochromatic Colors of #F2FC8D
Black with #F2FC8D
Text Example
Text Example
White with #F2FC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FC8D; }
p { color: rgb(242,252,141); }
H1.HeaderClassName
{
color: #F2FC8D;
}
.AnyTagClassName
{
color: #F2FC8D;
}
</style>
background-color css
<style>
a { background-color: #F2FC8D; }
a { background-color: rgb(242,252,141); }
div.DivClassName
{
background-color: #F2FC8D;
}
.BgClassName
{
background-color: #F2FC8D;
}
</style>
border-color css
<style>
span { border-color: #F2FC8D; }
span { border-color: rgb(242,252,141); }
td.TdClassName
{
border-color: #F2FC8D;
}
.TagClassName
{
border-color: #F2FC8D;
}
</style>