Shades of Vis Vis #FADF96
Tints of Vis Vis #FADF96
RGB
CMYK
RGB Variations
Color information
#FADF96 (or 0xFADF96) is known color: Vis Vis. HEX triplet: FA, DF and 96. RGB value is (250,223,150). Sum of RGB (Red+Green+Blue) = 250+223+150=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 223 (87.5% from 255 or 35.79% from 623); Blue value is 150 (58.98% from 255 or 24.08% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADF96 is #052069. Grayscale: #DFDFDF. Windows color (decimal): -335978 or 9887738. OLE color: 9887738.
HSL color Cylindrical-coordinate representation of color #FADF96: hue angle of 43.8º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FADF96 is Cyan = 0, Magento = 0.11, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 150 | - |
| CMYK | 0 | 0.11 | 0.4 | 0.02 |
| HSL | 43.8º | 0.91% | 0.78% | - |
| HSV(B) | 43.8º | 0.4% | 0.98% | - |
| XYZ | 71.32 | 75.3 | 39.63 | - |
| YUV | 222.75 | 86.95 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 150 | 0 | 0.11 | 0.4 | 0.02 | 43.8 | 0.91 | 0.78 |
| Hex | FA | DF | 96 | 0 | B | 28 | 2 | 2C | 5B | 4E |
| Octal | 372 | 337 | 226 | 0 | 13 | 50 | 2 | 54 | 133 | 116 |
| Binary | 11111010 | 11011111 | 10010110 | 0 | 1011 | 101000 | 10 | 101100 | 1011011 | 1001110 |
Color Harmonies of #FADF96
Complementary color
Monochromatic Colors of #FADF96
Black with #FADF96
Text Example
Text Example
White with #FADF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF96; }
p { color: rgb(250,223,150); }
H1.HeaderClassName
{
color: #FADF96;
}
.AnyTagClassName
{
color: #FADF96;
}
</style>
background-color css
<style>
a { background-color: #FADF96; }
a { background-color: rgb(250,223,150); }
div.DivClassName
{
background-color: #FADF96;
}
.BgClassName
{
background-color: #FADF96;
}
</style>
border-color css
<style>
span { border-color: #FADF96; }
span { border-color: rgb(250,223,150); }
td.TdClassName
{
border-color: #FADF96;
}
.TagClassName
{
border-color: #FADF96;
}
</style>