Shades of Vis Vis #FAE78E
Tints of Vis Vis #FAE78E
RGB
CMYK
RGB Variations
Color information
#FAE78E (or 0xFAE78E) is known color: Vis Vis. HEX triplet: FA, E7 and 8E. RGB value is (250,231,142). Sum of RGB (Red+Green+Blue) = 250+231+142=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 231 (90.62% from 255 or 37.08% from 623); Blue value is 142 (55.86% from 255 or 22.79% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE78E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE78E is #051871. Grayscale: #E2E2E2. Windows color (decimal): -333938 or 9365498. OLE color: 9365498.
HSL color Cylindrical-coordinate representation of color #FAE78E: hue angle of 49.44º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FAE78E is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 231 | 142 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.02 |
| HSL | 49.44º | 0.92% | 0.77% | - |
| HSV(B) | 49.44º | 0.43% | 0.98% | - |
| XYZ | 72.88 | 79.43 | 37.08 | - |
| YUV | 226.54 | 80.29 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 231 | 142 | 0 | 0.08 | 0.43 | 0.02 | 49.44 | 0.92 | 0.77 |
| Hex | FA | E7 | 8E | 0 | 8 | 2B | 2 | 31 | 5C | 4D |
| Octal | 372 | 347 | 216 | 0 | 10 | 53 | 2 | 61 | 134 | 115 |
| Binary | 11111010 | 11100111 | 10001110 | 0 | 1000 | 101011 | 10 | 110001 | 1011100 | 1001101 |
Color Harmonies of #FAE78E
Complementary color
Monochromatic Colors of #FAE78E
Black with #FAE78E
Text Example
Text Example
White with #FAE78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE78E; }
p { color: rgb(250,231,142); }
H1.HeaderClassName
{
color: #FAE78E;
}
.AnyTagClassName
{
color: #FAE78E;
}
</style>
background-color css
<style>
a { background-color: #FAE78E; }
a { background-color: rgb(250,231,142); }
div.DivClassName
{
background-color: #FAE78E;
}
.BgClassName
{
background-color: #FAE78E;
}
</style>
border-color css
<style>
span { border-color: #FAE78E; }
span { border-color: rgb(250,231,142); }
td.TdClassName
{
border-color: #FAE78E;
}
.TagClassName
{
border-color: #FAE78E;
}
</style>