Shades of Vis Vis #F8DD8D
Tints of Vis Vis #F8DD8D
RGB
CMYK
RGB Variations
Color information
#F8DD8D (or 0xF8DD8D) is known color: Vis Vis. HEX triplet: F8, DD and 8D. RGB value is (248,221,141). Sum of RGB (Red+Green+Blue) = 248+221+141=610 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.66% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 141 (55.47% from 255 or 23.11% from 610); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DD8D is #072272. Grayscale: #DCDCDC. Windows color (decimal): -467571 or 9297400. OLE color: 9297400.
HSL color Cylindrical-coordinate representation of color #F8DD8D: hue angle of 44.86º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F8DD8D is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 221 | 141 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.03 |
| HSL | 44.86º | 0.88% | 0.76% | - |
| HSV(B) | 44.86º | 0.43% | 0.97% | - |
| XYZ | 69.38 | 73.59 | 35.75 | - |
| YUV | 219.95 | 83.45 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 221 | 141 | 0 | 0.11 | 0.43 | 0.03 | 44.86 | 0.88 | 0.76 |
| Hex | F8 | DD | 8D | 0 | B | 2B | 3 | 2D | 58 | 4C |
| Octal | 370 | 335 | 215 | 0 | 13 | 53 | 3 | 55 | 130 | 114 |
| Binary | 11111000 | 11011101 | 10001101 | 0 | 1011 | 101011 | 11 | 101101 | 1011000 | 1001100 |
Color Harmonies of #F8DD8D
Complementary color
Monochromatic Colors of #F8DD8D
Black with #F8DD8D
Text Example
Text Example
White with #F8DD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DD8D; }
p { color: rgb(248,221,141); }
H1.HeaderClassName
{
color: #F8DD8D;
}
.AnyTagClassName
{
color: #F8DD8D;
}
</style>
background-color css
<style>
a { background-color: #F8DD8D; }
a { background-color: rgb(248,221,141); }
div.DivClassName
{
background-color: #F8DD8D;
}
.BgClassName
{
background-color: #F8DD8D;
}
</style>
border-color css
<style>
span { border-color: #F8DD8D; }
span { border-color: rgb(248,221,141); }
td.TdClassName
{
border-color: #F8DD8D;
}
.TagClassName
{
border-color: #F8DD8D;
}
</style>