Shades of Vis Vis #FAE18D
Tints of Vis Vis #FAE18D
RGB
CMYK
RGB Variations
Color information
#FAE18D (or 0xFAE18D) is known color: Vis Vis. HEX triplet: FA, E1 and 8D. RGB value is (250,225,141). Sum of RGB (Red+Green+Blue) = 250+225+141=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 225 (88.28% from 255 or 36.53% from 616); Blue value is 141 (55.47% from 255 or 22.89% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE18D is #051E72. Grayscale: #DFDFDF. Windows color (decimal): -335475 or 9298426. OLE color: 9298426.
HSL color Cylindrical-coordinate representation of color #FAE18D: hue angle of 46.24º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAE18D is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 225 | 141 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.02 |
| HSL | 46.24º | 0.92% | 0.77% | - |
| HSV(B) | 46.24º | 0.44% | 0.98% | - |
| XYZ | 71.16 | 76.1 | 36.14 | - |
| YUV | 222.9 | 81.78 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 225 | 141 | 0 | 0.10 | 0.44 | 0.02 | 46.24 | 0.92 | 0.77 |
| Hex | FA | E1 | 8D | 0 | A | 2C | 2 | 2E | 5C | 4D |
| Octal | 372 | 341 | 215 | 0 | 12 | 54 | 2 | 56 | 134 | 115 |
| Binary | 11111010 | 11100001 | 10001101 | 0 | 1010 | 101100 | 10 | 101110 | 1011100 | 1001101 |
Color Harmonies of #FAE18D
Complementary color
Monochromatic Colors of #FAE18D
Black with #FAE18D
Text Example
Text Example
White with #FAE18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE18D; }
p { color: rgb(250,225,141); }
H1.HeaderClassName
{
color: #FAE18D;
}
.AnyTagClassName
{
color: #FAE18D;
}
</style>
background-color css
<style>
a { background-color: #FAE18D; }
a { background-color: rgb(250,225,141); }
div.DivClassName
{
background-color: #FAE18D;
}
.BgClassName
{
background-color: #FAE18D;
}
</style>
border-color css
<style>
span { border-color: #FAE18D; }
span { border-color: rgb(250,225,141); }
td.TdClassName
{
border-color: #FAE18D;
}
.TagClassName
{
border-color: #FAE18D;
}
</style>