Shades of Vis Vis #F8DC90
Tints of Vis Vis #F8DC90
RGB
CMYK
RGB Variations
Color information
#F8DC90 (or 0xF8DC90) is known color: Vis Vis. HEX triplet: F8, DC and 90. RGB value is (248,220,144). Sum of RGB (Red+Green+Blue) = 248+220+144=612 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.52% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 144 (56.64% from 255 or 23.53% from 612); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DC90 is #07236F. Grayscale: #DCDCDC. Windows color (decimal): -467824 or 9493752. OLE color: 9493752.
HSL color Cylindrical-coordinate representation of color #F8DC90: hue angle of 43.85º 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 #F8DC90 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 220 | 144 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.03 |
| HSL | 43.85º | 0.88% | 0.77% | - |
| HSV(B) | 43.85º | 0.42% | 0.97% | - |
| XYZ | 69.34 | 73.16 | 36.85 | - |
| YUV | 219.71 | 85.28 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 220 | 144 | 0 | 0.11 | 0.42 | 0.03 | 43.85 | 0.88 | 0.77 |
| Hex | F8 | DC | 90 | 0 | B | 2A | 3 | 2C | 58 | 4D |
| Octal | 370 | 334 | 220 | 0 | 13 | 52 | 3 | 54 | 130 | 115 |
| Binary | 11111000 | 11011100 | 10010000 | 0 | 1011 | 101010 | 11 | 101100 | 1011000 | 1001101 |
Color Harmonies of #F8DC90
Complementary color
Monochromatic Colors of #F8DC90
Black with #F8DC90
Text Example
Text Example
White with #F8DC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DC90; }
p { color: rgb(248,220,144); }
H1.HeaderClassName
{
color: #F8DC90;
}
.AnyTagClassName
{
color: #F8DC90;
}
</style>
background-color css
<style>
a { background-color: #F8DC90; }
a { background-color: rgb(248,220,144); }
div.DivClassName
{
background-color: #F8DC90;
}
.BgClassName
{
background-color: #F8DC90;
}
</style>
border-color css
<style>
span { border-color: #F8DC90; }
span { border-color: rgb(248,220,144); }
td.TdClassName
{
border-color: #F8DC90;
}
.TagClassName
{
border-color: #F8DC90;
}
</style>