Shades of Vis Vis #F3DE97
Tints of Vis Vis #F3DE97
RGB
CMYK
RGB Variations
Color information
#F3DE97 (or 0xF3DE97) is known color: Vis Vis. HEX triplet: F3, DE and 97. RGB value is (243,222,151). Sum of RGB (Red+Green+Blue) = 243+222+151=616 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.45% from 616); Green value is 222 (87.11% from 255 or 36.04% from 616); Blue value is 151 (59.38% from 255 or 24.51% from 616); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DE97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DE97 is #0C2168. Grayscale: #DCDCDC. Windows color (decimal): -794985 or 9953011. OLE color: 9953011.
HSL color Cylindrical-coordinate representation of color #F3DE97: hue angle of 46.3º 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 #F3DE97 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 222 | 151 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.05 |
| HSL | 46.3º | 0.79% | 0.77% | - |
| HSV(B) | 46.3º | 0.38% | 0.95% | - |
| XYZ | 68.67 | 73.53 | 39.85 | - |
| YUV | 220.19 | 88.96 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 222 | 151 | 0 | 0.09 | 0.38 | 0.05 | 46.3 | 0.79 | 0.77 |
| Hex | F3 | DE | 97 | 0 | 9 | 26 | 5 | 2E | 4F | 4D |
| Octal | 363 | 336 | 227 | 0 | 11 | 46 | 5 | 56 | 117 | 115 |
| Binary | 11110011 | 11011110 | 10010111 | 0 | 1001 | 100110 | 101 | 101110 | 1001111 | 1001101 |
Color Harmonies of #F3DE97
Complementary color
Monochromatic Colors of #F3DE97
Black with #F3DE97
Text Example
Text Example
White with #F3DE97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DE97; }
p { color: rgb(243,222,151); }
H1.HeaderClassName
{
color: #F3DE97;
}
.AnyTagClassName
{
color: #F3DE97;
}
</style>
background-color css
<style>
a { background-color: #F3DE97; }
a { background-color: rgb(243,222,151); }
div.DivClassName
{
background-color: #F3DE97;
}
.BgClassName
{
background-color: #F3DE97;
}
</style>
border-color css
<style>
span { border-color: #F3DE97; }
span { border-color: rgb(243,222,151); }
td.TdClassName
{
border-color: #F3DE97;
}
.TagClassName
{
border-color: #F3DE97;
}
</style>