Shades of Vis Vis #FDE28F
Tints of Vis Vis #FDE28F
RGB
CMYK
RGB Variations
Color information
#FDE28F (or 0xFDE28F) is known color: Vis Vis. HEX triplet: FD, E2 and 8F. RGB value is (253,226,143). Sum of RGB (Red+Green+Blue) = 253+226+143=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 226 (88.67% from 255 or 36.33% from 622); Blue value is 143 (56.25% from 255 or 22.99% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE28F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE28F is #021D70. Grayscale: #E0E0E0. Windows color (decimal): -138609 or 9429757. OLE color: 9429757.
HSL color Cylindrical-coordinate representation of color #FDE28F: hue angle of 45.27º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDE28F is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 143 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.01 |
| HSL | 45.27º | 0.96% | 0.78% | - |
| HSV(B) | 45.27º | 0.43% | 0.99% | - |
| XYZ | 72.66 | 77.26 | 37.07 | - |
| YUV | 224.61 | 81.95 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 143 | 0 | 0.11 | 0.43 | 0.01 | 45.27 | 0.96 | 0.78 |
| Hex | FD | E2 | 8F | 0 | B | 2B | 1 | 2D | 60 | 4E |
| Octal | 375 | 342 | 217 | 0 | 13 | 53 | 1 | 55 | 140 | 116 |
| Binary | 11111101 | 11100010 | 10001111 | 0 | 1011 | 101011 | 1 | 101101 | 1100000 | 1001110 |
Color Harmonies of #FDE28F
Complementary color
Monochromatic Colors of #FDE28F
Black with #FDE28F
Text Example
Text Example
White with #FDE28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE28F; }
p { color: rgb(253,226,143); }
H1.HeaderClassName
{
color: #FDE28F;
}
.AnyTagClassName
{
color: #FDE28F;
}
</style>
background-color css
<style>
a { background-color: #FDE28F; }
a { background-color: rgb(253,226,143); }
div.DivClassName
{
background-color: #FDE28F;
}
.BgClassName
{
background-color: #FDE28F;
}
</style>
border-color css
<style>
span { border-color: #FDE28F; }
span { border-color: rgb(253,226,143); }
td.TdClassName
{
border-color: #FDE28F;
}
.TagClassName
{
border-color: #FDE28F;
}
</style>