Shades of Vis Vis #FADB92
Tints of Vis Vis #FADB92
RGB
CMYK
RGB Variations
Color information
#FADB92 (or 0xFADB92) is known color: Vis Vis. HEX triplet: FA, DB and 92. RGB value is (250,219,146). Sum of RGB (Red+Green+Blue) = 250+219+146=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 146 (57.42% from 255 or 23.74% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADB92 is #05246D. Grayscale: #DCDCDC. Windows color (decimal): -337006 or 9624570. OLE color: 9624570.
HSL color Cylindrical-coordinate representation of color #FADB92: hue angle of 42.12º 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 #FADB92 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 146 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.02 |
| HSL | 42.12º | 0.91% | 0.78% | - |
| HSV(B) | 42.12º | 0.42% | 0.98% | - |
| XYZ | 69.94 | 73.06 | 37.61 | - |
| YUV | 219.95 | 86.27 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 146 | 0 | 0.12 | 0.42 | 0.02 | 42.12 | 0.91 | 0.78 |
| Hex | FA | DB | 92 | 0 | C | 2A | 2 | 2A | 5B | 4E |
| Octal | 372 | 333 | 222 | 0 | 14 | 52 | 2 | 52 | 133 | 116 |
| Binary | 11111010 | 11011011 | 10010010 | 0 | 1100 | 101010 | 10 | 101010 | 1011011 | 1001110 |
Color Harmonies of #FADB92
Complementary color
Monochromatic Colors of #FADB92
Black with #FADB92
Text Example
Text Example
White with #FADB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB92; }
p { color: rgb(250,219,146); }
H1.HeaderClassName
{
color: #FADB92;
}
.AnyTagClassName
{
color: #FADB92;
}
</style>
background-color css
<style>
a { background-color: #FADB92; }
a { background-color: rgb(250,219,146); }
div.DivClassName
{
background-color: #FADB92;
}
.BgClassName
{
background-color: #FADB92;
}
</style>
border-color css
<style>
span { border-color: #FADB92; }
span { border-color: rgb(250,219,146); }
td.TdClassName
{
border-color: #FADB92;
}
.TagClassName
{
border-color: #FADB92;
}
</style>