Shades of Vis Vis #F6DF98
Tints of Vis Vis #F6DF98
RGB
CMYK
RGB Variations
Color information
#F6DF98 (or 0xF6DF98) is known color: Vis Vis. HEX triplet: F6, DF and 98. RGB value is (246,223,152). Sum of RGB (Red+Green+Blue) = 246+223+152=621 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.61% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 152 (59.77% from 255 or 24.48% from 621); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DF98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DF98 is #092067. Grayscale: #DEDEDE. Windows color (decimal): -598120 or 10018806. OLE color: 10018806.
HSL color Cylindrical-coordinate representation of color #F6DF98: hue angle of 45.32º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F6DF98 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 223 | 152 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.04 |
| HSL | 45.32º | 0.84% | 0.78% | - |
| HSV(B) | 45.32º | 0.38% | 0.96% | - |
| XYZ | 70.06 | 74.64 | 40.42 | - |
| YUV | 221.78 | 88.62 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 223 | 152 | 0 | 0.09 | 0.38 | 0.04 | 45.32 | 0.84 | 0.78 |
| Hex | F6 | DF | 98 | 0 | 9 | 26 | 4 | 2D | 54 | 4E |
| Octal | 366 | 337 | 230 | 0 | 11 | 46 | 4 | 55 | 124 | 116 |
| Binary | 11110110 | 11011111 | 10011000 | 0 | 1001 | 100110 | 100 | 101101 | 1010100 | 1001110 |
Color Harmonies of #F6DF98
Complementary color
Monochromatic Colors of #F6DF98
Black with #F6DF98
Text Example
Text Example
White with #F6DF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DF98; }
p { color: rgb(246,223,152); }
H1.HeaderClassName
{
color: #F6DF98;
}
.AnyTagClassName
{
color: #F6DF98;
}
</style>
background-color css
<style>
a { background-color: #F6DF98; }
a { background-color: rgb(246,223,152); }
div.DivClassName
{
background-color: #F6DF98;
}
.BgClassName
{
background-color: #F6DF98;
}
</style>
border-color css
<style>
span { border-color: #F6DF98; }
span { border-color: rgb(246,223,152); }
td.TdClassName
{
border-color: #F6DF98;
}
.TagClassName
{
border-color: #F6DF98;
}
</style>