Shades of Vis Vis #FAE28D
Tints of Vis Vis #FAE28D
RGB
CMYK
RGB Variations
Color information
#FAE28D (or 0xFAE28D) is known color: Vis Vis. HEX triplet: FA, E2 and 8D. RGB value is (250,226,141). Sum of RGB (Red+Green+Blue) = 250+226+141=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 226 (88.67% from 255 or 36.63% from 617); Blue value is 141 (55.47% from 255 or 22.85% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE28D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE28D is #051D72. Grayscale: #DFDFDF. Windows color (decimal): -335219 or 9298682. OLE color: 9298682.
HSL color Cylindrical-coordinate representation of color #FAE28D: hue angle of 46.79º 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 #FAE28D is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 226 | 141 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.02 |
| HSL | 46.79º | 0.92% | 0.77% | - |
| HSV(B) | 46.79º | 0.44% | 0.98% | - |
| XYZ | 71.43 | 76.64 | 36.23 | - |
| YUV | 223.49 | 81.45 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 226 | 141 | 0 | 0.10 | 0.44 | 0.02 | 46.79 | 0.92 | 0.77 |
| Hex | FA | E2 | 8D | 0 | A | 2C | 2 | 2F | 5C | 4D |
| Octal | 372 | 342 | 215 | 0 | 12 | 54 | 2 | 57 | 134 | 115 |
| Binary | 11111010 | 11100010 | 10001101 | 0 | 1010 | 101100 | 10 | 101111 | 1011100 | 1001101 |
Color Harmonies of #FAE28D
Complementary color
Monochromatic Colors of #FAE28D
Black with #FAE28D
Text Example
Text Example
White with #FAE28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE28D; }
p { color: rgb(250,226,141); }
H1.HeaderClassName
{
color: #FAE28D;
}
.AnyTagClassName
{
color: #FAE28D;
}
</style>
background-color css
<style>
a { background-color: #FAE28D; }
a { background-color: rgb(250,226,141); }
div.DivClassName
{
background-color: #FAE28D;
}
.BgClassName
{
background-color: #FAE28D;
}
</style>
border-color css
<style>
span { border-color: #FAE28D; }
span { border-color: rgb(250,226,141); }
td.TdClassName
{
border-color: #FAE28D;
}
.TagClassName
{
border-color: #FAE28D;
}
</style>