Shades of Vis Vis #FDDC8D
Tints of Vis Vis #FDDC8D
RGB
CMYK
RGB Variations
Color information
#FDDC8D (or 0xFDDC8D) is known color: Vis Vis. HEX triplet: FD, DC and 8D. RGB value is (253,220,141). Sum of RGB (Red+Green+Blue) = 253+220+141=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 141 (55.47% from 255 or 22.96% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDC8D is #022372. Grayscale: #DDDDDD. Windows color (decimal): -140147 or 9297149. OLE color: 9297149.
HSL color Cylindrical-coordinate representation of color #FDDC8D: hue angle of 42.32º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDDC8D is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 141 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.01 |
| HSL | 42.32º | 0.97% | 0.77% | - |
| HSV(B) | 42.32º | 0.44% | 0.99% | - |
| XYZ | 70.91 | 73.99 | 35.74 | - |
| YUV | 220.86 | 82.93 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 141 | 0 | 0.13 | 0.44 | 0.01 | 42.32 | 0.97 | 0.77 |
| Hex | FD | DC | 8D | 0 | D | 2C | 1 | 2A | 61 | 4D |
| Octal | 375 | 334 | 215 | 0 | 15 | 54 | 1 | 52 | 141 | 115 |
| Binary | 11111101 | 11011100 | 10001101 | 0 | 1101 | 101100 | 1 | 101010 | 1100001 | 1001101 |
Color Harmonies of #FDDC8D
Complementary color
Monochromatic Colors of #FDDC8D
Black with #FDDC8D
Text Example
Text Example
White with #FDDC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC8D; }
p { color: rgb(253,220,141); }
H1.HeaderClassName
{
color: #FDDC8D;
}
.AnyTagClassName
{
color: #FDDC8D;
}
</style>
background-color css
<style>
a { background-color: #FDDC8D; }
a { background-color: rgb(253,220,141); }
div.DivClassName
{
background-color: #FDDC8D;
}
.BgClassName
{
background-color: #FDDC8D;
}
</style>
border-color css
<style>
span { border-color: #FDDC8D; }
span { border-color: rgb(253,220,141); }
td.TdClassName
{
border-color: #FDDC8D;
}
.TagClassName
{
border-color: #FDDC8D;
}
</style>