Shades of Vis Vis #FADC91
Tints of Vis Vis #FADC91
RGB
CMYK
RGB Variations
Color information
#FADC91 (or 0xFADC91) is known color: Vis Vis. HEX triplet: FA, DC and 91. RGB value is (250,220,145). Sum of RGB (Red+Green+Blue) = 250+220+145=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 145 (57.03% from 255 or 23.58% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADC91 is #05236E. Grayscale: #DCDCDC. Windows color (decimal): -336751 or 9559290. OLE color: 9559290.
HSL color Cylindrical-coordinate representation of color #FADC91: hue angle of 42.86º 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 #FADC91 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 145 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.02 |
| HSL | 42.86º | 0.91% | 0.77% | - |
| HSV(B) | 42.86º | 0.42% | 0.98% | - |
| XYZ | 70.13 | 73.55 | 37.29 | - |
| YUV | 220.42 | 85.44 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 145 | 0 | 0.12 | 0.42 | 0.02 | 42.86 | 0.91 | 0.77 |
| Hex | FA | DC | 91 | 0 | C | 2A | 2 | 2B | 5B | 4D |
| Octal | 372 | 334 | 221 | 0 | 14 | 52 | 2 | 53 | 133 | 115 |
| Binary | 11111010 | 11011100 | 10010001 | 0 | 1100 | 101010 | 10 | 101011 | 1011011 | 1001101 |
Color Harmonies of #FADC91
Complementary color
Monochromatic Colors of #FADC91
Black with #FADC91
Text Example
Text Example
White with #FADC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC91; }
p { color: rgb(250,220,145); }
H1.HeaderClassName
{
color: #FADC91;
}
.AnyTagClassName
{
color: #FADC91;
}
</style>
background-color css
<style>
a { background-color: #FADC91; }
a { background-color: rgb(250,220,145); }
div.DivClassName
{
background-color: #FADC91;
}
.BgClassName
{
background-color: #FADC91;
}
</style>
border-color css
<style>
span { border-color: #FADC91; }
span { border-color: rgb(250,220,145); }
td.TdClassName
{
border-color: #FADC91;
}
.TagClassName
{
border-color: #FADC91;
}
</style>