Shades of Tidal #FAFE81
Tints of Tidal #FAFE81
RGB
CMYK
RGB Variations
Color information
#FAFE81 (or 0xFAFE81) is known color: Tidal. HEX triplet: FA, FE and 81. RGB value is (250,254,129). Sum of RGB (Red+Green+Blue) = 250+254+129=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 254 (99.61% from 255 or 40.13% from 633); Blue value is 129 (50.78% from 255 or 20.38% from 633); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFE81 is #05017E. Grayscale: #EFEFEF. Windows color (decimal): -328063 or 8519418. OLE color: 8519418.
HSL color Cylindrical-coordinate representation of color #FAFE81: hue angle of 61.92º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FAFE81 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 129 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.00 |
| HSL | 61.92º | 0.98% | 0.75% | - |
| HSV(B) | 61.92º | 0.49% | 1% | - |
| XYZ | 78.83 | 92.79 | 34.52 | - |
| YUV | 238.55 | 66.17 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 129 | 0.02 | 0 | 0.49 | 0.00 | 61.92 | 0.98 | 0.75 |
| Hex | FA | FE | 81 | 2 | 0 | 31 | 0 | 3E | 62 | 4B |
| Octal | 372 | 376 | 201 | 2 | 0 | 61 | 0 | 76 | 142 | 113 |
| Binary | 11111010 | 11111110 | 10000001 | 10 | 0 | 110001 | 0 | 111110 | 1100010 | 1001011 |
Color Harmonies of #FAFE81
Complementary color
Monochromatic Colors of #FAFE81
Black with #FAFE81
Text Example
Text Example
White with #FAFE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE81; }
p { color: rgb(250,254,129); }
H1.HeaderClassName
{
color: #FAFE81;
}
.AnyTagClassName
{
color: #FAFE81;
}
</style>
background-color css
<style>
a { background-color: #FAFE81; }
a { background-color: rgb(250,254,129); }
div.DivClassName
{
background-color: #FAFE81;
}
.BgClassName
{
background-color: #FAFE81;
}
</style>
border-color css
<style>
span { border-color: #FAFE81; }
span { border-color: rgb(250,254,129); }
td.TdClassName
{
border-color: #FAFE81;
}
.TagClassName
{
border-color: #FAFE81;
}
</style>