Shades of Vis Vis #FBDA8D
Tints of Vis Vis #FBDA8D
RGB
CMYK
RGB Variations
Color information
#FBDA8D (or 0xFBDA8D) is known color: Vis Vis. HEX triplet: FB, DA and 8D. RGB value is (251,218,141). Sum of RGB (Red+Green+Blue) = 251+218+141=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 141 (55.47% from 255 or 23.11% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDA8D is #042572. Grayscale: #DBDBDB. Windows color (decimal): -271731 or 9296635. OLE color: 9296635.
HSL color Cylindrical-coordinate representation of color #FBDA8D: hue angle of 42º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FBDA8D is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 218 | 141 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.02 |
| HSL | 42º | 0.93% | 0.77% | - |
| HSV(B) | 42º | 0.44% | 0.98% | - |
| XYZ | 69.66 | 72.58 | 35.54 | - |
| YUV | 219.09 | 83.93 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 218 | 141 | 0 | 0.13 | 0.44 | 0.02 | 42 | 0.93 | 0.77 |
| Hex | FB | DA | 8D | 0 | D | 2C | 2 | 2A | 5D | 4D |
| Octal | 373 | 332 | 215 | 0 | 15 | 54 | 2 | 52 | 135 | 115 |
| Binary | 11111011 | 11011010 | 10001101 | 0 | 1101 | 101100 | 10 | 101010 | 1011101 | 1001101 |
Color Harmonies of #FBDA8D
Complementary color
Monochromatic Colors of #FBDA8D
Black with #FBDA8D
Text Example
Text Example
White with #FBDA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDA8D; }
p { color: rgb(251,218,141); }
H1.HeaderClassName
{
color: #FBDA8D;
}
.AnyTagClassName
{
color: #FBDA8D;
}
</style>
background-color css
<style>
a { background-color: #FBDA8D; }
a { background-color: rgb(251,218,141); }
div.DivClassName
{
background-color: #FBDA8D;
}
.BgClassName
{
background-color: #FBDA8D;
}
</style>
border-color css
<style>
span { border-color: #FBDA8D; }
span { border-color: rgb(251,218,141); }
td.TdClassName
{
border-color: #FBDA8D;
}
.TagClassName
{
border-color: #FBDA8D;
}
</style>