Shades of Vis Vis #FEDF8C
Tints of Vis Vis #FEDF8C
RGB
CMYK
RGB Variations
Color information
#FEDF8C (or 0xFEDF8C) is known color: Vis Vis. HEX triplet: FE, DF and 8C. RGB value is (254,223,140). Sum of RGB (Red+Green+Blue) = 254+223+140=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 140 (55.08% from 255 or 22.69% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDF8C is #012073. Grayscale: #DFDFDF. Windows color (decimal): -73844 or 9232382. OLE color: 9232382.
HSL color Cylindrical-coordinate representation of color #FEDF8C: hue angle of 43.68º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FEDF8C is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 140 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.00 |
| HSL | 43.68º | 0.98% | 0.77% | - |
| HSV(B) | 43.68º | 0.45% | 1% | - |
| XYZ | 71.99 | 75.74 | 35.64 | - |
| YUV | 222.81 | 81.27 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 140 | 0 | 0.12 | 0.45 | 0.00 | 43.68 | 0.98 | 0.77 |
| Hex | FE | DF | 8C | 0 | C | 2D | 0 | 2C | 62 | 4D |
| Octal | 376 | 337 | 214 | 0 | 14 | 55 | 0 | 54 | 142 | 115 |
| Binary | 11111110 | 11011111 | 10001100 | 0 | 1100 | 101101 | 0 | 101100 | 1100010 | 1001101 |
Color Harmonies of #FEDF8C
Complementary color
Monochromatic Colors of #FEDF8C
Black with #FEDF8C
Text Example
Text Example
White with #FEDF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF8C; }
p { color: rgb(254,223,140); }
H1.HeaderClassName
{
color: #FEDF8C;
}
.AnyTagClassName
{
color: #FEDF8C;
}
</style>
background-color css
<style>
a { background-color: #FEDF8C; }
a { background-color: rgb(254,223,140); }
div.DivClassName
{
background-color: #FEDF8C;
}
.BgClassName
{
background-color: #FEDF8C;
}
</style>
border-color css
<style>
span { border-color: #FEDF8C; }
span { border-color: rgb(254,223,140); }
td.TdClassName
{
border-color: #FEDF8C;
}
.TagClassName
{
border-color: #FEDF8C;
}
</style>