Shades of Vis Vis #FDDD8E
Tints of Vis Vis #FDDD8E
RGB
CMYK
RGB Variations
Color information
#FDDD8E (or 0xFDDD8E) is known color: Vis Vis. HEX triplet: FD, DD and 8E. RGB value is (253,221,142). Sum of RGB (Red+Green+Blue) = 253+221+142=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 142 (55.86% from 255 or 23.05% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDD8E is #022271. Grayscale: #DDDDDD. Windows color (decimal): -139890 or 9362941. OLE color: 9362941.
HSL color Cylindrical-coordinate representation of color #FDDD8E: hue angle of 42.7º 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 #FDDD8E is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 142 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.01 |
| HSL | 42.7º | 0.97% | 0.77% | - |
| HSV(B) | 42.7º | 0.44% | 0.99% | - |
| XYZ | 71.25 | 74.55 | 36.23 | - |
| YUV | 221.56 | 83.1 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 142 | 0 | 0.13 | 0.44 | 0.01 | 42.7 | 0.97 | 0.77 |
| Hex | FD | DD | 8E | 0 | D | 2C | 1 | 2B | 61 | 4D |
| Octal | 375 | 335 | 216 | 0 | 15 | 54 | 1 | 53 | 141 | 115 |
| Binary | 11111101 | 11011101 | 10001110 | 0 | 1101 | 101100 | 1 | 101011 | 1100001 | 1001101 |
Color Harmonies of #FDDD8E
Complementary color
Monochromatic Colors of #FDDD8E
Black with #FDDD8E
Text Example
Text Example
White with #FDDD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD8E; }
p { color: rgb(253,221,142); }
H1.HeaderClassName
{
color: #FDDD8E;
}
.AnyTagClassName
{
color: #FDDD8E;
}
</style>
background-color css
<style>
a { background-color: #FDDD8E; }
a { background-color: rgb(253,221,142); }
div.DivClassName
{
background-color: #FDDD8E;
}
.BgClassName
{
background-color: #FDDD8E;
}
</style>
border-color css
<style>
span { border-color: #FDDD8E; }
span { border-color: rgb(253,221,142); }
td.TdClassName
{
border-color: #FDDD8E;
}
.TagClassName
{
border-color: #FDDD8E;
}
</style>