Shades of Vis Vis #F6DE96
Tints of Vis Vis #F6DE96
RGB
CMYK
RGB Variations
Color information
#F6DE96 (or 0xF6DE96) is known color: Vis Vis. HEX triplet: F6, DE and 96. RGB value is (246,222,150). Sum of RGB (Red+Green+Blue) = 246+222+150=618 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.81% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 150 (58.98% from 255 or 24.27% from 618); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DE96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DE96 is #092169. Grayscale: #DDDDDD. Windows color (decimal): -598378 or 9887478. OLE color: 9887478.
HSL color Cylindrical-coordinate representation of color #F6DE96: hue angle of 45º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F6DE96 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 222 | 150 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.04 |
| HSL | 45º | 0.84% | 0.78% | - |
| HSV(B) | 45º | 0.39% | 0.96% | - |
| XYZ | 69.63 | 74.04 | 39.47 | - |
| YUV | 220.97 | 87.95 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 222 | 150 | 0 | 0.10 | 0.39 | 0.04 | 45 | 0.84 | 0.78 |
| Hex | F6 | DE | 96 | 0 | A | 27 | 4 | 2D | 54 | 4E |
| Octal | 366 | 336 | 226 | 0 | 12 | 47 | 4 | 55 | 124 | 116 |
| Binary | 11110110 | 11011110 | 10010110 | 0 | 1010 | 100111 | 100 | 101101 | 1010100 | 1001110 |
Color Harmonies of #F6DE96
Complementary color
Monochromatic Colors of #F6DE96
Black with #F6DE96
Text Example
Text Example
White with #F6DE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DE96; }
p { color: rgb(246,222,150); }
H1.HeaderClassName
{
color: #F6DE96;
}
.AnyTagClassName
{
color: #F6DE96;
}
</style>
background-color css
<style>
a { background-color: #F6DE96; }
a { background-color: rgb(246,222,150); }
div.DivClassName
{
background-color: #F6DE96;
}
.BgClassName
{
background-color: #F6DE96;
}
</style>
border-color css
<style>
span { border-color: #F6DE96; }
span { border-color: rgb(246,222,150); }
td.TdClassName
{
border-color: #F6DE96;
}
.TagClassName
{
border-color: #F6DE96;
}
</style>