Shades of Vis Vis #F8DF94
Tints of Vis Vis #F8DF94
RGB
CMYK
RGB Variations
Color information
#F8DF94 (or 0xF8DF94) is known color: Vis Vis. HEX triplet: F8, DF and 94. RGB value is (248,223,148). Sum of RGB (Red+Green+Blue) = 248+223+148=619 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.06% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 148 (58.20% from 255 or 23.91% from 619); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DF94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DF94 is #07206B. Grayscale: #DEDEDE. Windows color (decimal): -467052 or 9756664. OLE color: 9756664.
HSL color Cylindrical-coordinate representation of color #F8DF94: hue angle of 45º 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 #F8DF94 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 148 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.03 |
| HSL | 45º | 0.88% | 0.78% | - |
| HSV(B) | 45º | 0.4% | 0.97% | - |
| XYZ | 70.44 | 74.87 | 38.76 | - |
| YUV | 221.93 | 86.28 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 148 | 0 | 0.10 | 0.40 | 0.03 | 45 | 0.88 | 0.78 |
| Hex | F8 | DF | 94 | 0 | A | 28 | 3 | 2D | 58 | 4E |
| Octal | 370 | 337 | 224 | 0 | 12 | 50 | 3 | 55 | 130 | 116 |
| Binary | 11111000 | 11011111 | 10010100 | 0 | 1010 | 101000 | 11 | 101101 | 1011000 | 1001110 |
Color Harmonies of #F8DF94
Complementary color
Monochromatic Colors of #F8DF94
Black with #F8DF94
Text Example
Text Example
White with #F8DF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DF94; }
p { color: rgb(248,223,148); }
H1.HeaderClassName
{
color: #F8DF94;
}
.AnyTagClassName
{
color: #F8DF94;
}
</style>
background-color css
<style>
a { background-color: #F8DF94; }
a { background-color: rgb(248,223,148); }
div.DivClassName
{
background-color: #F8DF94;
}
.BgClassName
{
background-color: #F8DF94;
}
</style>
border-color css
<style>
span { border-color: #F8DF94; }
span { border-color: rgb(248,223,148); }
td.TdClassName
{
border-color: #F8DF94;
}
.TagClassName
{
border-color: #F8DF94;
}
</style>