Shades of Vis Vis #F6DD95
Tints of Vis Vis #F6DD95
RGB
CMYK
RGB Variations
Color information
#F6DD95 (or 0xF6DD95) is known color: Vis Vis. HEX triplet: F6, DD and 95. RGB value is (246,221,149). Sum of RGB (Red+Green+Blue) = 246+221+149=616 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.94% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 149 (58.59% from 255 or 24.19% from 616); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DD95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DD95 is #09226A. Grayscale: #DCDCDC. Windows color (decimal): -598635 or 9821686. OLE color: 9821686.
HSL color Cylindrical-coordinate representation of color #F6DD95: hue angle of 44.54º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F6DD95 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 221 | 149 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.04 |
| HSL | 44.54º | 0.84% | 0.77% | - |
| HSV(B) | 44.54º | 0.39% | 0.96% | - |
| XYZ | 69.29 | 73.48 | 38.96 | - |
| YUV | 220.27 | 87.78 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 221 | 149 | 0 | 0.10 | 0.39 | 0.04 | 44.54 | 0.84 | 0.77 |
| Hex | F6 | DD | 95 | 0 | A | 27 | 4 | 2D | 54 | 4D |
| Octal | 366 | 335 | 225 | 0 | 12 | 47 | 4 | 55 | 124 | 115 |
| Binary | 11110110 | 11011101 | 10010101 | 0 | 1010 | 100111 | 100 | 101101 | 1010100 | 1001101 |
Color Harmonies of #F6DD95
Complementary color
Monochromatic Colors of #F6DD95
Black with #F6DD95
Text Example
Text Example
White with #F6DD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DD95; }
p { color: rgb(246,221,149); }
H1.HeaderClassName
{
color: #F6DD95;
}
.AnyTagClassName
{
color: #F6DD95;
}
</style>
background-color css
<style>
a { background-color: #F6DD95; }
a { background-color: rgb(246,221,149); }
div.DivClassName
{
background-color: #F6DD95;
}
.BgClassName
{
background-color: #F6DD95;
}
</style>
border-color css
<style>
span { border-color: #F6DD95; }
span { border-color: rgb(246,221,149); }
td.TdClassName
{
border-color: #F6DD95;
}
.TagClassName
{
border-color: #F6DD95;
}
</style>