Shades of Tidal #FAFE89
Tints of Tidal #FAFE89
RGB
CMYK
RGB Variations
Color information
#FAFE89 (or 0xFAFE89) is known color: Tidal. HEX triplet: FA, FE and 89. RGB value is (250,254,137). Sum of RGB (Red+Green+Blue) = 250+254+137=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 254 (99.61% from 255 or 39.63% from 641); Blue value is 137 (53.91% from 255 or 21.37% from 641); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE89 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFE89 is #050176. Grayscale: #EFEFEF. Windows color (decimal): -328055 or 9043706. OLE color: 9043706.
HSL color Cylindrical-coordinate representation of color #FAFE89: hue angle of 62.05º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FAFE89 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 137 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.00 |
| HSL | 62.05º | 0.98% | 0.77% | - |
| HSV(B) | 62.05º | 0.46% | 1% | - |
| XYZ | 79.38 | 93.01 | 37.44 | - |
| YUV | 239.47 | 70.17 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 137 | 0.02 | 0 | 0.46 | 0.00 | 62.05 | 0.98 | 0.77 |
| Hex | FA | FE | 89 | 2 | 0 | 2E | 0 | 3E | 62 | 4D |
| Octal | 372 | 376 | 211 | 2 | 0 | 56 | 0 | 76 | 142 | 115 |
| Binary | 11111010 | 11111110 | 10001001 | 10 | 0 | 101110 | 0 | 111110 | 1100010 | 1001101 |
Color Harmonies of #FAFE89
Complementary color
Monochromatic Colors of #FAFE89
Black with #FAFE89
Text Example
Text Example
White with #FAFE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE89; }
p { color: rgb(250,254,137); }
H1.HeaderClassName
{
color: #FAFE89;
}
.AnyTagClassName
{
color: #FAFE89;
}
</style>
background-color css
<style>
a { background-color: #FAFE89; }
a { background-color: rgb(250,254,137); }
div.DivClassName
{
background-color: #FAFE89;
}
.BgClassName
{
background-color: #FAFE89;
}
</style>
border-color css
<style>
span { border-color: #FAFE89; }
span { border-color: rgb(250,254,137); }
td.TdClassName
{
border-color: #FAFE89;
}
.TagClassName
{
border-color: #FAFE89;
}
</style>