Shades of Vis Vis #FBDF8E
Tints of Vis Vis #FBDF8E
RGB
CMYK
RGB Variations
Color information
#FBDF8E (or 0xFBDF8E) is known color: Vis Vis. HEX triplet: FB, DF and 8E. RGB value is (251,223,142). Sum of RGB (Red+Green+Blue) = 251+223+142=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 142 (55.86% from 255 or 23.05% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDF8E is #042071. Grayscale: #DEDEDE. Windows color (decimal): -270450 or 9363451. OLE color: 9363451.
HSL color Cylindrical-coordinate representation of color #FBDF8E: hue angle of 44.59º 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 #FBDF8E is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 142 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.02 |
| HSL | 44.59º | 0.93% | 0.77% | - |
| HSV(B) | 44.59º | 0.43% | 0.98% | - |
| XYZ | 71.05 | 75.24 | 36.37 | - |
| YUV | 222.14 | 82.78 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 142 | 0 | 0.11 | 0.43 | 0.02 | 44.59 | 0.93 | 0.77 |
| Hex | FB | DF | 8E | 0 | B | 2B | 2 | 2D | 5D | 4D |
| Octal | 373 | 337 | 216 | 0 | 13 | 53 | 2 | 55 | 135 | 115 |
| Binary | 11111011 | 11011111 | 10001110 | 0 | 1011 | 101011 | 10 | 101101 | 1011101 | 1001101 |
Color Harmonies of #FBDF8E
Complementary color
Monochromatic Colors of #FBDF8E
Black with #FBDF8E
Text Example
Text Example
White with #FBDF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDF8E; }
p { color: rgb(251,223,142); }
H1.HeaderClassName
{
color: #FBDF8E;
}
.AnyTagClassName
{
color: #FBDF8E;
}
</style>
background-color css
<style>
a { background-color: #FBDF8E; }
a { background-color: rgb(251,223,142); }
div.DivClassName
{
background-color: #FBDF8E;
}
.BgClassName
{
background-color: #FBDF8E;
}
</style>
border-color css
<style>
span { border-color: #FBDF8E; }
span { border-color: rgb(251,223,142); }
td.TdClassName
{
border-color: #FBDF8E;
}
.TagClassName
{
border-color: #FBDF8E;
}
</style>