Shades of Vis Vis #F9DB94
Tints of Vis Vis #F9DB94
RGB
CMYK
RGB Variations
Color information
#F9DB94 (or 0xF9DB94) is known color: Vis Vis. HEX triplet: F9, DB and 94. RGB value is (249,219,148). Sum of RGB (Red+Green+Blue) = 249+219+148=616 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.42% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 148 (58.20% from 255 or 24.03% from 616); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DB94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DB94 is #06246B. Grayscale: #DCDCDC. Windows color (decimal): -402540 or 9755641. OLE color: 9755641.
HSL color Cylindrical-coordinate representation of color #F9DB94: hue angle of 42.18º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F9DB94 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 219 | 148 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.02 |
| HSL | 42.18º | 0.89% | 0.78% | - |
| HSV(B) | 42.18º | 0.41% | 0.98% | - |
| XYZ | 69.74 | 72.94 | 38.42 | - |
| YUV | 219.88 | 87.44 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 219 | 148 | 0 | 0.12 | 0.41 | 0.02 | 42.18 | 0.89 | 0.78 |
| Hex | F9 | DB | 94 | 0 | C | 29 | 2 | 2A | 59 | 4E |
| Octal | 371 | 333 | 224 | 0 | 14 | 51 | 2 | 52 | 131 | 116 |
| Binary | 11111001 | 11011011 | 10010100 | 0 | 1100 | 101001 | 10 | 101010 | 1011001 | 1001110 |
Color Harmonies of #F9DB94
Complementary color
Monochromatic Colors of #F9DB94
Black with #F9DB94
Text Example
Text Example
White with #F9DB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DB94; }
p { color: rgb(249,219,148); }
H1.HeaderClassName
{
color: #F9DB94;
}
.AnyTagClassName
{
color: #F9DB94;
}
</style>
background-color css
<style>
a { background-color: #F9DB94; }
a { background-color: rgb(249,219,148); }
div.DivClassName
{
background-color: #F9DB94;
}
.BgClassName
{
background-color: #F9DB94;
}
</style>
border-color css
<style>
span { border-color: #F9DB94; }
span { border-color: rgb(249,219,148); }
td.TdClassName
{
border-color: #F9DB94;
}
.TagClassName
{
border-color: #F9DB94;
}
</style>