Shades of Vis Vis #F6DE90
Tints of Vis Vis #F6DE90
RGB
CMYK
RGB Variations
Color information
#F6DE90 (or 0xF6DE90) is known color: Vis Vis. HEX triplet: F6, DE and 90. RGB value is (246,222,144). Sum of RGB (Red+Green+Blue) = 246+222+144=612 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.20% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 144 (56.64% from 255 or 23.53% from 612); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DE90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DE90 is #09216F. Grayscale: #DCDCDC. Windows color (decimal): -598384 or 9494262. OLE color: 9494262.
HSL color Cylindrical-coordinate representation of color #F6DE90: hue angle of 45.88º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F6DE90 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 222 | 144 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.04 |
| HSL | 45.88º | 0.85% | 0.76% | - |
| HSV(B) | 45.88º | 0.41% | 0.96% | - |
| XYZ | 69.16 | 73.85 | 36.99 | - |
| YUV | 220.28 | 84.95 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 222 | 144 | 0 | 0.10 | 0.41 | 0.04 | 45.88 | 0.85 | 0.76 |
| Hex | F6 | DE | 90 | 0 | A | 29 | 4 | 2E | 55 | 4C |
| Octal | 366 | 336 | 220 | 0 | 12 | 51 | 4 | 56 | 125 | 114 |
| Binary | 11110110 | 11011110 | 10010000 | 0 | 1010 | 101001 | 100 | 101110 | 1010101 | 1001100 |
Color Harmonies of #F6DE90
Complementary color
Monochromatic Colors of #F6DE90
Black with #F6DE90
Text Example
Text Example
White with #F6DE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DE90; }
p { color: rgb(246,222,144); }
H1.HeaderClassName
{
color: #F6DE90;
}
.AnyTagClassName
{
color: #F6DE90;
}
</style>
background-color css
<style>
a { background-color: #F6DE90; }
a { background-color: rgb(246,222,144); }
div.DivClassName
{
background-color: #F6DE90;
}
.BgClassName
{
background-color: #F6DE90;
}
</style>
border-color css
<style>
span { border-color: #F6DE90; }
span { border-color: rgb(246,222,144); }
td.TdClassName
{
border-color: #F6DE90;
}
.TagClassName
{
border-color: #F6DE90;
}
</style>