Shades of Vis Vis #FEE993
Tints of Vis Vis #FEE993
RGB
CMYK
RGB Variations
Color information
#FEE993 (or 0xFEE993) is known color: Vis Vis. HEX triplet: FE, E9 and 93. RGB value is (254,233,147). Sum of RGB (Red+Green+Blue) = 254+233+147=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 233 (91.41% from 255 or 36.75% from 634); Blue value is 147 (57.81% from 255 or 23.19% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE993 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE993 is #01166C. Grayscale: #E5E5E5. Windows color (decimal): -71277 or 9693694. OLE color: 9693694.
HSL color Cylindrical-coordinate representation of color #FEE993: hue angle of 48.22º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FEE993 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 147 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.00 |
| HSL | 48.22º | 0.98% | 0.79% | - |
| HSV(B) | 48.22º | 0.42% | 1% | - |
| XYZ | 75.28 | 81.46 | 39.36 | - |
| YUV | 229.48 | 81.46 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 147 | 0 | 0.08 | 0.42 | 0.00 | 48.22 | 0.98 | 0.79 |
| Hex | FE | E9 | 93 | 0 | 8 | 2A | 0 | 30 | 62 | 4F |
| Octal | 376 | 351 | 223 | 0 | 10 | 52 | 0 | 60 | 142 | 117 |
| Binary | 11111110 | 11101001 | 10010011 | 0 | 1000 | 101010 | 0 | 110000 | 1100010 | 1001111 |
Color Harmonies of #FEE993
Complementary color
Monochromatic Colors of #FEE993
Black with #FEE993
Text Example
Text Example
White with #FEE993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE993; }
p { color: rgb(254,233,147); }
H1.HeaderClassName
{
color: #FEE993;
}
.AnyTagClassName
{
color: #FEE993;
}
</style>
background-color css
<style>
a { background-color: #FEE993; }
a { background-color: rgb(254,233,147); }
div.DivClassName
{
background-color: #FEE993;
}
.BgClassName
{
background-color: #FEE993;
}
</style>
border-color css
<style>
span { border-color: #FEE993; }
span { border-color: rgb(254,233,147); }
td.TdClassName
{
border-color: #FEE993;
}
.TagClassName
{
border-color: #FEE993;
}
</style>