Shades of Vis Vis #F7DF9B
Tints of Vis Vis #F7DF9B
RGB
CMYK
RGB Variations
Color information
#F7DF9B (or 0xF7DF9B) is known color: Vis Vis. HEX triplet: F7, DF and 9B. RGB value is (247,223,155). Sum of RGB (Red+Green+Blue) = 247+223+155=625 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.52% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 155 (60.94% from 255 or 24.8% from 625); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DF9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7DF9B is #082064. Grayscale: #DEDEDE. Windows color (decimal): -532581 or 10215415. OLE color: 10215415.
HSL color Cylindrical-coordinate representation of color #F7DF9B: hue angle of 44.35º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F7DF9B is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 223 | 155 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.03 |
| HSL | 44.35º | 0.85% | 0.79% | - |
| HSV(B) | 44.35º | 0.37% | 0.97% | - |
| XYZ | 70.66 | 74.92 | 41.75 | - |
| YUV | 222.42 | 89.95 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 223 | 155 | 0 | 0.10 | 0.37 | 0.03 | 44.35 | 0.85 | 0.79 |
| Hex | F7 | DF | 9B | 0 | A | 25 | 3 | 2C | 55 | 4F |
| Octal | 367 | 337 | 233 | 0 | 12 | 45 | 3 | 54 | 125 | 117 |
| Binary | 11110111 | 11011111 | 10011011 | 0 | 1010 | 100101 | 11 | 101100 | 1010101 | 1001111 |
Color Harmonies of #F7DF9B
Complementary color
Monochromatic Colors of #F7DF9B
Black with #F7DF9B
Text Example
Text Example
White with #F7DF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DF9B; }
p { color: rgb(247,223,155); }
H1.HeaderClassName
{
color: #F7DF9B;
}
.AnyTagClassName
{
color: #F7DF9B;
}
</style>
background-color css
<style>
a { background-color: #F7DF9B; }
a { background-color: rgb(247,223,155); }
div.DivClassName
{
background-color: #F7DF9B;
}
.BgClassName
{
background-color: #F7DF9B;
}
</style>
border-color css
<style>
span { border-color: #F7DF9B; }
span { border-color: rgb(247,223,155); }
td.TdClassName
{
border-color: #F7DF9B;
}
.TagClassName
{
border-color: #F7DF9B;
}
</style>