Shades of Vis Vis #F6DF8C
Tints of Vis Vis #F6DF8C
RGB
CMYK
RGB Variations
Color information
#F6DF8C (or 0xF6DF8C) is known color: Vis Vis. HEX triplet: F6, DF and 8C. RGB value is (246,223,140). Sum of RGB (Red+Green+Blue) = 246+223+140=609 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.39% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 140 (55.08% from 255 or 22.99% from 609); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DF8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DF8C is #092073. Grayscale: #DCDCDC. Windows color (decimal): -598132 or 9232374. OLE color: 9232374.
HSL color Cylindrical-coordinate representation of color #F6DF8C: hue angle of 46.98º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F6DF8C is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 223 | 140 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.04 |
| HSL | 46.98º | 0.85% | 0.76% | - |
| HSV(B) | 46.98º | 0.43% | 0.96% | - |
| XYZ | 69.13 | 74.26 | 35.5 | - |
| YUV | 220.42 | 82.62 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 223 | 140 | 0 | 0.09 | 0.43 | 0.04 | 46.98 | 0.85 | 0.76 |
| Hex | F6 | DF | 8C | 0 | 9 | 2B | 4 | 2F | 55 | 4C |
| Octal | 366 | 337 | 214 | 0 | 11 | 53 | 4 | 57 | 125 | 114 |
| Binary | 11110110 | 11011111 | 10001100 | 0 | 1001 | 101011 | 100 | 101111 | 1010101 | 1001100 |
Color Harmonies of #F6DF8C
Complementary color
Monochromatic Colors of #F6DF8C
Black with #F6DF8C
Text Example
Text Example
White with #F6DF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DF8C; }
p { color: rgb(246,223,140); }
H1.HeaderClassName
{
color: #F6DF8C;
}
.AnyTagClassName
{
color: #F6DF8C;
}
</style>
background-color css
<style>
a { background-color: #F6DF8C; }
a { background-color: rgb(246,223,140); }
div.DivClassName
{
background-color: #F6DF8C;
}
.BgClassName
{
background-color: #F6DF8C;
}
</style>
border-color css
<style>
span { border-color: #F6DF8C; }
span { border-color: rgb(246,223,140); }
td.TdClassName
{
border-color: #F6DF8C;
}
.TagClassName
{
border-color: #F6DF8C;
}
</style>