Shades of Vis Vis #FBDC90
Tints of Vis Vis #FBDC90
RGB
CMYK
RGB Variations
Color information
#FBDC90 (or 0xFBDC90) is known color: Vis Vis. HEX triplet: FB, DC and 90. RGB value is (251,220,144). Sum of RGB (Red+Green+Blue) = 251+220+144=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 144 (56.64% from 255 or 23.41% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDC90 is #04236F. Grayscale: #DCDCDC. Windows color (decimal): -271216 or 9493755. OLE color: 9493755.
HSL color Cylindrical-coordinate representation of color #FBDC90: hue angle of 42.62º 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 #FBDC90 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 144 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.02 |
| HSL | 42.62º | 0.93% | 0.77% | - |
| HSV(B) | 42.62º | 0.43% | 0.98% | - |
| XYZ | 70.41 | 73.71 | 36.9 | - |
| YUV | 220.61 | 84.77 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 144 | 0 | 0.12 | 0.43 | 0.02 | 42.62 | 0.93 | 0.77 |
| Hex | FB | DC | 90 | 0 | C | 2B | 2 | 2B | 5D | 4D |
| Octal | 373 | 334 | 220 | 0 | 14 | 53 | 2 | 53 | 135 | 115 |
| Binary | 11111011 | 11011100 | 10010000 | 0 | 1100 | 101011 | 10 | 101011 | 1011101 | 1001101 |
Color Harmonies of #FBDC90
Complementary color
Monochromatic Colors of #FBDC90
Black with #FBDC90
Text Example
Text Example
White with #FBDC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDC90; }
p { color: rgb(251,220,144); }
H1.HeaderClassName
{
color: #FBDC90;
}
.AnyTagClassName
{
color: #FBDC90;
}
</style>
background-color css
<style>
a { background-color: #FBDC90; }
a { background-color: rgb(251,220,144); }
div.DivClassName
{
background-color: #FBDC90;
}
.BgClassName
{
background-color: #FBDC90;
}
</style>
border-color css
<style>
span { border-color: #FBDC90; }
span { border-color: rgb(251,220,144); }
td.TdClassName
{
border-color: #FBDC90;
}
.TagClassName
{
border-color: #FBDC90;
}
</style>