Shades of Vis Vis #FAE797
Tints of Vis Vis #FAE797
RGB
CMYK
RGB Variations
Color information
#FAE797 (or 0xFAE797) is known color: Vis Vis. HEX triplet: FA, E7 and 97. RGB value is (250,231,151). Sum of RGB (Red+Green+Blue) = 250+231+151=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 231 (90.62% from 255 or 36.55% from 632); Blue value is 151 (59.38% from 255 or 23.89% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE797 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE797 is #051868. Grayscale: #E3E3E3. Windows color (decimal): -333929 or 9955322. OLE color: 9955322.
HSL color Cylindrical-coordinate representation of color #FAE797: hue angle of 48.48º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAE797 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 231 | 151 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.02 |
| HSL | 48.48º | 0.91% | 0.79% | - |
| HSV(B) | 48.48º | 0.4% | 0.98% | - |
| XYZ | 73.59 | 79.71 | 40.79 | - |
| YUV | 227.56 | 84.79 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 231 | 151 | 0 | 0.08 | 0.40 | 0.02 | 48.48 | 0.91 | 0.79 |
| Hex | FA | E7 | 97 | 0 | 8 | 28 | 2 | 30 | 5B | 4F |
| Octal | 372 | 347 | 227 | 0 | 10 | 50 | 2 | 60 | 133 | 117 |
| Binary | 11111010 | 11100111 | 10010111 | 0 | 1000 | 101000 | 10 | 110000 | 1011011 | 1001111 |
Color Harmonies of #FAE797
Complementary color
Monochromatic Colors of #FAE797
Black with #FAE797
Text Example
Text Example
White with #FAE797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE797; }
p { color: rgb(250,231,151); }
H1.HeaderClassName
{
color: #FAE797;
}
.AnyTagClassName
{
color: #FAE797;
}
</style>
background-color css
<style>
a { background-color: #FAE797; }
a { background-color: rgb(250,231,151); }
div.DivClassName
{
background-color: #FAE797;
}
.BgClassName
{
background-color: #FAE797;
}
</style>
border-color css
<style>
span { border-color: #FAE797; }
span { border-color: rgb(250,231,151); }
td.TdClassName
{
border-color: #FAE797;
}
.TagClassName
{
border-color: #FAE797;
}
</style>