Shades of Vis Vis #FADF8E
Tints of Vis Vis #FADF8E
RGB
CMYK
RGB Variations
Color information
#FADF8E (or 0xFADF8E) is known color: Vis Vis. HEX triplet: FA, DF and 8E. RGB value is (250,223,142). Sum of RGB (Red+Green+Blue) = 250+223+142=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 142 (55.86% from 255 or 23.09% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADF8E is #052071. Grayscale: #DEDEDE. Windows color (decimal): -335986 or 9363450. OLE color: 9363450.
HSL color Cylindrical-coordinate representation of color #FADF8E: hue angle of 45º 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 #FADF8E is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 142 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.02 |
| HSL | 45º | 0.92% | 0.77% | - |
| HSV(B) | 45º | 0.43% | 0.98% | - |
| XYZ | 70.69 | 75.05 | 36.35 | - |
| YUV | 221.84 | 82.95 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 142 | 0 | 0.11 | 0.43 | 0.02 | 45 | 0.92 | 0.77 |
| Hex | FA | DF | 8E | 0 | B | 2B | 2 | 2D | 5C | 4D |
| Octal | 372 | 337 | 216 | 0 | 13 | 53 | 2 | 55 | 134 | 115 |
| Binary | 11111010 | 11011111 | 10001110 | 0 | 1011 | 101011 | 10 | 101101 | 1011100 | 1001101 |
Color Harmonies of #FADF8E
Complementary color
Monochromatic Colors of #FADF8E
Black with #FADF8E
Text Example
Text Example
White with #FADF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF8E; }
p { color: rgb(250,223,142); }
H1.HeaderClassName
{
color: #FADF8E;
}
.AnyTagClassName
{
color: #FADF8E;
}
</style>
background-color css
<style>
a { background-color: #FADF8E; }
a { background-color: rgb(250,223,142); }
div.DivClassName
{
background-color: #FADF8E;
}
.BgClassName
{
background-color: #FADF8E;
}
</style>
border-color css
<style>
span { border-color: #FADF8E; }
span { border-color: rgb(250,223,142); }
td.TdClassName
{
border-color: #FADF8E;
}
.TagClassName
{
border-color: #FADF8E;
}
</style>