Shades of Vis Vis #FAE593
Tints of Vis Vis #FAE593
RGB
CMYK
RGB Variations
Color information
#FAE593 (or 0xFAE593) is known color: Vis Vis. HEX triplet: FA, E5 and 93. RGB value is (250,229,147). Sum of RGB (Red+Green+Blue) = 250+229+147=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 229 (89.84% from 255 or 36.58% from 626); Blue value is 147 (57.81% from 255 or 23.48% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE593 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE593 is #051A6C. Grayscale: #E2E2E2. Windows color (decimal): -334445 or 9692666. OLE color: 9692666.
HSL color Cylindrical-coordinate representation of color #FAE593: hue angle of 47.77º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FAE593 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 229 | 147 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.02 |
| HSL | 47.77º | 0.91% | 0.78% | - |
| HSV(B) | 47.77º | 0.41% | 0.98% | - |
| XYZ | 72.71 | 78.47 | 38.92 | - |
| YUV | 225.93 | 83.46 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 229 | 147 | 0 | 0.08 | 0.41 | 0.02 | 47.77 | 0.91 | 0.78 |
| Hex | FA | E5 | 93 | 0 | 8 | 29 | 2 | 30 | 5B | 4E |
| Octal | 372 | 345 | 223 | 0 | 10 | 51 | 2 | 60 | 133 | 116 |
| Binary | 11111010 | 11100101 | 10010011 | 0 | 1000 | 101001 | 10 | 110000 | 1011011 | 1001110 |
Color Harmonies of #FAE593
Complementary color
Monochromatic Colors of #FAE593
Black with #FAE593
Text Example
Text Example
White with #FAE593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE593; }
p { color: rgb(250,229,147); }
H1.HeaderClassName
{
color: #FAE593;
}
.AnyTagClassName
{
color: #FAE593;
}
</style>
background-color css
<style>
a { background-color: #FAE593; }
a { background-color: rgb(250,229,147); }
div.DivClassName
{
background-color: #FAE593;
}
.BgClassName
{
background-color: #FAE593;
}
</style>
border-color css
<style>
span { border-color: #FAE593; }
span { border-color: rgb(250,229,147); }
td.TdClassName
{
border-color: #FAE593;
}
.TagClassName
{
border-color: #FAE593;
}
</style>