Shades of Vis Vis #FEE08F
Tints of Vis Vis #FEE08F
RGB
CMYK
RGB Variations
Color information
#FEE08F (or 0xFEE08F) is known color: Vis Vis. HEX triplet: FE, E0 and 8F. RGB value is (254,224,143). Sum of RGB (Red+Green+Blue) = 254+224+143=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 224 (87.89% from 255 or 36.07% from 621); Blue value is 143 (56.25% from 255 or 23.03% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE08F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE08F is #011F70. Grayscale: #E0E0E0. Windows color (decimal): -73585 or 9429246. OLE color: 9429246.
HSL color Cylindrical-coordinate representation of color #FEE08F: hue angle of 43.78º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEE08F is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 143 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.00 |
| HSL | 43.78º | 0.98% | 0.78% | - |
| HSV(B) | 43.78º | 0.44% | 1% | - |
| XYZ | 72.49 | 76.37 | 36.91 | - |
| YUV | 223.74 | 82.44 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 143 | 0 | 0.12 | 0.44 | 0.00 | 43.78 | 0.98 | 0.78 |
| Hex | FE | E0 | 8F | 0 | C | 2C | 0 | 2C | 62 | 4E |
| Octal | 376 | 340 | 217 | 0 | 14 | 54 | 0 | 54 | 142 | 116 |
| Binary | 11111110 | 11100000 | 10001111 | 0 | 1100 | 101100 | 0 | 101100 | 1100010 | 1001110 |
Color Harmonies of #FEE08F
Complementary color
Monochromatic Colors of #FEE08F
Black with #FEE08F
Text Example
Text Example
White with #FEE08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE08F; }
p { color: rgb(254,224,143); }
H1.HeaderClassName
{
color: #FEE08F;
}
.AnyTagClassName
{
color: #FEE08F;
}
</style>
background-color css
<style>
a { background-color: #FEE08F; }
a { background-color: rgb(254,224,143); }
div.DivClassName
{
background-color: #FEE08F;
}
.BgClassName
{
background-color: #FEE08F;
}
</style>
border-color css
<style>
span { border-color: #FEE08F; }
span { border-color: rgb(254,224,143); }
td.TdClassName
{
border-color: #FEE08F;
}
.TagClassName
{
border-color: #FEE08F;
}
</style>