Shades of Vis Vis #FBDC8D
Tints of Vis Vis #FBDC8D
RGB
CMYK
RGB Variations
Color information
#FBDC8D (or 0xFBDC8D) is known color: Vis Vis. HEX triplet: FB, DC and 8D. RGB value is (251,220,141). Sum of RGB (Red+Green+Blue) = 251+220+141=612 (81% of max value = 765). Red value is 251 (98.44% from 255 or 41.01% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 141 (55.47% from 255 or 23.04% from 612); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDC8D is #042372. Grayscale: #DCDCDC. Windows color (decimal): -271219 or 9297147. OLE color: 9297147.
HSL color Cylindrical-coordinate representation of color #FBDC8D: hue angle of 43.09º 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 #FBDC8D is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 141 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.02 |
| HSL | 43.09º | 0.93% | 0.77% | - |
| HSV(B) | 43.09º | 0.44% | 0.98% | - |
| XYZ | 70.18 | 73.62 | 35.71 | - |
| YUV | 220.26 | 83.27 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 141 | 0 | 0.12 | 0.44 | 0.02 | 43.09 | 0.93 | 0.77 |
| Hex | FB | DC | 8D | 0 | C | 2C | 2 | 2B | 5D | 4D |
| Octal | 373 | 334 | 215 | 0 | 14 | 54 | 2 | 53 | 135 | 115 |
| Binary | 11111011 | 11011100 | 10001101 | 0 | 1100 | 101100 | 10 | 101011 | 1011101 | 1001101 |
Color Harmonies of #FBDC8D
Complementary color
Monochromatic Colors of #FBDC8D
Black with #FBDC8D
Text Example
Text Example
White with #FBDC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDC8D; }
p { color: rgb(251,220,141); }
H1.HeaderClassName
{
color: #FBDC8D;
}
.AnyTagClassName
{
color: #FBDC8D;
}
</style>
background-color css
<style>
a { background-color: #FBDC8D; }
a { background-color: rgb(251,220,141); }
div.DivClassName
{
background-color: #FBDC8D;
}
.BgClassName
{
background-color: #FBDC8D;
}
</style>
border-color css
<style>
span { border-color: #FBDC8D; }
span { border-color: rgb(251,220,141); }
td.TdClassName
{
border-color: #FBDC8D;
}
.TagClassName
{
border-color: #FBDC8D;
}
</style>