Shades of Tidal #FAFF8B
Tints of Tidal #FAFF8B
RGB
CMYK
RGB Variations
Color information
#FAFF8B (or 0xFAFF8B) is known color: Tidal. HEX triplet: FA, FF and 8B. RGB value is (250,255,139). Sum of RGB (Red+Green+Blue) = 250+255+139=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 139 (54.69% from 255 or 21.58% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFF8B is #050074. Grayscale: #F0F0F0. Windows color (decimal): -327797 or 9175034. OLE color: 9175034.
HSL color Cylindrical-coordinate representation of color #FAFF8B: hue angle of 62.59º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FAFF8B is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 139 | - |
| CMYK | 0.02 | 0 | 0.45 | 0 |
| HSL | 62.59º | 1% | 0.77% | - |
| HSV(B) | 62.59º | 0.45% | 1% | - |
| XYZ | 79.84 | 93.71 | 38.31 | - |
| YUV | 240.28 | 70.84 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 139 | 0.02 | 0 | 0.45 | 0 | 62.59 | 1 | 0.77 |
| Hex | FA | FF | 8B | 2 | 0 | 2D | 0 | 3F | 64 | 4D |
| Octal | 372 | 377 | 213 | 2 | 0 | 55 | 0 | 77 | 144 | 115 |
| Binary | 11111010 | 11111111 | 10001011 | 10 | 0 | 101101 | 0 | 111111 | 1100100 | 1001101 |
Color Harmonies of #FAFF8B
Complementary color
Monochromatic Colors of #FAFF8B
Black with #FAFF8B
Text Example
Text Example
White with #FAFF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF8B; }
p { color: rgb(250,255,139); }
H1.HeaderClassName
{
color: #FAFF8B;
}
.AnyTagClassName
{
color: #FAFF8B;
}
</style>
background-color css
<style>
a { background-color: #FAFF8B; }
a { background-color: rgb(250,255,139); }
div.DivClassName
{
background-color: #FAFF8B;
}
.BgClassName
{
background-color: #FAFF8B;
}
</style>
border-color css
<style>
span { border-color: #FAFF8B; }
span { border-color: rgb(250,255,139); }
td.TdClassName
{
border-color: #FAFF8B;
}
.TagClassName
{
border-color: #FAFF8B;
}
</style>