Shades of Vis Vis #F3DD98
Tints of Vis Vis #F3DD98
RGB
CMYK
RGB Variations
Color information
#F3DD98 (or 0xF3DD98) is known color: Vis Vis. HEX triplet: F3, DD and 98. RGB value is (243,221,152). Sum of RGB (Red+Green+Blue) = 243+221+152=616 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.45% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 152 (59.77% from 255 or 24.68% from 616); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DD98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DD98 is #0C2267. Grayscale: #DCDCDC. Windows color (decimal): -795240 or 10018291. OLE color: 10018291.
HSL color Cylindrical-coordinate representation of color #F3DD98: hue angle of 45.49º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F3DD98 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 221 | 152 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.05 |
| HSL | 45.49º | 0.79% | 0.77% | - |
| HSV(B) | 45.49º | 0.37% | 0.95% | - |
| XYZ | 68.49 | 73.03 | 40.19 | - |
| YUV | 219.71 | 89.79 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 221 | 152 | 0 | 0.09 | 0.37 | 0.05 | 45.49 | 0.79 | 0.77 |
| Hex | F3 | DD | 98 | 0 | 9 | 25 | 5 | 2D | 4F | 4D |
| Octal | 363 | 335 | 230 | 0 | 11 | 45 | 5 | 55 | 117 | 115 |
| Binary | 11110011 | 11011101 | 10011000 | 0 | 1001 | 100101 | 101 | 101101 | 1001111 | 1001101 |
Color Harmonies of #F3DD98
Complementary color
Monochromatic Colors of #F3DD98
Black with #F3DD98
Text Example
Text Example
White with #F3DD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DD98; }
p { color: rgb(243,221,152); }
H1.HeaderClassName
{
color: #F3DD98;
}
.AnyTagClassName
{
color: #F3DD98;
}
</style>
background-color css
<style>
a { background-color: #F3DD98; }
a { background-color: rgb(243,221,152); }
div.DivClassName
{
background-color: #F3DD98;
}
.BgClassName
{
background-color: #F3DD98;
}
</style>
border-color css
<style>
span { border-color: #F3DD98; }
span { border-color: rgb(243,221,152); }
td.TdClassName
{
border-color: #F3DD98;
}
.TagClassName
{
border-color: #F3DD98;
}
</style>