Shades of Vis Vis #FADE8C
Tints of Vis Vis #FADE8C
RGB
CMYK
RGB Variations
Color information
#FADE8C (or 0xFADE8C) is known color: Vis Vis. HEX triplet: FA, DE and 8C. RGB value is (250,222,140). Sum of RGB (Red+Green+Blue) = 250+222+140=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 140 (55.08% from 255 or 22.88% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADE8C is #052173. Grayscale: #DDDDDD. Windows color (decimal): -336244 or 9232122. OLE color: 9232122.
HSL color Cylindrical-coordinate representation of color #FADE8C: hue angle of 44.73º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FADE8C is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 140 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.02 |
| HSL | 44.73º | 0.92% | 0.76% | - |
| HSV(B) | 44.73º | 0.44% | 0.98% | - |
| XYZ | 70.28 | 74.46 | 35.48 | - |
| YUV | 221.02 | 82.28 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 140 | 0 | 0.11 | 0.44 | 0.02 | 44.73 | 0.92 | 0.76 |
| Hex | FA | DE | 8C | 0 | B | 2C | 2 | 2D | 5C | 4C |
| Octal | 372 | 336 | 214 | 0 | 13 | 54 | 2 | 55 | 134 | 114 |
| Binary | 11111010 | 11011110 | 10001100 | 0 | 1011 | 101100 | 10 | 101101 | 1011100 | 1001100 |
Color Harmonies of #FADE8C
Complementary color
Monochromatic Colors of #FADE8C
Black with #FADE8C
Text Example
Text Example
White with #FADE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE8C; }
p { color: rgb(250,222,140); }
H1.HeaderClassName
{
color: #FADE8C;
}
.AnyTagClassName
{
color: #FADE8C;
}
</style>
background-color css
<style>
a { background-color: #FADE8C; }
a { background-color: rgb(250,222,140); }
div.DivClassName
{
background-color: #FADE8C;
}
.BgClassName
{
background-color: #FADE8C;
}
</style>
border-color css
<style>
span { border-color: #FADE8C; }
span { border-color: rgb(250,222,140); }
td.TdClassName
{
border-color: #FADE8C;
}
.TagClassName
{
border-color: #FADE8C;
}
</style>