Shades of Vis Vis #F5DF8D
Tints of Vis Vis #F5DF8D
RGB
CMYK
RGB Variations
Color information
#F5DF8D (or 0xF5DF8D) is known color: Vis Vis. HEX triplet: F5, DF and 8D. RGB value is (245,223,141). Sum of RGB (Red+Green+Blue) = 245+223+141=609 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.23% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 141 (55.47% from 255 or 23.15% from 609); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DF8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DF8D is #0A2072. Grayscale: #DCDCDC. Windows color (decimal): -663667 or 9297909. OLE color: 9297909.
HSL color Cylindrical-coordinate representation of color #F5DF8D: hue angle of 47.31º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F5DF8D is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 223 | 141 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.04 |
| HSL | 47.31º | 0.84% | 0.76% | - |
| HSV(B) | 47.31º | 0.42% | 0.96% | - |
| XYZ | 68.85 | 74.11 | 35.88 | - |
| YUV | 220.23 | 83.29 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 223 | 141 | 0 | 0.09 | 0.42 | 0.04 | 47.31 | 0.84 | 0.76 |
| Hex | F5 | DF | 8D | 0 | 9 | 2A | 4 | 2F | 54 | 4C |
| Octal | 365 | 337 | 215 | 0 | 11 | 52 | 4 | 57 | 124 | 114 |
| Binary | 11110101 | 11011111 | 10001101 | 0 | 1001 | 101010 | 100 | 101111 | 1010100 | 1001100 |
Color Harmonies of #F5DF8D
Complementary color
Monochromatic Colors of #F5DF8D
Black with #F5DF8D
Text Example
Text Example
White with #F5DF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DF8D; }
p { color: rgb(245,223,141); }
H1.HeaderClassName
{
color: #F5DF8D;
}
.AnyTagClassName
{
color: #F5DF8D;
}
</style>
background-color css
<style>
a { background-color: #F5DF8D; }
a { background-color: rgb(245,223,141); }
div.DivClassName
{
background-color: #F5DF8D;
}
.BgClassName
{
background-color: #F5DF8D;
}
</style>
border-color css
<style>
span { border-color: #F5DF8D; }
span { border-color: rgb(245,223,141); }
td.TdClassName
{
border-color: #F5DF8D;
}
.TagClassName
{
border-color: #F5DF8D;
}
</style>