Shades of Vis Vis #FDE892
Tints of Vis Vis #FDE892
RGB
CMYK
RGB Variations
Color information
#FDE892 (or 0xFDE892) is known color: Vis Vis. HEX triplet: FD, E8 and 92. RGB value is (253,232,146). Sum of RGB (Red+Green+Blue) = 253+232+146=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 232 (91.02% from 255 or 36.77% from 631); Blue value is 146 (57.42% from 255 or 23.14% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE892 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE892 is #02176D. Grayscale: #E4E4E4. Windows color (decimal): -137070 or 9627901. OLE color: 9627901.
HSL color Cylindrical-coordinate representation of color #FDE892: hue angle of 48.22º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDE892 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 232 | 146 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.01 |
| HSL | 48.22º | 0.96% | 0.78% | - |
| HSV(B) | 48.22º | 0.42% | 0.99% | - |
| XYZ | 74.55 | 80.67 | 38.84 | - |
| YUV | 228.48 | 81.46 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 232 | 146 | 0 | 0.08 | 0.42 | 0.01 | 48.22 | 0.96 | 0.78 |
| Hex | FD | E8 | 92 | 0 | 8 | 2A | 1 | 30 | 60 | 4E |
| Octal | 375 | 350 | 222 | 0 | 10 | 52 | 1 | 60 | 140 | 116 |
| Binary | 11111101 | 11101000 | 10010010 | 0 | 1000 | 101010 | 1 | 110000 | 1100000 | 1001110 |
Color Harmonies of #FDE892
Complementary color
Monochromatic Colors of #FDE892
Black with #FDE892
Text Example
Text Example
White with #FDE892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE892; }
p { color: rgb(253,232,146); }
H1.HeaderClassName
{
color: #FDE892;
}
.AnyTagClassName
{
color: #FDE892;
}
</style>
background-color css
<style>
a { background-color: #FDE892; }
a { background-color: rgb(253,232,146); }
div.DivClassName
{
background-color: #FDE892;
}
.BgClassName
{
background-color: #FDE892;
}
</style>
border-color css
<style>
span { border-color: #FDE892; }
span { border-color: rgb(253,232,146); }
td.TdClassName
{
border-color: #FDE892;
}
.TagClassName
{
border-color: #FDE892;
}
</style>