Shades of Vis Vis #FADA90
Tints of Vis Vis #FADA90
RGB
CMYK
RGB Variations
Color information
#FADA90 (or 0xFADA90) is known color: Vis Vis. HEX triplet: FA, DA and 90. RGB value is (250,218,144). Sum of RGB (Red+Green+Blue) = 250+218+144=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 144 (56.64% from 255 or 23.53% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADA90 is #05256F. Grayscale: #DBDBDB. Windows color (decimal): -337264 or 9493242. OLE color: 9493242.
HSL color Cylindrical-coordinate representation of color #FADA90: hue angle of 41.89º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FADA90 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 144 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.02 |
| HSL | 41.89º | 0.91% | 0.77% | - |
| HSV(B) | 41.89º | 0.42% | 0.98% | - |
| XYZ | 69.53 | 72.48 | 36.71 | - |
| YUV | 219.13 | 85.6 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 144 | 0 | 0.13 | 0.42 | 0.02 | 41.89 | 0.91 | 0.77 |
| Hex | FA | DA | 90 | 0 | D | 2A | 2 | 2A | 5B | 4D |
| Octal | 372 | 332 | 220 | 0 | 15 | 52 | 2 | 52 | 133 | 115 |
| Binary | 11111010 | 11011010 | 10010000 | 0 | 1101 | 101010 | 10 | 101010 | 1011011 | 1001101 |
Color Harmonies of #FADA90
Complementary color
Monochromatic Colors of #FADA90
Black with #FADA90
Text Example
Text Example
White with #FADA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA90; }
p { color: rgb(250,218,144); }
H1.HeaderClassName
{
color: #FADA90;
}
.AnyTagClassName
{
color: #FADA90;
}
</style>
background-color css
<style>
a { background-color: #FADA90; }
a { background-color: rgb(250,218,144); }
div.DivClassName
{
background-color: #FADA90;
}
.BgClassName
{
background-color: #FADA90;
}
</style>
border-color css
<style>
span { border-color: #FADA90; }
span { border-color: rgb(250,218,144); }
td.TdClassName
{
border-color: #FADA90;
}
.TagClassName
{
border-color: #FADA90;
}
</style>