Shades of Vis Vis #FDDB8D
Tints of Vis Vis #FDDB8D
RGB
CMYK
RGB Variations
Color information
#FDDB8D (or 0xFDDB8D) is known color: Vis Vis. HEX triplet: FD, DB and 8D. RGB value is (253,219,141). Sum of RGB (Red+Green+Blue) = 253+219+141=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 141 (55.47% from 255 or 23.00% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDB8D is #022472. Grayscale: #DCDCDC. Windows color (decimal): -140403 or 9296893. OLE color: 9296893.
HSL color Cylindrical-coordinate representation of color #FDDB8D: hue angle of 41.79º 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 #FDDB8D is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 141 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.01 |
| HSL | 41.79º | 0.97% | 0.77% | - |
| HSV(B) | 41.79º | 0.44% | 0.99% | - |
| XYZ | 70.65 | 73.47 | 35.66 | - |
| YUV | 220.27 | 83.26 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 141 | 0 | 0.13 | 0.44 | 0.01 | 41.79 | 0.97 | 0.77 |
| Hex | FD | DB | 8D | 0 | D | 2C | 1 | 2A | 61 | 4D |
| Octal | 375 | 333 | 215 | 0 | 15 | 54 | 1 | 52 | 141 | 115 |
| Binary | 11111101 | 11011011 | 10001101 | 0 | 1101 | 101100 | 1 | 101010 | 1100001 | 1001101 |
Color Harmonies of #FDDB8D
Complementary color
Monochromatic Colors of #FDDB8D
Black with #FDDB8D
Text Example
Text Example
White with #FDDB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB8D; }
p { color: rgb(253,219,141); }
H1.HeaderClassName
{
color: #FDDB8D;
}
.AnyTagClassName
{
color: #FDDB8D;
}
</style>
background-color css
<style>
a { background-color: #FDDB8D; }
a { background-color: rgb(253,219,141); }
div.DivClassName
{
background-color: #FDDB8D;
}
.BgClassName
{
background-color: #FDDB8D;
}
</style>
border-color css
<style>
span { border-color: #FDDB8D; }
span { border-color: rgb(253,219,141); }
td.TdClassName
{
border-color: #FDDB8D;
}
.TagClassName
{
border-color: #FDDB8D;
}
</style>