Shades of Vis Vis #FDE28B
Tints of Vis Vis #FDE28B
RGB
CMYK
RGB Variations
Color information
#FDE28B (or 0xFDE28B) is known color: Vis Vis. HEX triplet: FD, E2 and 8B. RGB value is (253,226,139). Sum of RGB (Red+Green+Blue) = 253+226+139=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 226 (88.67% from 255 or 36.57% from 618); Blue value is 139 (54.69% from 255 or 22.49% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE28B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE28B is #021D74. Grayscale: #E0E0E0. Windows color (decimal): -138613 or 9167613. OLE color: 9167613.
HSL color Cylindrical-coordinate representation of color #FDE28B: hue angle of 45.79º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDE28B is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 139 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.01 |
| HSL | 45.79º | 0.97% | 0.77% | - |
| HSV(B) | 45.79º | 0.45% | 0.99% | - |
| XYZ | 72.36 | 77.14 | 35.5 | - |
| YUV | 224.16 | 79.95 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 139 | 0 | 0.11 | 0.45 | 0.01 | 45.79 | 0.97 | 0.77 |
| Hex | FD | E2 | 8B | 0 | B | 2D | 1 | 2E | 61 | 4D |
| Octal | 375 | 342 | 213 | 0 | 13 | 55 | 1 | 56 | 141 | 115 |
| Binary | 11111101 | 11100010 | 10001011 | 0 | 1011 | 101101 | 1 | 101110 | 1100001 | 1001101 |
Color Harmonies of #FDE28B
Complementary color
Monochromatic Colors of #FDE28B
Black with #FDE28B
Text Example
Text Example
White with #FDE28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE28B; }
p { color: rgb(253,226,139); }
H1.HeaderClassName
{
color: #FDE28B;
}
.AnyTagClassName
{
color: #FDE28B;
}
</style>
background-color css
<style>
a { background-color: #FDE28B; }
a { background-color: rgb(253,226,139); }
div.DivClassName
{
background-color: #FDE28B;
}
.BgClassName
{
background-color: #FDE28B;
}
</style>
border-color css
<style>
span { border-color: #FDE28B; }
span { border-color: rgb(253,226,139); }
td.TdClassName
{
border-color: #FDE28B;
}
.TagClassName
{
border-color: #FDE28B;
}
</style>