Shades of Vis Vis #F8DA90
Tints of Vis Vis #F8DA90
RGB
CMYK
RGB Variations
Color information
#F8DA90 (or 0xF8DA90) is known color: Vis Vis. HEX triplet: F8, DA and 90. RGB value is (248,218,144). Sum of RGB (Red+Green+Blue) = 248+218+144=610 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.66% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 144 (56.64% from 255 or 23.61% from 610); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DA90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DA90 is #07256F. Grayscale: #DADADA. Windows color (decimal): -468336 or 9493240. OLE color: 9493240.
HSL color Cylindrical-coordinate representation of color #F8DA90: hue angle of 42.69º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F8DA90 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 218 | 144 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.03 |
| HSL | 42.69º | 0.88% | 0.77% | - |
| HSV(B) | 42.69º | 0.42% | 0.97% | - |
| XYZ | 68.82 | 72.11 | 36.68 | - |
| YUV | 218.53 | 85.94 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 218 | 144 | 0 | 0.12 | 0.42 | 0.03 | 42.69 | 0.88 | 0.77 |
| Hex | F8 | DA | 90 | 0 | C | 2A | 3 | 2B | 58 | 4D |
| Octal | 370 | 332 | 220 | 0 | 14 | 52 | 3 | 53 | 130 | 115 |
| Binary | 11111000 | 11011010 | 10010000 | 0 | 1100 | 101010 | 11 | 101011 | 1011000 | 1001101 |
Color Harmonies of #F8DA90
Complementary color
Monochromatic Colors of #F8DA90
Black with #F8DA90
Text Example
Text Example
White with #F8DA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DA90; }
p { color: rgb(248,218,144); }
H1.HeaderClassName
{
color: #F8DA90;
}
.AnyTagClassName
{
color: #F8DA90;
}
</style>
background-color css
<style>
a { background-color: #F8DA90; }
a { background-color: rgb(248,218,144); }
div.DivClassName
{
background-color: #F8DA90;
}
.BgClassName
{
background-color: #F8DA90;
}
</style>
border-color css
<style>
span { border-color: #F8DA90; }
span { border-color: rgb(248,218,144); }
td.TdClassName
{
border-color: #F8DA90;
}
.TagClassName
{
border-color: #F8DA90;
}
</style>