Shades of Vis Vis #FBDC8F
Tints of Vis Vis #FBDC8F
RGB
CMYK
RGB Variations
Color information
#FBDC8F (or 0xFBDC8F) is known color: Vis Vis. HEX triplet: FB, DC and 8F. RGB value is (251,220,143). Sum of RGB (Red+Green+Blue) = 251+220+143=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 143 (56.25% from 255 or 23.29% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDC8F is #042370. Grayscale: #DCDCDC. Windows color (decimal): -271217 or 9428219. OLE color: 9428219.
HSL color Cylindrical-coordinate representation of color #FBDC8F: hue angle of 42.78º degrees, saturation: 0.93, 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 #FBDC8F is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 143 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.02 |
| HSL | 42.78º | 0.93% | 0.77% | - |
| HSV(B) | 42.78º | 0.43% | 0.98% | - |
| XYZ | 70.33 | 73.68 | 36.5 | - |
| YUV | 220.49 | 84.27 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 143 | 0 | 0.12 | 0.43 | 0.02 | 42.78 | 0.93 | 0.77 |
| Hex | FB | DC | 8F | 0 | C | 2B | 2 | 2B | 5D | 4D |
| Octal | 373 | 334 | 217 | 0 | 14 | 53 | 2 | 53 | 135 | 115 |
| Binary | 11111011 | 11011100 | 10001111 | 0 | 1100 | 101011 | 10 | 101011 | 1011101 | 1001101 |
Color Harmonies of #FBDC8F
Complementary color
Monochromatic Colors of #FBDC8F
Black with #FBDC8F
Text Example
Text Example
White with #FBDC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDC8F; }
p { color: rgb(251,220,143); }
H1.HeaderClassName
{
color: #FBDC8F;
}
.AnyTagClassName
{
color: #FBDC8F;
}
</style>
background-color css
<style>
a { background-color: #FBDC8F; }
a { background-color: rgb(251,220,143); }
div.DivClassName
{
background-color: #FBDC8F;
}
.BgClassName
{
background-color: #FBDC8F;
}
</style>
border-color css
<style>
span { border-color: #FBDC8F; }
span { border-color: rgb(251,220,143); }
td.TdClassName
{
border-color: #FBDC8F;
}
.TagClassName
{
border-color: #FBDC8F;
}
</style>