Shades of Vis Vis #F3DE93
Tints of Vis Vis #F3DE93
RGB
CMYK
RGB Variations
Color information
#F3DE93 (or 0xF3DE93) is known color: Vis Vis. HEX triplet: F3, DE and 93. RGB value is (243,222,147). Sum of RGB (Red+Green+Blue) = 243+222+147=612 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.71% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 147 (57.81% from 255 or 24.02% from 612); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DE93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DE93 is #0C216C. Grayscale: #DCDCDC. Windows color (decimal): -794989 or 9690867. OLE color: 9690867.
HSL color Cylindrical-coordinate representation of color #F3DE93: hue angle of 46.88º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F3DE93 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 222 | 147 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.05 |
| HSL | 46.88º | 0.8% | 0.76% | - |
| HSV(B) | 46.88º | 0.4% | 0.95% | - |
| XYZ | 68.35 | 73.4 | 38.17 | - |
| YUV | 219.73 | 86.96 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 222 | 147 | 0 | 0.09 | 0.40 | 0.05 | 46.88 | 0.8 | 0.76 |
| Hex | F3 | DE | 93 | 0 | 9 | 28 | 5 | 2F | 50 | 4C |
| Octal | 363 | 336 | 223 | 0 | 11 | 50 | 5 | 57 | 120 | 114 |
| Binary | 11110011 | 11011110 | 10010011 | 0 | 1001 | 101000 | 101 | 101111 | 1010000 | 1001100 |
Color Harmonies of #F3DE93
Complementary color
Monochromatic Colors of #F3DE93
Black with #F3DE93
Text Example
Text Example
White with #F3DE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DE93; }
p { color: rgb(243,222,147); }
H1.HeaderClassName
{
color: #F3DE93;
}
.AnyTagClassName
{
color: #F3DE93;
}
</style>
background-color css
<style>
a { background-color: #F3DE93; }
a { background-color: rgb(243,222,147); }
div.DivClassName
{
background-color: #F3DE93;
}
.BgClassName
{
background-color: #F3DE93;
}
</style>
border-color css
<style>
span { border-color: #F3DE93; }
span { border-color: rgb(243,222,147); }
td.TdClassName
{
border-color: #F3DE93;
}
.TagClassName
{
border-color: #F3DE93;
}
</style>