Shades of Vis Vis #FADC8E
Tints of Vis Vis #FADC8E
RGB
CMYK
RGB Variations
Color information
#FADC8E (or 0xFADC8E) is known color: Vis Vis. HEX triplet: FA, DC and 8E. RGB value is (250,220,142). Sum of RGB (Red+Green+Blue) = 250+220+142=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 142 (55.86% from 255 or 23.20% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADC8E is #052371. Grayscale: #DCDCDC. Windows color (decimal): -336754 or 9362682. OLE color: 9362682.
HSL color Cylindrical-coordinate representation of color #FADC8E: hue angle of 43.33º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FADC8E is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 142 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.02 |
| HSL | 43.33º | 0.92% | 0.77% | - |
| HSV(B) | 43.33º | 0.43% | 0.98% | - |
| XYZ | 69.9 | 73.46 | 36.09 | - |
| YUV | 220.08 | 83.94 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 142 | 0 | 0.12 | 0.43 | 0.02 | 43.33 | 0.92 | 0.77 |
| Hex | FA | DC | 8E | 0 | C | 2B | 2 | 2B | 5C | 4D |
| Octal | 372 | 334 | 216 | 0 | 14 | 53 | 2 | 53 | 134 | 115 |
| Binary | 11111010 | 11011100 | 10001110 | 0 | 1100 | 101011 | 10 | 101011 | 1011100 | 1001101 |
Color Harmonies of #FADC8E
Complementary color
Monochromatic Colors of #FADC8E
Black with #FADC8E
Text Example
Text Example
White with #FADC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC8E; }
p { color: rgb(250,220,142); }
H1.HeaderClassName
{
color: #FADC8E;
}
.AnyTagClassName
{
color: #FADC8E;
}
</style>
background-color css
<style>
a { background-color: #FADC8E; }
a { background-color: rgb(250,220,142); }
div.DivClassName
{
background-color: #FADC8E;
}
.BgClassName
{
background-color: #FADC8E;
}
</style>
border-color css
<style>
span { border-color: #FADC8E; }
span { border-color: rgb(250,220,142); }
td.TdClassName
{
border-color: #FADC8E;
}
.TagClassName
{
border-color: #FADC8E;
}
</style>