Shades of Vis Vis #FBDB8F
Tints of Vis Vis #FBDB8F
RGB
CMYK
RGB Variations
Color information
#FBDB8F (or 0xFBDB8F) is known color: Vis Vis. HEX triplet: FB, DB and 8F. RGB value is (251,219,143). Sum of RGB (Red+Green+Blue) = 251+219+143=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 143 (56.25% from 255 or 23.33% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDB8F is #042470. Grayscale: #DCDCDC. Windows color (decimal): -271473 or 9427963. OLE color: 9427963.
HSL color Cylindrical-coordinate representation of color #FBDB8F: hue angle of 42.22º 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 #FBDB8F is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 219 | 143 | - |
CMYK | 0 | 0.13 | 0.43 | 0.02 |
HSL | 42.22º | 0.93% | 0.77% | - |
HSV(B) | 42.22º | 0.43% | 0.98% | - |
XYZ | 70.07 | 73.16 | 36.41 | - |
YUV | 219.9 | 84.6 | 150.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 219 | 143 | 0 | 0.13 | 0.43 | 0.02 | 42.22 | 0.93 | 0.77 |
Hex | FB | DB | 8F | 0 | D | 2B | 2 | 2A | 5D | 4D |
Octal | 373 | 333 | 217 | 0 | 15 | 53 | 2 | 52 | 135 | 115 |
Binary | 11111011 | 11011011 | 10001111 | 0 | 1101 | 101011 | 10 | 101010 | 1011101 | 1001101 |
Color Harmonies of #FBDB8F
Complementary color
Monochromatic Colors of #FBDB8F
Black with #FBDB8F
Text Example
Text Example
White with #FBDB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB8F; }
p { color: rgb(251,219,143); }
H1.HeaderClassName
{
color: #FBDB8F;
}
.AnyTagClassName
{
color: #FBDB8F;
}
</style>
background-color css
<style>
a { background-color: #FBDB8F; }
a { background-color: rgb(251,219,143); }
div.DivClassName
{
background-color: #FBDB8F;
}
.BgClassName
{
background-color: #FBDB8F;
}
</style>
border-color css
<style>
span { border-color: #FBDB8F; }
span { border-color: rgb(251,219,143); }
td.TdClassName
{
border-color: #FBDB8F;
}
.TagClassName
{
border-color: #FBDB8F;
}
</style>