Shades of Vis Vis #F9DD8D
Tints of Vis Vis #F9DD8D
RGB
CMYK
RGB Variations
Color information
#F9DD8D (or 0xF9DD8D) is known color: Vis Vis. HEX triplet: F9, DD and 8D. RGB value is (249,221,141). Sum of RGB (Red+Green+Blue) = 249+221+141=611 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.75% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 141 (55.47% from 255 or 23.08% from 611); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DD8D is #062272. Grayscale: #DCDCDC. Windows color (decimal): -402035 or 9297401. OLE color: 9297401.
HSL color Cylindrical-coordinate representation of color #F9DD8D: hue angle of 44.44º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F9DD8D is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 221 | 141 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.02 |
| HSL | 44.44º | 0.9% | 0.76% | - |
| HSV(B) | 44.44º | 0.43% | 0.98% | - |
| XYZ | 69.73 | 73.78 | 35.76 | - |
| YUV | 220.25 | 83.28 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 221 | 141 | 0 | 0.11 | 0.43 | 0.02 | 44.44 | 0.9 | 0.76 |
| Hex | F9 | DD | 8D | 0 | B | 2B | 2 | 2C | 5A | 4C |
| Octal | 371 | 335 | 215 | 0 | 13 | 53 | 2 | 54 | 132 | 114 |
| Binary | 11111001 | 11011101 | 10001101 | 0 | 1011 | 101011 | 10 | 101100 | 1011010 | 1001100 |
Color Harmonies of #F9DD8D
Complementary color
Monochromatic Colors of #F9DD8D
Black with #F9DD8D
Text Example
Text Example
White with #F9DD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DD8D; }
p { color: rgb(249,221,141); }
H1.HeaderClassName
{
color: #F9DD8D;
}
.AnyTagClassName
{
color: #F9DD8D;
}
</style>
background-color css
<style>
a { background-color: #F9DD8D; }
a { background-color: rgb(249,221,141); }
div.DivClassName
{
background-color: #F9DD8D;
}
.BgClassName
{
background-color: #F9DD8D;
}
</style>
border-color css
<style>
span { border-color: #F9DD8D; }
span { border-color: rgb(249,221,141); }
td.TdClassName
{
border-color: #F9DD8D;
}
.TagClassName
{
border-color: #F9DD8D;
}
</style>