Shades of Vis Vis #FAE397
Tints of Vis Vis #FAE397
RGB
CMYK
RGB Variations
Color information
#FAE397 (or 0xFAE397) is known color: Vis Vis. HEX triplet: FA, E3 and 97. RGB value is (250,227,151). Sum of RGB (Red+Green+Blue) = 250+227+151=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 227 (89.06% from 255 or 36.15% from 628); Blue value is 151 (59.38% from 255 or 24.04% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE397 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE397 is #051C68. Grayscale: #E1E1E1. Windows color (decimal): -334953 or 9954298. OLE color: 9954298.
HSL color Cylindrical-coordinate representation of color #FAE397: hue angle of 46.06º 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 #FAE397 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 227 | 151 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.02 |
| HSL | 46.06º | 0.91% | 0.79% | - |
| HSV(B) | 46.06º | 0.4% | 0.98% | - |
| XYZ | 72.48 | 77.5 | 40.42 | - |
| YUV | 225.21 | 86.12 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 227 | 151 | 0 | 0.09 | 0.40 | 0.02 | 46.06 | 0.91 | 0.79 |
| Hex | FA | E3 | 97 | 0 | 9 | 28 | 2 | 2E | 5B | 4F |
| Octal | 372 | 343 | 227 | 0 | 11 | 50 | 2 | 56 | 133 | 117 |
| Binary | 11111010 | 11100011 | 10010111 | 0 | 1001 | 101000 | 10 | 101110 | 1011011 | 1001111 |
Color Harmonies of #FAE397
Complementary color
Monochromatic Colors of #FAE397
Black with #FAE397
Text Example
Text Example
White with #FAE397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE397; }
p { color: rgb(250,227,151); }
H1.HeaderClassName
{
color: #FAE397;
}
.AnyTagClassName
{
color: #FAE397;
}
</style>
background-color css
<style>
a { background-color: #FAE397; }
a { background-color: rgb(250,227,151); }
div.DivClassName
{
background-color: #FAE397;
}
.BgClassName
{
background-color: #FAE397;
}
</style>
border-color css
<style>
span { border-color: #FAE397; }
span { border-color: rgb(250,227,151); }
td.TdClassName
{
border-color: #FAE397;
}
.TagClassName
{
border-color: #FAE397;
}
</style>