Shades of Vis Vis #FDDD8B
Tints of Vis Vis #FDDD8B
RGB
CMYK
RGB Variations
Color information
#FDDD8B (or 0xFDDD8B) is known color: Vis Vis. HEX triplet: FD, DD and 8B. RGB value is (253,221,139). Sum of RGB (Red+Green+Blue) = 253+221+139=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 139 (54.69% from 255 or 22.68% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDD8B is #022274. Grayscale: #DDDDDD. Windows color (decimal): -139893 or 9166333. OLE color: 9166333.
HSL color Cylindrical-coordinate representation of color #FDDD8B: hue angle of 43.16º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDDD8B is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 139 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.01 |
| HSL | 43.16º | 0.97% | 0.77% | - |
| HSV(B) | 43.16º | 0.45% | 0.99% | - |
| XYZ | 71.02 | 74.46 | 35.05 | - |
| YUV | 221.22 | 81.6 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 139 | 0 | 0.13 | 0.45 | 0.01 | 43.16 | 0.97 | 0.77 |
| Hex | FD | DD | 8B | 0 | D | 2D | 1 | 2B | 61 | 4D |
| Octal | 375 | 335 | 213 | 0 | 15 | 55 | 1 | 53 | 141 | 115 |
| Binary | 11111101 | 11011101 | 10001011 | 0 | 1101 | 101101 | 1 | 101011 | 1100001 | 1001101 |
Color Harmonies of #FDDD8B
Complementary color
Monochromatic Colors of #FDDD8B
Black with #FDDD8B
Text Example
Text Example
White with #FDDD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD8B; }
p { color: rgb(253,221,139); }
H1.HeaderClassName
{
color: #FDDD8B;
}
.AnyTagClassName
{
color: #FDDD8B;
}
</style>
background-color css
<style>
a { background-color: #FDDD8B; }
a { background-color: rgb(253,221,139); }
div.DivClassName
{
background-color: #FDDD8B;
}
.BgClassName
{
background-color: #FDDD8B;
}
</style>
border-color css
<style>
span { border-color: #FDDD8B; }
span { border-color: rgb(253,221,139); }
td.TdClassName
{
border-color: #FDDD8B;
}
.TagClassName
{
border-color: #FDDD8B;
}
</style>