Shades of Vis Vis #F3E196
Tints of Vis Vis #F3E196
RGB
CMYK
RGB Variations
Color information
#F3E196 (or 0xF3E196) is known color: Vis Vis. HEX triplet: F3, E1 and 96. RGB value is (243,225,150). Sum of RGB (Red+Green+Blue) = 243+225+150=618 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.32% from 618); Green value is 225 (88.28% from 255 or 36.41% from 618); Blue value is 150 (58.98% from 255 or 24.27% from 618); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E196 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3E196 is #0C1E69. Grayscale: #DEDEDE. Windows color (decimal): -794218 or 9888243. OLE color: 9888243.
HSL color Cylindrical-coordinate representation of color #F3E196: hue angle of 48.39º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F3E196 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 225 | 150 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.05 |
| HSL | 48.39º | 0.79% | 0.77% | - |
| HSV(B) | 48.39º | 0.38% | 0.95% | - |
| XYZ | 69.39 | 75.11 | 39.69 | - |
| YUV | 221.83 | 87.46 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 225 | 150 | 0 | 0.07 | 0.38 | 0.05 | 48.39 | 0.79 | 0.77 |
| Hex | F3 | E1 | 96 | 0 | 7 | 26 | 5 | 30 | 4F | 4D |
| Octal | 363 | 341 | 226 | 0 | 7 | 46 | 5 | 60 | 117 | 115 |
| Binary | 11110011 | 11100001 | 10010110 | 0 | 111 | 100110 | 101 | 110000 | 1001111 | 1001101 |
Color Harmonies of #F3E196
Complementary color
Monochromatic Colors of #F3E196
Black with #F3E196
Text Example
Text Example
White with #F3E196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E196; }
p { color: rgb(243,225,150); }
H1.HeaderClassName
{
color: #F3E196;
}
.AnyTagClassName
{
color: #F3E196;
}
</style>
background-color css
<style>
a { background-color: #F3E196; }
a { background-color: rgb(243,225,150); }
div.DivClassName
{
background-color: #F3E196;
}
.BgClassName
{
background-color: #F3E196;
}
</style>
border-color css
<style>
span { border-color: #F3E196; }
span { border-color: rgb(243,225,150); }
td.TdClassName
{
border-color: #F3E196;
}
.TagClassName
{
border-color: #F3E196;
}
</style>