Shades of Vis Vis #F3DE98
Tints of Vis Vis #F3DE98
RGB
CMYK
RGB Variations
Color information
#F3DE98 (or 0xF3DE98) is known color: Vis Vis. HEX triplet: F3, DE and 98. RGB value is (243,222,152). Sum of RGB (Red+Green+Blue) = 243+222+152=617 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.38% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 152 (59.77% from 255 or 24.64% from 617); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DE98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DE98 is #0C2167. Grayscale: #DCDCDC. Windows color (decimal): -794984 or 10018547. OLE color: 10018547.
HSL color Cylindrical-coordinate representation of color #F3DE98: hue angle of 46.15º 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 #F3DE98 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 222 | 152 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.05 |
| HSL | 46.15º | 0.79% | 0.77% | - |
| HSV(B) | 46.15º | 0.37% | 0.95% | - |
| XYZ | 68.75 | 73.56 | 40.28 | - |
| YUV | 220.3 | 89.46 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 222 | 152 | 0 | 0.09 | 0.37 | 0.05 | 46.15 | 0.79 | 0.77 |
| Hex | F3 | DE | 98 | 0 | 9 | 25 | 5 | 2E | 4F | 4D |
| Octal | 363 | 336 | 230 | 0 | 11 | 45 | 5 | 56 | 117 | 115 |
| Binary | 11110011 | 11011110 | 10011000 | 0 | 1001 | 100101 | 101 | 101110 | 1001111 | 1001101 |
Color Harmonies of #F3DE98
Complementary color
Monochromatic Colors of #F3DE98
Black with #F3DE98
Text Example
Text Example
White with #F3DE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DE98; }
p { color: rgb(243,222,152); }
H1.HeaderClassName
{
color: #F3DE98;
}
.AnyTagClassName
{
color: #F3DE98;
}
</style>
background-color css
<style>
a { background-color: #F3DE98; }
a { background-color: rgb(243,222,152); }
div.DivClassName
{
background-color: #F3DE98;
}
.BgClassName
{
background-color: #F3DE98;
}
</style>
border-color css
<style>
span { border-color: #F3DE98; }
span { border-color: rgb(243,222,152); }
td.TdClassName
{
border-color: #F3DE98;
}
.TagClassName
{
border-color: #F3DE98;
}
</style>