Shades of Vis Vis #F3DB94
Tints of Vis Vis #F3DB94
RGB
CMYK
RGB Variations
Color information
#F3DB94 (or 0xF3DB94) is known color: Vis Vis. HEX triplet: F3, DB and 94. RGB value is (243,219,148). Sum of RGB (Red+Green+Blue) = 243+219+148=610 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.84% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 148 (58.20% from 255 or 24.26% from 610); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DB94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DB94 is #0C246B. Grayscale: #DADADA. Windows color (decimal): -795756 or 9755635. OLE color: 9755635.
HSL color Cylindrical-coordinate representation of color #F3DB94: hue angle of 44.84º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F3DB94 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 219 | 148 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.05 |
| HSL | 44.84º | 0.8% | 0.77% | - |
| HSV(B) | 44.84º | 0.39% | 0.95% | - |
| XYZ | 67.64 | 71.86 | 38.32 | - |
| YUV | 218.08 | 88.45 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 219 | 148 | 0 | 0.10 | 0.39 | 0.05 | 44.84 | 0.8 | 0.77 |
| Hex | F3 | DB | 94 | 0 | A | 27 | 5 | 2D | 50 | 4D |
| Octal | 363 | 333 | 224 | 0 | 12 | 47 | 5 | 55 | 120 | 115 |
| Binary | 11110011 | 11011011 | 10010100 | 0 | 1010 | 100111 | 101 | 101101 | 1010000 | 1001101 |
Color Harmonies of #F3DB94
Complementary color
Monochromatic Colors of #F3DB94
Black with #F3DB94
Text Example
Text Example
White with #F3DB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DB94; }
p { color: rgb(243,219,148); }
H1.HeaderClassName
{
color: #F3DB94;
}
.AnyTagClassName
{
color: #F3DB94;
}
</style>
background-color css
<style>
a { background-color: #F3DB94; }
a { background-color: rgb(243,219,148); }
div.DivClassName
{
background-color: #F3DB94;
}
.BgClassName
{
background-color: #F3DB94;
}
</style>
border-color css
<style>
span { border-color: #F3DB94; }
span { border-color: rgb(243,219,148); }
td.TdClassName
{
border-color: #F3DB94;
}
.TagClassName
{
border-color: #F3DB94;
}
</style>