Shades of Vis Vis #FAE793
Tints of Vis Vis #FAE793
RGB
CMYK
RGB Variations
Color information
#FAE793 (or 0xFAE793) is known color: Vis Vis. HEX triplet: FA, E7 and 93. RGB value is (250,231,147). Sum of RGB (Red+Green+Blue) = 250+231+147=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 231 (90.62% from 255 or 36.78% from 628); Blue value is 147 (57.81% from 255 or 23.41% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE793 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE793 is #05186C. Grayscale: #E3E3E3. Windows color (decimal): -333933 or 9693178. OLE color: 9693178.
HSL color Cylindrical-coordinate representation of color #FAE793: hue angle of 48.93º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FAE793 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 231 | 147 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.02 |
| HSL | 48.93º | 0.91% | 0.78% | - |
| HSV(B) | 48.93º | 0.41% | 0.98% | - |
| XYZ | 73.27 | 79.58 | 39.1 | - |
| YUV | 227.11 | 82.79 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 231 | 147 | 0 | 0.08 | 0.41 | 0.02 | 48.93 | 0.91 | 0.78 |
| Hex | FA | E7 | 93 | 0 | 8 | 29 | 2 | 31 | 5B | 4E |
| Octal | 372 | 347 | 223 | 0 | 10 | 51 | 2 | 61 | 133 | 116 |
| Binary | 11111010 | 11100111 | 10010011 | 0 | 1000 | 101001 | 10 | 110001 | 1011011 | 1001110 |
Color Harmonies of #FAE793
Complementary color
Monochromatic Colors of #FAE793
Black with #FAE793
Text Example
Text Example
White with #FAE793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE793; }
p { color: rgb(250,231,147); }
H1.HeaderClassName
{
color: #FAE793;
}
.AnyTagClassName
{
color: #FAE793;
}
</style>
background-color css
<style>
a { background-color: #FAE793; }
a { background-color: rgb(250,231,147); }
div.DivClassName
{
background-color: #FAE793;
}
.BgClassName
{
background-color: #FAE793;
}
</style>
border-color css
<style>
span { border-color: #FAE793; }
span { border-color: rgb(250,231,147); }
td.TdClassName
{
border-color: #FAE793;
}
.TagClassName
{
border-color: #FAE793;
}
</style>