Shades of Vis Vis #FAE196
Tints of Vis Vis #FAE196
RGB
CMYK
RGB Variations
Color information
#FAE196 (or 0xFAE196) is known color: Vis Vis. HEX triplet: FA, E1 and 96. RGB value is (250,225,150). Sum of RGB (Red+Green+Blue) = 250+225+150=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 225 (88.28% from 255 or 36% from 625); Blue value is 150 (58.98% from 255 or 24% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE196 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE196 is #051E69. Grayscale: #E0E0E0. Windows color (decimal): -335466 or 9888250. OLE color: 9888250.
HSL color Cylindrical-coordinate representation of color #FAE196: hue angle of 45º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAE196 is Cyan = 0, Magento = 0.10, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 225 | 150 | - |
| CMYK | 0 | 0.10 | 0.4 | 0.02 |
| HSL | 45º | 0.91% | 0.78% | - |
| HSV(B) | 45º | 0.4% | 0.98% | - |
| XYZ | 71.85 | 76.38 | 39.81 | - |
| YUV | 223.93 | 86.28 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 225 | 150 | 0 | 0.10 | 0.4 | 0.02 | 45 | 0.91 | 0.78 |
| Hex | FA | E1 | 96 | 0 | A | 28 | 2 | 2D | 5B | 4E |
| Octal | 372 | 341 | 226 | 0 | 12 | 50 | 2 | 55 | 133 | 116 |
| Binary | 11111010 | 11100001 | 10010110 | 0 | 1010 | 101000 | 10 | 101101 | 1011011 | 1001110 |
Color Harmonies of #FAE196
Complementary color
Monochromatic Colors of #FAE196
Black with #FAE196
Text Example
Text Example
White with #FAE196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE196; }
p { color: rgb(250,225,150); }
H1.HeaderClassName
{
color: #FAE196;
}
.AnyTagClassName
{
color: #FAE196;
}
</style>
background-color css
<style>
a { background-color: #FAE196; }
a { background-color: rgb(250,225,150); }
div.DivClassName
{
background-color: #FAE196;
}
.BgClassName
{
background-color: #FAE196;
}
</style>
border-color css
<style>
span { border-color: #FAE196; }
span { border-color: rgb(250,225,150); }
td.TdClassName
{
border-color: #FAE196;
}
.TagClassName
{
border-color: #FAE196;
}
</style>