Shades of Vis Vis #FEDF8D
Tints of Vis Vis #FEDF8D
RGB
CMYK
RGB Variations
Color information
#FEDF8D (or 0xFEDF8D) is known color: Vis Vis. HEX triplet: FE, DF and 8D. RGB value is (254,223,141). Sum of RGB (Red+Green+Blue) = 254+223+141=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 141 (55.47% from 255 or 22.82% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDF8D is #012072. Grayscale: #DFDFDF. Windows color (decimal): -73843 or 9297918. OLE color: 9297918.
HSL color Cylindrical-coordinate representation of color #FEDF8D: hue angle of 43.54º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEDF8D is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 141 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.00 |
| HSL | 43.54º | 0.98% | 0.77% | - |
| HSV(B) | 43.54º | 0.44% | 1% | - |
| XYZ | 72.07 | 75.77 | 36.03 | - |
| YUV | 222.92 | 81.77 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 141 | 0 | 0.12 | 0.44 | 0.00 | 43.54 | 0.98 | 0.77 |
| Hex | FE | DF | 8D | 0 | C | 2C | 0 | 2C | 62 | 4D |
| Octal | 376 | 337 | 215 | 0 | 14 | 54 | 0 | 54 | 142 | 115 |
| Binary | 11111110 | 11011111 | 10001101 | 0 | 1100 | 101100 | 0 | 101100 | 1100010 | 1001101 |
Color Harmonies of #FEDF8D
Complementary color
Monochromatic Colors of #FEDF8D
Black with #FEDF8D
Text Example
Text Example
White with #FEDF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF8D; }
p { color: rgb(254,223,141); }
H1.HeaderClassName
{
color: #FEDF8D;
}
.AnyTagClassName
{
color: #FEDF8D;
}
</style>
background-color css
<style>
a { background-color: #FEDF8D; }
a { background-color: rgb(254,223,141); }
div.DivClassName
{
background-color: #FEDF8D;
}
.BgClassName
{
background-color: #FEDF8D;
}
</style>
border-color css
<style>
span { border-color: #FEDF8D; }
span { border-color: rgb(254,223,141); }
td.TdClassName
{
border-color: #FEDF8D;
}
.TagClassName
{
border-color: #FEDF8D;
}
</style>