Shades of Vis Vis #F6DD8F
Tints of Vis Vis #F6DD8F
RGB
CMYK
RGB Variations
Color information
#F6DD8F (or 0xF6DD8F) is known color: Vis Vis. HEX triplet: F6, DD and 8F. RGB value is (246,221,143). Sum of RGB (Red+Green+Blue) = 246+221+143=610 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.33% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 143 (56.25% from 255 or 23.44% from 610); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DD8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DD8F is #092270. Grayscale: #DBDBDB. Windows color (decimal): -598641 or 9428470. OLE color: 9428470.
HSL color Cylindrical-coordinate representation of color #F6DD8F: hue angle of 45.44º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F6DD8F is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 221 | 143 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.04 |
| HSL | 45.44º | 0.85% | 0.76% | - |
| HSV(B) | 45.44º | 0.42% | 0.96% | - |
| XYZ | 68.82 | 73.29 | 36.51 | - |
| YUV | 219.58 | 84.78 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 221 | 143 | 0 | 0.10 | 0.42 | 0.04 | 45.44 | 0.85 | 0.76 |
| Hex | F6 | DD | 8F | 0 | A | 2A | 4 | 2D | 55 | 4C |
| Octal | 366 | 335 | 217 | 0 | 12 | 52 | 4 | 55 | 125 | 114 |
| Binary | 11110110 | 11011101 | 10001111 | 0 | 1010 | 101010 | 100 | 101101 | 1010101 | 1001100 |
Color Harmonies of #F6DD8F
Complementary color
Monochromatic Colors of #F6DD8F
Black with #F6DD8F
Text Example
Text Example
White with #F6DD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DD8F; }
p { color: rgb(246,221,143); }
H1.HeaderClassName
{
color: #F6DD8F;
}
.AnyTagClassName
{
color: #F6DD8F;
}
</style>
background-color css
<style>
a { background-color: #F6DD8F; }
a { background-color: rgb(246,221,143); }
div.DivClassName
{
background-color: #F6DD8F;
}
.BgClassName
{
background-color: #F6DD8F;
}
</style>
border-color css
<style>
span { border-color: #F6DD8F; }
span { border-color: rgb(246,221,143); }
td.TdClassName
{
border-color: #F6DD8F;
}
.TagClassName
{
border-color: #F6DD8F;
}
</style>