Shades of Vis Vis #FADB8F
Tints of Vis Vis #FADB8F
RGB
CMYK
RGB Variations
Color information
#FADB8F (or 0xFADB8F) is known color: Vis Vis. HEX triplet: FA, DB and 8F. RGB value is (250,219,143). Sum of RGB (Red+Green+Blue) = 250+219+143=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 143 (56.25% from 255 or 23.37% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADB8F is #052470. Grayscale: #DBDBDB. Windows color (decimal): -337009 or 9427962. OLE color: 9427962.
HSL color Cylindrical-coordinate representation of color #FADB8F: hue angle of 42.62º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FADB8F is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 143 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.02 |
| HSL | 42.62º | 0.91% | 0.77% | - |
| HSV(B) | 42.62º | 0.43% | 0.98% | - |
| XYZ | 69.71 | 72.97 | 36.4 | - |
| YUV | 219.61 | 84.77 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 143 | 0 | 0.12 | 0.43 | 0.02 | 42.62 | 0.91 | 0.77 |
| Hex | FA | DB | 8F | 0 | C | 2B | 2 | 2B | 5B | 4D |
| Octal | 372 | 333 | 217 | 0 | 14 | 53 | 2 | 53 | 133 | 115 |
| Binary | 11111010 | 11011011 | 10001111 | 0 | 1100 | 101011 | 10 | 101011 | 1011011 | 1001101 |
Color Harmonies of #FADB8F
Complementary color
Monochromatic Colors of #FADB8F
Black with #FADB8F
Text Example
Text Example
White with #FADB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB8F; }
p { color: rgb(250,219,143); }
H1.HeaderClassName
{
color: #FADB8F;
}
.AnyTagClassName
{
color: #FADB8F;
}
</style>
background-color css
<style>
a { background-color: #FADB8F; }
a { background-color: rgb(250,219,143); }
div.DivClassName
{
background-color: #FADB8F;
}
.BgClassName
{
background-color: #FADB8F;
}
</style>
border-color css
<style>
span { border-color: #FADB8F; }
span { border-color: rgb(250,219,143); }
td.TdClassName
{
border-color: #FADB8F;
}
.TagClassName
{
border-color: #FADB8F;
}
</style>