Shades of Vis Vis #FADD92
Tints of Vis Vis #FADD92
RGB
CMYK
RGB Variations
Color information
#FADD92 (or 0xFADD92) is known color: Vis Vis. HEX triplet: FA, DD and 92. RGB value is (250,221,146). Sum of RGB (Red+Green+Blue) = 250+221+146=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 146 (57.42% from 255 or 23.66% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADD92 is #05226D. Grayscale: #DDDDDD. Windows color (decimal): -336494 or 9625082. OLE color: 9625082.
HSL color Cylindrical-coordinate representation of color #FADD92: hue angle of 43.27º 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 #FADD92 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 146 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.02 |
| HSL | 43.27º | 0.91% | 0.78% | - |
| HSV(B) | 43.27º | 0.42% | 0.98% | - |
| XYZ | 70.47 | 74.11 | 37.79 | - |
| YUV | 221.12 | 85.61 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 146 | 0 | 0.12 | 0.42 | 0.02 | 43.27 | 0.91 | 0.78 |
| Hex | FA | DD | 92 | 0 | C | 2A | 2 | 2B | 5B | 4E |
| Octal | 372 | 335 | 222 | 0 | 14 | 52 | 2 | 53 | 133 | 116 |
| Binary | 11111010 | 11011101 | 10010010 | 0 | 1100 | 101010 | 10 | 101011 | 1011011 | 1001110 |
Color Harmonies of #FADD92
Complementary color
Monochromatic Colors of #FADD92
Black with #FADD92
Text Example
Text Example
White with #FADD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADD92; }
p { color: rgb(250,221,146); }
H1.HeaderClassName
{
color: #FADD92;
}
.AnyTagClassName
{
color: #FADD92;
}
</style>
background-color css
<style>
a { background-color: #FADD92; }
a { background-color: rgb(250,221,146); }
div.DivClassName
{
background-color: #FADD92;
}
.BgClassName
{
background-color: #FADD92;
}
</style>
border-color css
<style>
span { border-color: #FADD92; }
span { border-color: rgb(250,221,146); }
td.TdClassName
{
border-color: #FADD92;
}
.TagClassName
{
border-color: #FADD92;
}
</style>