Shades of Vis Vis #FBDA8F
Tints of Vis Vis #FBDA8F
RGB
CMYK
RGB Variations
Color information
#FBDA8F (or 0xFBDA8F) is known color: Vis Vis. HEX triplet: FB, DA and 8F. RGB value is (251,218,143). Sum of RGB (Red+Green+Blue) = 251+218+143=612 (81% of max value = 765). Red value is 251 (98.44% from 255 or 41.01% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 143 (56.25% from 255 or 23.37% from 612); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDA8F is #042570. Grayscale: #DBDBDB. Windows color (decimal): -271729 or 9427707. OLE color: 9427707.
HSL color Cylindrical-coordinate representation of color #FBDA8F: hue angle of 41.67º 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 #FBDA8F is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 218 | 143 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.02 |
| HSL | 41.67º | 0.93% | 0.77% | - |
| HSV(B) | 41.67º | 0.43% | 0.98% | - |
| XYZ | 69.81 | 72.64 | 36.33 | - |
| YUV | 219.32 | 84.93 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 218 | 143 | 0 | 0.13 | 0.43 | 0.02 | 41.67 | 0.93 | 0.77 |
| Hex | FB | DA | 8F | 0 | D | 2B | 2 | 2A | 5D | 4D |
| Octal | 373 | 332 | 217 | 0 | 15 | 53 | 2 | 52 | 135 | 115 |
| Binary | 11111011 | 11011010 | 10001111 | 0 | 1101 | 101011 | 10 | 101010 | 1011101 | 1001101 |
Color Harmonies of #FBDA8F
Complementary color
Monochromatic Colors of #FBDA8F
Black with #FBDA8F
Text Example
Text Example
White with #FBDA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDA8F; }
p { color: rgb(251,218,143); }
H1.HeaderClassName
{
color: #FBDA8F;
}
.AnyTagClassName
{
color: #FBDA8F;
}
</style>
background-color css
<style>
a { background-color: #FBDA8F; }
a { background-color: rgb(251,218,143); }
div.DivClassName
{
background-color: #FBDA8F;
}
.BgClassName
{
background-color: #FBDA8F;
}
</style>
border-color css
<style>
span { border-color: #FBDA8F; }
span { border-color: rgb(251,218,143); }
td.TdClassName
{
border-color: #FBDA8F;
}
.TagClassName
{
border-color: #FBDA8F;
}
</style>