Shades of Tidal #FAFC86
Tints of Tidal #FAFC86
RGB
CMYK
RGB Variations
Color information
#FAFC86 (or 0xFAFC86) is known color: Tidal. HEX triplet: FA, FC and 86. RGB value is (250,252,134). Sum of RGB (Red+Green+Blue) = 250+252+134=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 252 (98.83% from 255 or 39.62% from 636); Blue value is 134 (52.73% from 255 or 21.07% from 636); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFC86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFC86 is #050379. Grayscale: #EEEEEE. Windows color (decimal): -328570 or 8846586. OLE color: 8846586.
HSL color Cylindrical-coordinate representation of color #FAFC86: hue angle of 61.02º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FAFC86 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 252 | 134 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.01 |
| HSL | 61.02º | 0.95% | 0.76% | - |
| HSV(B) | 61.02º | 0.47% | 0.99% | - |
| XYZ | 78.54 | 91.67 | 36.11 | - |
| YUV | 237.95 | 69.34 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 252 | 134 | 0.01 | 0 | 0.47 | 0.01 | 61.02 | 0.95 | 0.76 |
| Hex | FA | FC | 86 | 1 | 0 | 2F | 1 | 3D | 5F | 4C |
| Octal | 372 | 374 | 206 | 1 | 0 | 57 | 1 | 75 | 137 | 114 |
| Binary | 11111010 | 11111100 | 10000110 | 1 | 0 | 101111 | 1 | 111101 | 1011111 | 1001100 |
Color Harmonies of #FAFC86
Complementary color
Monochromatic Colors of #FAFC86
Black with #FAFC86
Text Example
Text Example
White with #FAFC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFC86; }
p { color: rgb(250,252,134); }
H1.HeaderClassName
{
color: #FAFC86;
}
.AnyTagClassName
{
color: #FAFC86;
}
</style>
background-color css
<style>
a { background-color: #FAFC86; }
a { background-color: rgb(250,252,134); }
div.DivClassName
{
background-color: #FAFC86;
}
.BgClassName
{
background-color: #FAFC86;
}
</style>
border-color css
<style>
span { border-color: #FAFC86; }
span { border-color: rgb(250,252,134); }
td.TdClassName
{
border-color: #FAFC86;
}
.TagClassName
{
border-color: #FAFC86;
}
</style>