Shades of Vis Vis #FDE68F
Tints of Vis Vis #FDE68F
RGB
CMYK
RGB Variations
Color information
#FDE68F (or 0xFDE68F) is known color: Vis Vis. HEX triplet: FD, E6 and 8F. RGB value is (253,230,143). Sum of RGB (Red+Green+Blue) = 253+230+143=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 230 (90.23% from 255 or 36.74% from 626); Blue value is 143 (56.25% from 255 or 22.84% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE68F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE68F is #021970. Grayscale: #E3E3E3. Windows color (decimal): -137585 or 9430781. OLE color: 9430781.
HSL color Cylindrical-coordinate representation of color #FDE68F: hue angle of 47.45º 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 #FDE68F is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 143 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.01 |
| HSL | 47.45º | 0.96% | 0.78% | - |
| HSV(B) | 47.45º | 0.43% | 0.99% | - |
| XYZ | 73.76 | 79.46 | 37.44 | - |
| YUV | 226.96 | 80.62 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 143 | 0 | 0.09 | 0.43 | 0.01 | 47.45 | 0.96 | 0.78 |
| Hex | FD | E6 | 8F | 0 | 9 | 2B | 1 | 2F | 60 | 4E |
| Octal | 375 | 346 | 217 | 0 | 11 | 53 | 1 | 57 | 140 | 116 |
| Binary | 11111101 | 11100110 | 10001111 | 0 | 1001 | 101011 | 1 | 101111 | 1100000 | 1001110 |
Color Harmonies of #FDE68F
Complementary color
Monochromatic Colors of #FDE68F
Black with #FDE68F
Text Example
Text Example
White with #FDE68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE68F; }
p { color: rgb(253,230,143); }
H1.HeaderClassName
{
color: #FDE68F;
}
.AnyTagClassName
{
color: #FDE68F;
}
</style>
background-color css
<style>
a { background-color: #FDE68F; }
a { background-color: rgb(253,230,143); }
div.DivClassName
{
background-color: #FDE68F;
}
.BgClassName
{
background-color: #FDE68F;
}
</style>
border-color css
<style>
span { border-color: #FDE68F; }
span { border-color: rgb(253,230,143); }
td.TdClassName
{
border-color: #FDE68F;
}
.TagClassName
{
border-color: #FDE68F;
}
</style>