Shades of Vis Vis #FADA8F
Tints of Vis Vis #FADA8F
RGB
CMYK
RGB Variations
Color information
#FADA8F (or 0xFADA8F) is known color: Vis Vis. HEX triplet: FA, DA and 8F. RGB value is (250,218,143). Sum of RGB (Red+Green+Blue) = 250+218+143=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 143 (56.25% from 255 or 23.40% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADA8F is #052570. Grayscale: #DBDBDB. Windows color (decimal): -337265 or 9427706. OLE color: 9427706.
HSL color Cylindrical-coordinate representation of color #FADA8F: hue angle of 42.06º degrees, saturation: 0.91, 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 #FADA8F is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 143 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.02 |
| HSL | 42.06º | 0.91% | 0.77% | - |
| HSV(B) | 42.06º | 0.43% | 0.98% | - |
| XYZ | 69.45 | 72.45 | 36.31 | - |
| YUV | 219.02 | 85.1 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 143 | 0 | 0.13 | 0.43 | 0.02 | 42.06 | 0.91 | 0.77 |
| Hex | FA | DA | 8F | 0 | D | 2B | 2 | 2A | 5B | 4D |
| Octal | 372 | 332 | 217 | 0 | 15 | 53 | 2 | 52 | 133 | 115 |
| Binary | 11111010 | 11011010 | 10001111 | 0 | 1101 | 101011 | 10 | 101010 | 1011011 | 1001101 |
Color Harmonies of #FADA8F
Complementary color
Monochromatic Colors of #FADA8F
Black with #FADA8F
Text Example
Text Example
White with #FADA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA8F; }
p { color: rgb(250,218,143); }
H1.HeaderClassName
{
color: #FADA8F;
}
.AnyTagClassName
{
color: #FADA8F;
}
</style>
background-color css
<style>
a { background-color: #FADA8F; }
a { background-color: rgb(250,218,143); }
div.DivClassName
{
background-color: #FADA8F;
}
.BgClassName
{
background-color: #FADA8F;
}
</style>
border-color css
<style>
span { border-color: #FADA8F; }
span { border-color: rgb(250,218,143); }
td.TdClassName
{
border-color: #FADA8F;
}
.TagClassName
{
border-color: #FADA8F;
}
</style>