Shades of Vis Vis #F3DD96
Tints of Vis Vis #F3DD96
RGB
CMYK
RGB Variations
Color information
#F3DD96 (or 0xF3DD96) is known color: Vis Vis. HEX triplet: F3, DD and 96. RGB value is (243,221,150). Sum of RGB (Red+Green+Blue) = 243+221+150=614 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.58% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 150 (58.98% from 255 or 24.43% from 614); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DD96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DD96 is #0C2269. Grayscale: #DBDBDB. Windows color (decimal): -795242 or 9887219. OLE color: 9887219.
HSL color Cylindrical-coordinate representation of color #F3DD96: hue angle of 45.81º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F3DD96 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 221 | 150 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.05 |
| HSL | 45.81º | 0.79% | 0.77% | - |
| HSV(B) | 45.81º | 0.38% | 0.95% | - |
| XYZ | 68.32 | 72.97 | 39.34 | - |
| YUV | 219.48 | 88.79 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 221 | 150 | 0 | 0.09 | 0.38 | 0.05 | 45.81 | 0.79 | 0.77 |
| Hex | F3 | DD | 96 | 0 | 9 | 26 | 5 | 2E | 4F | 4D |
| Octal | 363 | 335 | 226 | 0 | 11 | 46 | 5 | 56 | 117 | 115 |
| Binary | 11110011 | 11011101 | 10010110 | 0 | 1001 | 100110 | 101 | 101110 | 1001111 | 1001101 |
Color Harmonies of #F3DD96
Complementary color
Monochromatic Colors of #F3DD96
Black with #F3DD96
Text Example
Text Example
White with #F3DD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DD96; }
p { color: rgb(243,221,150); }
H1.HeaderClassName
{
color: #F3DD96;
}
.AnyTagClassName
{
color: #F3DD96;
}
</style>
background-color css
<style>
a { background-color: #F3DD96; }
a { background-color: rgb(243,221,150); }
div.DivClassName
{
background-color: #F3DD96;
}
.BgClassName
{
background-color: #F3DD96;
}
</style>
border-color css
<style>
span { border-color: #F3DD96; }
span { border-color: rgb(243,221,150); }
td.TdClassName
{
border-color: #F3DD96;
}
.TagClassName
{
border-color: #F3DD96;
}
</style>