Shades of Vis Vis #FADF91
Tints of Vis Vis #FADF91
RGB
CMYK
RGB Variations
Color information
#FADF91 (or 0xFADF91) is known color: Vis Vis. HEX triplet: FA, DF and 91. RGB value is (250,223,145). Sum of RGB (Red+Green+Blue) = 250+223+145=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 145 (57.03% from 255 or 23.46% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADF91 is #05206E. Grayscale: #DEDEDE. Windows color (decimal): -335983 or 9560058. OLE color: 9560058.
HSL color Cylindrical-coordinate representation of color #FADF91: hue angle of 44.57º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FADF91 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 145 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.02 |
| HSL | 44.57º | 0.91% | 0.77% | - |
| HSV(B) | 44.57º | 0.42% | 0.98% | - |
| XYZ | 70.92 | 75.14 | 37.55 | - |
| YUV | 222.18 | 84.45 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 145 | 0 | 0.11 | 0.42 | 0.02 | 44.57 | 0.91 | 0.77 |
| Hex | FA | DF | 91 | 0 | B | 2A | 2 | 2D | 5B | 4D |
| Octal | 372 | 337 | 221 | 0 | 13 | 52 | 2 | 55 | 133 | 115 |
| Binary | 11111010 | 11011111 | 10010001 | 0 | 1011 | 101010 | 10 | 101101 | 1011011 | 1001101 |
Color Harmonies of #FADF91
Complementary color
Monochromatic Colors of #FADF91
Black with #FADF91
Text Example
Text Example
White with #FADF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF91; }
p { color: rgb(250,223,145); }
H1.HeaderClassName
{
color: #FADF91;
}
.AnyTagClassName
{
color: #FADF91;
}
</style>
background-color css
<style>
a { background-color: #FADF91; }
a { background-color: rgb(250,223,145); }
div.DivClassName
{
background-color: #FADF91;
}
.BgClassName
{
background-color: #FADF91;
}
</style>
border-color css
<style>
span { border-color: #FADF91; }
span { border-color: rgb(250,223,145); }
td.TdClassName
{
border-color: #FADF91;
}
.TagClassName
{
border-color: #FADF91;
}
</style>