Shades of Vis Vis #F8DF96
Tints of Vis Vis #F8DF96
RGB
CMYK
RGB Variations
Color information
#F8DF96 (or 0xF8DF96) is known color: Vis Vis. HEX triplet: F8, DF and 96. RGB value is (248,223,150). Sum of RGB (Red+Green+Blue) = 248+223+150=621 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.94% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 150 (58.98% from 255 or 24.15% from 621); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DF96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DF96 is #072069. Grayscale: #DEDEDE. Windows color (decimal): -467050 or 9887736. OLE color: 9887736.
HSL color Cylindrical-coordinate representation of color #F8DF96: hue angle of 44.69º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F8DF96 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 150 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.03 |
| HSL | 44.69º | 0.88% | 0.78% | - |
| HSV(B) | 44.69º | 0.4% | 0.97% | - |
| XYZ | 70.6 | 74.93 | 39.6 | - |
| YUV | 222.15 | 87.28 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 150 | 0 | 0.10 | 0.40 | 0.03 | 44.69 | 0.88 | 0.78 |
| Hex | F8 | DF | 96 | 0 | A | 28 | 3 | 2D | 58 | 4E |
| Octal | 370 | 337 | 226 | 0 | 12 | 50 | 3 | 55 | 130 | 116 |
| Binary | 11111000 | 11011111 | 10010110 | 0 | 1010 | 101000 | 11 | 101101 | 1011000 | 1001110 |
Color Harmonies of #F8DF96
Complementary color
Monochromatic Colors of #F8DF96
Black with #F8DF96
Text Example
Text Example
White with #F8DF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DF96; }
p { color: rgb(248,223,150); }
H1.HeaderClassName
{
color: #F8DF96;
}
.AnyTagClassName
{
color: #F8DF96;
}
</style>
background-color css
<style>
a { background-color: #F8DF96; }
a { background-color: rgb(248,223,150); }
div.DivClassName
{
background-color: #F8DF96;
}
.BgClassName
{
background-color: #F8DF96;
}
</style>
border-color css
<style>
span { border-color: #F8DF96; }
span { border-color: rgb(248,223,150); }
td.TdClassName
{
border-color: #F8DF96;
}
.TagClassName
{
border-color: #F8DF96;
}
</style>