Shades of Vis Vis #F8DF8D
Tints of Vis Vis #F8DF8D
RGB
CMYK
RGB Variations
Color information
#F8DF8D (or 0xF8DF8D) is known color: Vis Vis. HEX triplet: F8, DF and 8D. RGB value is (248,223,141). Sum of RGB (Red+Green+Blue) = 248+223+141=612 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.52% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 141 (55.47% from 255 or 23.04% from 612); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DF8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DF8D is #072072. Grayscale: #DDDDDD. Windows color (decimal): -467059 or 9297912. OLE color: 9297912.
HSL color Cylindrical-coordinate representation of color #F8DF8D: hue angle of 45.98º 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 #F8DF8D is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 141 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.03 |
| HSL | 45.98º | 0.88% | 0.76% | - |
| HSV(B) | 45.98º | 0.43% | 0.97% | - |
| XYZ | 69.91 | 74.65 | 35.92 | - |
| YUV | 221.13 | 82.78 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 141 | 0 | 0.10 | 0.43 | 0.03 | 45.98 | 0.88 | 0.76 |
| Hex | F8 | DF | 8D | 0 | A | 2B | 3 | 2E | 58 | 4C |
| Octal | 370 | 337 | 215 | 0 | 12 | 53 | 3 | 56 | 130 | 114 |
| Binary | 11111000 | 11011111 | 10001101 | 0 | 1010 | 101011 | 11 | 101110 | 1011000 | 1001100 |
Color Harmonies of #F8DF8D
Complementary color
Monochromatic Colors of #F8DF8D
Black with #F8DF8D
Text Example
Text Example
White with #F8DF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DF8D; }
p { color: rgb(248,223,141); }
H1.HeaderClassName
{
color: #F8DF8D;
}
.AnyTagClassName
{
color: #F8DF8D;
}
</style>
background-color css
<style>
a { background-color: #F8DF8D; }
a { background-color: rgb(248,223,141); }
div.DivClassName
{
background-color: #F8DF8D;
}
.BgClassName
{
background-color: #F8DF8D;
}
</style>
border-color css
<style>
span { border-color: #F8DF8D; }
span { border-color: rgb(248,223,141); }
td.TdClassName
{
border-color: #F8DF8D;
}
.TagClassName
{
border-color: #F8DF8D;
}
</style>