Shades of Vis Vis #FADA92
Tints of Vis Vis #FADA92
RGB
CMYK
RGB Variations
Color information
#FADA92 (or 0xFADA92) is known color: Vis Vis. HEX triplet: FA, DA and 92. RGB value is (250,218,146). Sum of RGB (Red+Green+Blue) = 250+218+146=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 146 (57.42% from 255 or 23.78% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADA92 is #05256D. Grayscale: #DBDBDB. Windows color (decimal): -337262 or 9624314. OLE color: 9624314.
HSL color Cylindrical-coordinate representation of color #FADA92: hue angle of 41.54º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FADA92 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 146 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.02 |
| HSL | 41.54º | 0.91% | 0.78% | - |
| HSV(B) | 41.54º | 0.42% | 0.98% | - |
| XYZ | 69.68 | 72.54 | 37.52 | - |
| YUV | 219.36 | 86.6 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 146 | 0 | 0.13 | 0.42 | 0.02 | 41.54 | 0.91 | 0.78 |
| Hex | FA | DA | 92 | 0 | D | 2A | 2 | 2A | 5B | 4E |
| Octal | 372 | 332 | 222 | 0 | 15 | 52 | 2 | 52 | 133 | 116 |
| Binary | 11111010 | 11011010 | 10010010 | 0 | 1101 | 101010 | 10 | 101010 | 1011011 | 1001110 |
Color Harmonies of #FADA92
Complementary color
Monochromatic Colors of #FADA92
Black with #FADA92
Text Example
Text Example
White with #FADA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA92; }
p { color: rgb(250,218,146); }
H1.HeaderClassName
{
color: #FADA92;
}
.AnyTagClassName
{
color: #FADA92;
}
</style>
background-color css
<style>
a { background-color: #FADA92; }
a { background-color: rgb(250,218,146); }
div.DivClassName
{
background-color: #FADA92;
}
.BgClassName
{
background-color: #FADA92;
}
</style>
border-color css
<style>
span { border-color: #FADA92; }
span { border-color: rgb(250,218,146); }
td.TdClassName
{
border-color: #FADA92;
}
.TagClassName
{
border-color: #FADA92;
}
</style>