Shades of Vis Vis #FEE288
Tints of Vis Vis #FEE288
RGB
CMYK
RGB Variations
Color information
#FEE288 (or 0xFEE288) is known color: Vis Vis. HEX triplet: FE, E2 and 88. RGB value is (254,226,136). Sum of RGB (Red+Green+Blue) = 254+226+136=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 226 (88.67% from 255 or 36.69% from 616); Blue value is 136 (53.52% from 255 or 22.08% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE288 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE288 is #011D77. Grayscale: #E0E0E0. Windows color (decimal): -73080 or 8971006. OLE color: 8971006.
HSL color Cylindrical-coordinate representation of color #FEE288: hue angle of 45.76º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FEE288 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 136 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.00 |
| HSL | 45.76º | 0.98% | 0.76% | - |
| HSV(B) | 45.76º | 0.46% | 1% | - |
| XYZ | 72.51 | 77.24 | 34.38 | - |
| YUV | 224.11 | 78.28 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 136 | 0 | 0.11 | 0.46 | 0.00 | 45.76 | 0.98 | 0.76 |
| Hex | FE | E2 | 88 | 0 | B | 2E | 0 | 2E | 62 | 4C |
| Octal | 376 | 342 | 210 | 0 | 13 | 56 | 0 | 56 | 142 | 114 |
| Binary | 11111110 | 11100010 | 10001000 | 0 | 1011 | 101110 | 0 | 101110 | 1100010 | 1001100 |
Color Harmonies of #FEE288
Complementary color
Monochromatic Colors of #FEE288
Black with #FEE288
Text Example
Text Example
White with #FEE288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE288; }
p { color: rgb(254,226,136); }
H1.HeaderClassName
{
color: #FEE288;
}
.AnyTagClassName
{
color: #FEE288;
}
</style>
background-color css
<style>
a { background-color: #FEE288; }
a { background-color: rgb(254,226,136); }
div.DivClassName
{
background-color: #FEE288;
}
.BgClassName
{
background-color: #FEE288;
}
</style>
border-color css
<style>
span { border-color: #FEE288; }
span { border-color: rgb(254,226,136); }
td.TdClassName
{
border-color: #FEE288;
}
.TagClassName
{
border-color: #FEE288;
}
</style>