Shades of Vis Vis #FEE68D
Tints of Vis Vis #FEE68D
RGB
CMYK
RGB Variations
Color information
#FEE68D (or 0xFEE68D) is known color: Vis Vis. HEX triplet: FE, E6 and 8D. RGB value is (254,230,141). Sum of RGB (Red+Green+Blue) = 254+230+141=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 230 (90.23% from 255 or 36.8% from 625); Blue value is 141 (55.47% from 255 or 22.56% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE68D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE68D is #011972. Grayscale: #E3E3E3. Windows color (decimal): -72051 or 9299710. OLE color: 9299710.
HSL color Cylindrical-coordinate representation of color #FEE68D: hue angle of 47.26º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEE68D is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 141 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.00 |
| HSL | 47.26º | 0.98% | 0.77% | - |
| HSV(B) | 47.26º | 0.44% | 1% | - |
| XYZ | 73.98 | 79.59 | 36.66 | - |
| YUV | 227.03 | 79.45 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 141 | 0 | 0.09 | 0.44 | 0.00 | 47.26 | 0.98 | 0.77 |
| Hex | FE | E6 | 8D | 0 | 9 | 2C | 0 | 2F | 62 | 4D |
| Octal | 376 | 346 | 215 | 0 | 11 | 54 | 0 | 57 | 142 | 115 |
| Binary | 11111110 | 11100110 | 10001101 | 0 | 1001 | 101100 | 0 | 101111 | 1100010 | 1001101 |
Color Harmonies of #FEE68D
Complementary color
Monochromatic Colors of #FEE68D
Black with #FEE68D
Text Example
Text Example
White with #FEE68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE68D; }
p { color: rgb(254,230,141); }
H1.HeaderClassName
{
color: #FEE68D;
}
.AnyTagClassName
{
color: #FEE68D;
}
</style>
background-color css
<style>
a { background-color: #FEE68D; }
a { background-color: rgb(254,230,141); }
div.DivClassName
{
background-color: #FEE68D;
}
.BgClassName
{
background-color: #FEE68D;
}
</style>
border-color css
<style>
span { border-color: #FEE68D; }
span { border-color: rgb(254,230,141); }
td.TdClassName
{
border-color: #FEE68D;
}
.TagClassName
{
border-color: #FEE68D;
}
</style>