Shades of Vis Vis #F4DB93
Tints of Vis Vis #F4DB93
RGB
CMYK
RGB Variations
Color information
#F4DB93 (or 0xF4DB93) is known color: Vis Vis. HEX triplet: F4, DB and 93. RGB value is (244,219,147). Sum of RGB (Red+Green+Blue) = 244+219+147=610 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 147 (57.81% from 255 or 24.10% from 610); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DB93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4DB93 is #0B246C. Grayscale: #DADADA. Windows color (decimal): -730221 or 9690100. OLE color: 9690100.
HSL color Cylindrical-coordinate representation of color #F4DB93: hue angle of 44.54º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F4DB93 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 219 | 147 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.04 |
| HSL | 44.54º | 0.82% | 0.77% | - |
| HSV(B) | 44.54º | 0.4% | 0.96% | - |
| XYZ | 67.91 | 72 | 37.92 | - |
| YUV | 218.27 | 87.78 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 219 | 147 | 0 | 0.10 | 0.40 | 0.04 | 44.54 | 0.82 | 0.77 |
| Hex | F4 | DB | 93 | 0 | A | 28 | 4 | 2D | 52 | 4D |
| Octal | 364 | 333 | 223 | 0 | 12 | 50 | 4 | 55 | 122 | 115 |
| Binary | 11110100 | 11011011 | 10010011 | 0 | 1010 | 101000 | 100 | 101101 | 1010010 | 1001101 |
Color Harmonies of #F4DB93
Complementary color
Monochromatic Colors of #F4DB93
Black with #F4DB93
Text Example
Text Example
White with #F4DB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DB93; }
p { color: rgb(244,219,147); }
H1.HeaderClassName
{
color: #F4DB93;
}
.AnyTagClassName
{
color: #F4DB93;
}
</style>
background-color css
<style>
a { background-color: #F4DB93; }
a { background-color: rgb(244,219,147); }
div.DivClassName
{
background-color: #F4DB93;
}
.BgClassName
{
background-color: #F4DB93;
}
</style>
border-color css
<style>
span { border-color: #F4DB93; }
span { border-color: rgb(244,219,147); }
td.TdClassName
{
border-color: #F4DB93;
}
.TagClassName
{
border-color: #F4DB93;
}
</style>