Shades of Vis Vis #FAE192
Tints of Vis Vis #FAE192
RGB
CMYK
RGB Variations
Color information
#FAE192 (or 0xFAE192) is known color: Vis Vis. HEX triplet: FA, E1 and 92. RGB value is (250,225,146). Sum of RGB (Red+Green+Blue) = 250+225+146=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 225 (88.28% from 255 or 36.23% from 621); Blue value is 146 (57.42% from 255 or 23.51% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE192 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE192 is #051E6D. Grayscale: #DFDFDF. Windows color (decimal): -335470 or 9626106. OLE color: 9626106.
HSL color Cylindrical-coordinate representation of color #FAE192: hue angle of 45.58º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FAE192 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 225 | 146 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.02 |
| HSL | 45.58º | 0.91% | 0.78% | - |
| HSV(B) | 45.58º | 0.42% | 0.98% | - |
| XYZ | 71.54 | 76.25 | 38.14 | - |
| YUV | 223.47 | 84.28 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 225 | 146 | 0 | 0.10 | 0.42 | 0.02 | 45.58 | 0.91 | 0.78 |
| Hex | FA | E1 | 92 | 0 | A | 2A | 2 | 2E | 5B | 4E |
| Octal | 372 | 341 | 222 | 0 | 12 | 52 | 2 | 56 | 133 | 116 |
| Binary | 11111010 | 11100001 | 10010010 | 0 | 1010 | 101010 | 10 | 101110 | 1011011 | 1001110 |
Color Harmonies of #FAE192
Complementary color
Monochromatic Colors of #FAE192
Black with #FAE192
Text Example
Text Example
White with #FAE192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE192; }
p { color: rgb(250,225,146); }
H1.HeaderClassName
{
color: #FAE192;
}
.AnyTagClassName
{
color: #FAE192;
}
</style>
background-color css
<style>
a { background-color: #FAE192; }
a { background-color: rgb(250,225,146); }
div.DivClassName
{
background-color: #FAE192;
}
.BgClassName
{
background-color: #FAE192;
}
</style>
border-color css
<style>
span { border-color: #FAE192; }
span { border-color: rgb(250,225,146); }
td.TdClassName
{
border-color: #FAE192;
}
.TagClassName
{
border-color: #FAE192;
}
</style>