Shades of Vis Vis #FBDF92
Tints of Vis Vis #FBDF92
RGB
CMYK
RGB Variations
Color information
#FBDF92 (or 0xFBDF92) is known color: Vis Vis. HEX triplet: FB, DF and 92. RGB value is (251,223,146). Sum of RGB (Red+Green+Blue) = 251+223+146=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 146 (57.42% from 255 or 23.55% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDF92 is #04206D. Grayscale: #DEDEDE. Windows color (decimal): -270446 or 9625595. OLE color: 9625595.
HSL color Cylindrical-coordinate representation of color #FBDF92: hue angle of 44º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FBDF92 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 146 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.02 |
| HSL | 44º | 0.93% | 0.78% | - |
| HSV(B) | 44º | 0.42% | 0.98% | - |
| XYZ | 71.36 | 75.36 | 37.98 | - |
| YUV | 222.59 | 84.78 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 146 | 0 | 0.11 | 0.42 | 0.02 | 44 | 0.93 | 0.78 |
| Hex | FB | DF | 92 | 0 | B | 2A | 2 | 2C | 5D | 4E |
| Octal | 373 | 337 | 222 | 0 | 13 | 52 | 2 | 54 | 135 | 116 |
| Binary | 11111011 | 11011111 | 10010010 | 0 | 1011 | 101010 | 10 | 101100 | 1011101 | 1001110 |
Color Harmonies of #FBDF92
Complementary color
Monochromatic Colors of #FBDF92
Black with #FBDF92
Text Example
Text Example
White with #FBDF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDF92; }
p { color: rgb(251,223,146); }
H1.HeaderClassName
{
color: #FBDF92;
}
.AnyTagClassName
{
color: #FBDF92;
}
</style>
background-color css
<style>
a { background-color: #FBDF92; }
a { background-color: rgb(251,223,146); }
div.DivClassName
{
background-color: #FBDF92;
}
.BgClassName
{
background-color: #FBDF92;
}
</style>
border-color css
<style>
span { border-color: #FBDF92; }
span { border-color: rgb(251,223,146); }
td.TdClassName
{
border-color: #FBDF92;
}
.TagClassName
{
border-color: #FBDF92;
}
</style>