Shades of Vis Vis #F5DE93
Tints of Vis Vis #F5DE93
RGB
CMYK
RGB Variations
Color information
#F5DE93 (or 0xF5DE93) is known color: Vis Vis. HEX triplet: F5, DE and 93. RGB value is (245,222,147). Sum of RGB (Red+Green+Blue) = 245+222+147=614 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.90% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 147 (57.81% from 255 or 23.94% from 614); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DE93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DE93 is #0A216C. Grayscale: #DCDCDC. Windows color (decimal): -663917 or 9690869. OLE color: 9690869.
HSL color Cylindrical-coordinate representation of color #F5DE93: hue angle of 45.92º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F5DE93 is Cyan = 0, Magento = 0.09, Yellow = 0.4 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 222 | 147 | - |
| CMYK | 0 | 0.09 | 0.4 | 0.04 |
| HSL | 45.92º | 0.83% | 0.77% | - |
| HSV(B) | 45.92º | 0.4% | 0.96% | - |
| XYZ | 69.04 | 73.76 | 38.2 | - |
| YUV | 220.33 | 86.62 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 222 | 147 | 0 | 0.09 | 0.4 | 0.04 | 45.92 | 0.83 | 0.77 |
| Hex | F5 | DE | 93 | 0 | 9 | 28 | 4 | 2E | 53 | 4D |
| Octal | 365 | 336 | 223 | 0 | 11 | 50 | 4 | 56 | 123 | 115 |
| Binary | 11110101 | 11011110 | 10010011 | 0 | 1001 | 101000 | 100 | 101110 | 1010011 | 1001101 |
Color Harmonies of #F5DE93
Complementary color
Monochromatic Colors of #F5DE93
Black with #F5DE93
Text Example
Text Example
White with #F5DE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DE93; }
p { color: rgb(245,222,147); }
H1.HeaderClassName
{
color: #F5DE93;
}
.AnyTagClassName
{
color: #F5DE93;
}
</style>
background-color css
<style>
a { background-color: #F5DE93; }
a { background-color: rgb(245,222,147); }
div.DivClassName
{
background-color: #F5DE93;
}
.BgClassName
{
background-color: #F5DE93;
}
</style>
border-color css
<style>
span { border-color: #F5DE93; }
span { border-color: rgb(245,222,147); }
td.TdClassName
{
border-color: #F5DE93;
}
.TagClassName
{
border-color: #F5DE93;
}
</style>