Shades of Vis Vis #FADC8D
Tints of Vis Vis #FADC8D
RGB
CMYK
RGB Variations
Color information
#FADC8D (or 0xFADC8D) is known color: Vis Vis. HEX triplet: FA, DC and 8D. RGB value is (250,220,141). Sum of RGB (Red+Green+Blue) = 250+220+141=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 141 (55.47% from 255 or 23.08% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADC8D is #052372. Grayscale: #DCDCDC. Windows color (decimal): -336755 or 9297146. OLE color: 9297146.
HSL color Cylindrical-coordinate representation of color #FADC8D: hue angle of 43.49º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FADC8D is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 141 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.02 |
| HSL | 43.49º | 0.92% | 0.77% | - |
| HSV(B) | 43.49º | 0.44% | 0.98% | - |
| XYZ | 69.83 | 73.43 | 35.69 | - |
| YUV | 219.96 | 83.44 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 141 | 0 | 0.12 | 0.44 | 0.02 | 43.49 | 0.92 | 0.77 |
| Hex | FA | DC | 8D | 0 | C | 2C | 2 | 2B | 5C | 4D |
| Octal | 372 | 334 | 215 | 0 | 14 | 54 | 2 | 53 | 134 | 115 |
| Binary | 11111010 | 11011100 | 10001101 | 0 | 1100 | 101100 | 10 | 101011 | 1011100 | 1001101 |
Color Harmonies of #FADC8D
Complementary color
Monochromatic Colors of #FADC8D
Black with #FADC8D
Text Example
Text Example
White with #FADC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC8D; }
p { color: rgb(250,220,141); }
H1.HeaderClassName
{
color: #FADC8D;
}
.AnyTagClassName
{
color: #FADC8D;
}
</style>
background-color css
<style>
a { background-color: #FADC8D; }
a { background-color: rgb(250,220,141); }
div.DivClassName
{
background-color: #FADC8D;
}
.BgClassName
{
background-color: #FADC8D;
}
</style>
border-color css
<style>
span { border-color: #FADC8D; }
span { border-color: rgb(250,220,141); }
td.TdClassName
{
border-color: #FADC8D;
}
.TagClassName
{
border-color: #FADC8D;
}
</style>