Shades of Vis Vis #FDE693
Tints of Vis Vis #FDE693
RGB
CMYK
RGB Variations
Color information
#FDE693 (or 0xFDE693) is known color: Vis Vis. HEX triplet: FD, E6 and 93. RGB value is (253,230,147). Sum of RGB (Red+Green+Blue) = 253+230+147=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 230 (90.23% from 255 or 36.51% from 630); Blue value is 147 (57.81% from 255 or 23.33% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE693 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE693 is #02196C. Grayscale: #E3E3E3. Windows color (decimal): -137581 or 9692925. OLE color: 9692925.
HSL color Cylindrical-coordinate representation of color #FDE693: hue angle of 46.98º 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 #FDE693 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 147 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.01 |
| HSL | 46.98º | 0.96% | 0.78% | - |
| HSV(B) | 46.98º | 0.42% | 0.99% | - |
| XYZ | 74.07 | 79.58 | 39.06 | - |
| YUV | 227.42 | 82.62 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 147 | 0 | 0.09 | 0.42 | 0.01 | 46.98 | 0.96 | 0.78 |
| Hex | FD | E6 | 93 | 0 | 9 | 2A | 1 | 2F | 60 | 4E |
| Octal | 375 | 346 | 223 | 0 | 11 | 52 | 1 | 57 | 140 | 116 |
| Binary | 11111101 | 11100110 | 10010011 | 0 | 1001 | 101010 | 1 | 101111 | 1100000 | 1001110 |
Color Harmonies of #FDE693
Complementary color
Monochromatic Colors of #FDE693
Black with #FDE693
Text Example
Text Example
White with #FDE693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE693; }
p { color: rgb(253,230,147); }
H1.HeaderClassName
{
color: #FDE693;
}
.AnyTagClassName
{
color: #FDE693;
}
</style>
background-color css
<style>
a { background-color: #FDE693; }
a { background-color: rgb(253,230,147); }
div.DivClassName
{
background-color: #FDE693;
}
.BgClassName
{
background-color: #FDE693;
}
</style>
border-color css
<style>
span { border-color: #FDE693; }
span { border-color: rgb(253,230,147); }
td.TdClassName
{
border-color: #FDE693;
}
.TagClassName
{
border-color: #FDE693;
}
</style>