Shades of Vis Vis #FFDE8F
Tints of Vis Vis #FFDE8F
RGB
CMYK
RGB Variations
Color information
#FFDE8F (or 0xFFDE8F) is known color: Vis Vis. HEX triplet: FF, DE and 8F. RGB value is (255,222,143). Sum of RGB (Red+Green+Blue) = 255+222+143=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 143 (56.25% from 255 or 23.06% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDE8F is #002170. Grayscale: #DFDFDF. Windows color (decimal): -8561 or 9428735. OLE color: 9428735.
HSL color Cylindrical-coordinate representation of color #FFDE8F: hue angle of 42.32º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFDE8F is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 143 | - |
| CMYK | 0 | 0.13 | 0.44 | 0 |
| HSL | 42.32º | 1% | 0.78% | - |
| HSV(B) | 42.32º | 0.44% | 1% | - |
| XYZ | 72.32 | 75.49 | 36.75 | - |
| YUV | 222.86 | 82.93 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 143 | 0 | 0.13 | 0.44 | 0 | 42.32 | 1 | 0.78 |
| Hex | FF | DE | 8F | 0 | D | 2C | 0 | 2A | 64 | 4E |
| Octal | 377 | 336 | 217 | 0 | 15 | 54 | 0 | 52 | 144 | 116 |
| Binary | 11111111 | 11011110 | 10001111 | 0 | 1101 | 101100 | 0 | 101010 | 1100100 | 1001110 |
Color Harmonies of #FFDE8F
Complementary color
Monochromatic Colors of #FFDE8F
Black with #FFDE8F
Text Example
Text Example
White with #FFDE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDE8F; }
p { color: rgb(255,222,143); }
H1.HeaderClassName
{
color: #FFDE8F;
}
.AnyTagClassName
{
color: #FFDE8F;
}
</style>
background-color css
<style>
a { background-color: #FFDE8F; }
a { background-color: rgb(255,222,143); }
div.DivClassName
{
background-color: #FFDE8F;
}
.BgClassName
{
background-color: #FFDE8F;
}
</style>
border-color css
<style>
span { border-color: #FFDE8F; }
span { border-color: rgb(255,222,143); }
td.TdClassName
{
border-color: #FFDE8F;
}
.TagClassName
{
border-color: #FFDE8F;
}
</style>