Shades of Vis Vis #F5DD8D
Tints of Vis Vis #F5DD8D
RGB
CMYK
RGB Variations
Color information
#F5DD8D (or 0xF5DD8D) is known color: Vis Vis. HEX triplet: F5, DD and 8D. RGB value is (245,221,141). Sum of RGB (Red+Green+Blue) = 245+221+141=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 141 (55.47% from 255 or 23.23% from 607); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DD8D is #0A2272. Grayscale: #DBDBDB. Windows color (decimal): -664179 or 9297397. OLE color: 9297397.
HSL color Cylindrical-coordinate representation of color #F5DD8D: hue angle of 46.15º 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 #F5DD8D is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 221 | 141 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.04 |
| HSL | 46.15º | 0.84% | 0.76% | - |
| HSV(B) | 46.15º | 0.42% | 0.96% | - |
| XYZ | 68.32 | 73.05 | 35.7 | - |
| YUV | 219.06 | 83.95 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 221 | 141 | 0 | 0.10 | 0.42 | 0.04 | 46.15 | 0.84 | 0.76 |
| Hex | F5 | DD | 8D | 0 | A | 2A | 4 | 2E | 54 | 4C |
| Octal | 365 | 335 | 215 | 0 | 12 | 52 | 4 | 56 | 124 | 114 |
| Binary | 11110101 | 11011101 | 10001101 | 0 | 1010 | 101010 | 100 | 101110 | 1010100 | 1001100 |
Color Harmonies of #F5DD8D
Complementary color
Monochromatic Colors of #F5DD8D
Black with #F5DD8D
Text Example
Text Example
White with #F5DD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DD8D; }
p { color: rgb(245,221,141); }
H1.HeaderClassName
{
color: #F5DD8D;
}
.AnyTagClassName
{
color: #F5DD8D;
}
</style>
background-color css
<style>
a { background-color: #F5DD8D; }
a { background-color: rgb(245,221,141); }
div.DivClassName
{
background-color: #F5DD8D;
}
.BgClassName
{
background-color: #F5DD8D;
}
</style>
border-color css
<style>
span { border-color: #F5DD8D; }
span { border-color: rgb(245,221,141); }
td.TdClassName
{
border-color: #F5DD8D;
}
.TagClassName
{
border-color: #F5DD8D;
}
</style>