Shades of Vis Vis #FDDD8F
Tints of Vis Vis #FDDD8F
RGB
CMYK
RGB Variations
Color information
#FDDD8F (or 0xFDDD8F) is known color: Vis Vis. HEX triplet: FD, DD and 8F. RGB value is (253,221,143). Sum of RGB (Red+Green+Blue) = 253+221+143=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 143 (56.25% from 255 or 23.18% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDD8F is #022270. Grayscale: #DEDEDE. Windows color (decimal): -139889 or 9428477. OLE color: 9428477.
HSL color Cylindrical-coordinate representation of color #FDDD8F: hue angle of 42.55º 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 #FDDD8F is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 143 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.01 |
| HSL | 42.55º | 0.96% | 0.78% | - |
| HSV(B) | 42.55º | 0.43% | 0.99% | - |
| XYZ | 71.32 | 74.58 | 36.62 | - |
| YUV | 221.68 | 83.6 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 143 | 0 | 0.13 | 0.43 | 0.01 | 42.55 | 0.96 | 0.78 |
| Hex | FD | DD | 8F | 0 | D | 2B | 1 | 2B | 60 | 4E |
| Octal | 375 | 335 | 217 | 0 | 15 | 53 | 1 | 53 | 140 | 116 |
| Binary | 11111101 | 11011101 | 10001111 | 0 | 1101 | 101011 | 1 | 101011 | 1100000 | 1001110 |
Color Harmonies of #FDDD8F
Complementary color
Monochromatic Colors of #FDDD8F
Black with #FDDD8F
Text Example
Text Example
White with #FDDD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD8F; }
p { color: rgb(253,221,143); }
H1.HeaderClassName
{
color: #FDDD8F;
}
.AnyTagClassName
{
color: #FDDD8F;
}
</style>
background-color css
<style>
a { background-color: #FDDD8F; }
a { background-color: rgb(253,221,143); }
div.DivClassName
{
background-color: #FDDD8F;
}
.BgClassName
{
background-color: #FDDD8F;
}
</style>
border-color css
<style>
span { border-color: #FDDD8F; }
span { border-color: rgb(253,221,143); }
td.TdClassName
{
border-color: #FDDD8F;
}
.TagClassName
{
border-color: #FDDD8F;
}
</style>