Shades of Vis Vis #FDE189
Tints of Vis Vis #FDE189
RGB
CMYK
RGB Variations
Color information
#FDE189 (or 0xFDE189) is known color: Vis Vis. HEX triplet: FD, E1 and 89. RGB value is (253,225,137). Sum of RGB (Red+Green+Blue) = 253+225+137=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 225 (88.28% from 255 or 36.59% from 615); Blue value is 137 (53.91% from 255 or 22.28% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE189 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE189 is #021E76. Grayscale: #DFDFDF. Windows color (decimal): -138871 or 9036285. OLE color: 9036285.
HSL color Cylindrical-coordinate representation of color #FDE189: hue angle of 45.52º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FDE189 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 137 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.01 |
| HSL | 45.52º | 0.97% | 0.76% | - |
| HSV(B) | 45.52º | 0.46% | 0.99% | - |
| XYZ | 71.95 | 76.54 | 34.65 | - |
| YUV | 223.34 | 79.28 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 137 | 0 | 0.11 | 0.46 | 0.01 | 45.52 | 0.97 | 0.76 |
| Hex | FD | E1 | 89 | 0 | B | 2E | 1 | 2E | 61 | 4C |
| Octal | 375 | 341 | 211 | 0 | 13 | 56 | 1 | 56 | 141 | 114 |
| Binary | 11111101 | 11100001 | 10001001 | 0 | 1011 | 101110 | 1 | 101110 | 1100001 | 1001100 |
Color Harmonies of #FDE189
Complementary color
Monochromatic Colors of #FDE189
Black with #FDE189
Text Example
Text Example
White with #FDE189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE189; }
p { color: rgb(253,225,137); }
H1.HeaderClassName
{
color: #FDE189;
}
.AnyTagClassName
{
color: #FDE189;
}
</style>
background-color css
<style>
a { background-color: #FDE189; }
a { background-color: rgb(253,225,137); }
div.DivClassName
{
background-color: #FDE189;
}
.BgClassName
{
background-color: #FDE189;
}
</style>
border-color css
<style>
span { border-color: #FDE189; }
span { border-color: rgb(253,225,137); }
td.TdClassName
{
border-color: #FDE189;
}
.TagClassName
{
border-color: #FDE189;
}
</style>