Shades of Vis Vis #FDE191
Tints of Vis Vis #FDE191
RGB
CMYK
RGB Variations
Color information
#FDE191 (or 0xFDE191) is known color: Vis Vis. HEX triplet: FD, E1 and 91. RGB value is (253,225,145). Sum of RGB (Red+Green+Blue) = 253+225+145=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 225 (88.28% from 255 or 36.12% from 623); Blue value is 145 (57.03% from 255 or 23.27% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE191 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE191 is #021E6E. Grayscale: #E0E0E0. Windows color (decimal): -138863 or 9560573. OLE color: 9560573.
HSL color Cylindrical-coordinate representation of color #FDE191: hue angle of 44.44º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDE191 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 145 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.01 |
| HSL | 44.44º | 0.96% | 0.78% | - |
| HSV(B) | 44.44º | 0.43% | 0.99% | - |
| XYZ | 72.54 | 76.78 | 37.78 | - |
| YUV | 224.25 | 83.28 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 145 | 0 | 0.11 | 0.43 | 0.01 | 44.44 | 0.96 | 0.78 |
| Hex | FD | E1 | 91 | 0 | B | 2B | 1 | 2C | 60 | 4E |
| Octal | 375 | 341 | 221 | 0 | 13 | 53 | 1 | 54 | 140 | 116 |
| Binary | 11111101 | 11100001 | 10010001 | 0 | 1011 | 101011 | 1 | 101100 | 1100000 | 1001110 |
Color Harmonies of #FDE191
Complementary color
Monochromatic Colors of #FDE191
Black with #FDE191
Text Example
Text Example
White with #FDE191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE191; }
p { color: rgb(253,225,145); }
H1.HeaderClassName
{
color: #FDE191;
}
.AnyTagClassName
{
color: #FDE191;
}
</style>
background-color css
<style>
a { background-color: #FDE191; }
a { background-color: rgb(253,225,145); }
div.DivClassName
{
background-color: #FDE191;
}
.BgClassName
{
background-color: #FDE191;
}
</style>
border-color css
<style>
span { border-color: #FDE191; }
span { border-color: rgb(253,225,145); }
td.TdClassName
{
border-color: #FDE191;
}
.TagClassName
{
border-color: #FDE191;
}
</style>