Shades of Vis Vis #F3DE94
Tints of Vis Vis #F3DE94
RGB
CMYK
RGB Variations
Color information
#F3DE94 (or 0xF3DE94) is known color: Vis Vis. HEX triplet: F3, DE and 94. RGB value is (243,222,148). Sum of RGB (Red+Green+Blue) = 243+222+148=613 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.64% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 148 (58.20% from 255 or 24.14% from 613); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DE94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DE94 is #0C216B. Grayscale: #DCDCDC. Windows color (decimal): -794988 or 9756403. OLE color: 9756403.
HSL color Cylindrical-coordinate representation of color #F3DE94: hue angle of 46.74º 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 #F3DE94 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 222 | 148 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.05 |
| HSL | 46.74º | 0.8% | 0.77% | - |
| HSV(B) | 46.74º | 0.39% | 0.95% | - |
| XYZ | 68.43 | 73.44 | 38.58 | - |
| YUV | 219.84 | 87.46 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 222 | 148 | 0 | 0.09 | 0.39 | 0.05 | 46.74 | 0.8 | 0.77 |
| Hex | F3 | DE | 94 | 0 | 9 | 27 | 5 | 2F | 50 | 4D |
| Octal | 363 | 336 | 224 | 0 | 11 | 47 | 5 | 57 | 120 | 115 |
| Binary | 11110011 | 11011110 | 10010100 | 0 | 1001 | 100111 | 101 | 101111 | 1010000 | 1001101 |
Color Harmonies of #F3DE94
Complementary color
Monochromatic Colors of #F3DE94
Black with #F3DE94
Text Example
Text Example
White with #F3DE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DE94; }
p { color: rgb(243,222,148); }
H1.HeaderClassName
{
color: #F3DE94;
}
.AnyTagClassName
{
color: #F3DE94;
}
</style>
background-color css
<style>
a { background-color: #F3DE94; }
a { background-color: rgb(243,222,148); }
div.DivClassName
{
background-color: #F3DE94;
}
.BgClassName
{
background-color: #F3DE94;
}
</style>
border-color css
<style>
span { border-color: #F3DE94; }
span { border-color: rgb(243,222,148); }
td.TdClassName
{
border-color: #F3DE94;
}
.TagClassName
{
border-color: #F3DE94;
}
</style>