Shades of Vis Vis #FADE92
Tints of Vis Vis #FADE92
RGB
CMYK
RGB Variations
Color information
#FADE92 (or 0xFADE92) is known color: Vis Vis. HEX triplet: FA, DE and 92. RGB value is (250,222,146). Sum of RGB (Red+Green+Blue) = 250+222+146=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 146 (57.42% from 255 or 23.62% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADE92 is #05216D. Grayscale: #DEDEDE. Windows color (decimal): -336238 or 9625338. OLE color: 9625338.
HSL color Cylindrical-coordinate representation of color #FADE92: hue angle of 43.85º 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 #FADE92 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 146 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.02 |
| HSL | 43.85º | 0.91% | 0.78% | - |
| HSV(B) | 43.85º | 0.42% | 0.98% | - |
| XYZ | 70.73 | 74.64 | 37.87 | - |
| YUV | 221.71 | 85.28 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 146 | 0 | 0.11 | 0.42 | 0.02 | 43.85 | 0.91 | 0.78 |
| Hex | FA | DE | 92 | 0 | B | 2A | 2 | 2C | 5B | 4E |
| Octal | 372 | 336 | 222 | 0 | 13 | 52 | 2 | 54 | 133 | 116 |
| Binary | 11111010 | 11011110 | 10010010 | 0 | 1011 | 101010 | 10 | 101100 | 1011011 | 1001110 |
Color Harmonies of #FADE92
Complementary color
Monochromatic Colors of #FADE92
Black with #FADE92
Text Example
Text Example
White with #FADE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE92; }
p { color: rgb(250,222,146); }
H1.HeaderClassName
{
color: #FADE92;
}
.AnyTagClassName
{
color: #FADE92;
}
</style>
background-color css
<style>
a { background-color: #FADE92; }
a { background-color: rgb(250,222,146); }
div.DivClassName
{
background-color: #FADE92;
}
.BgClassName
{
background-color: #FADE92;
}
</style>
border-color css
<style>
span { border-color: #FADE92; }
span { border-color: rgb(250,222,146); }
td.TdClassName
{
border-color: #FADE92;
}
.TagClassName
{
border-color: #FADE92;
}
</style>