Shades of Vis Vis #FADC8C
Tints of Vis Vis #FADC8C
RGB
CMYK
RGB Variations
Color information
#FADC8C (or 0xFADC8C) is known color: Vis Vis. HEX triplet: FA, DC and 8C. RGB value is (250,220,140). Sum of RGB (Red+Green+Blue) = 250+220+140=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 140 (55.08% from 255 or 22.95% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADC8C is #052373. Grayscale: #DCDCDC. Windows color (decimal): -336756 or 9231610. OLE color: 9231610.
HSL color Cylindrical-coordinate representation of color #FADC8C: hue angle of 43.64º 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 #FADC8C is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 140 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.02 |
| HSL | 43.64º | 0.92% | 0.76% | - |
| HSV(B) | 43.64º | 0.44% | 0.98% | - |
| XYZ | 69.75 | 73.4 | 35.3 | - |
| YUV | 219.85 | 82.94 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 140 | 0 | 0.12 | 0.44 | 0.02 | 43.64 | 0.92 | 0.76 |
| Hex | FA | DC | 8C | 0 | C | 2C | 2 | 2C | 5C | 4C |
| Octal | 372 | 334 | 214 | 0 | 14 | 54 | 2 | 54 | 134 | 114 |
| Binary | 11111010 | 11011100 | 10001100 | 0 | 1100 | 101100 | 10 | 101100 | 1011100 | 1001100 |
Color Harmonies of #FADC8C
Complementary color
Monochromatic Colors of #FADC8C
Black with #FADC8C
Text Example
Text Example
White with #FADC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC8C; }
p { color: rgb(250,220,140); }
H1.HeaderClassName
{
color: #FADC8C;
}
.AnyTagClassName
{
color: #FADC8C;
}
</style>
background-color css
<style>
a { background-color: #FADC8C; }
a { background-color: rgb(250,220,140); }
div.DivClassName
{
background-color: #FADC8C;
}
.BgClassName
{
background-color: #FADC8C;
}
</style>
border-color css
<style>
span { border-color: #FADC8C; }
span { border-color: rgb(250,220,140); }
td.TdClassName
{
border-color: #FADC8C;
}
.TagClassName
{
border-color: #FADC8C;
}
</style>