Shades of Vis Vis #FDDF8C
Tints of Vis Vis #FDDF8C
RGB
CMYK
RGB Variations
Color information
#FDDF8C (or 0xFDDF8C) is known color: Vis Vis. HEX triplet: FD, DF and 8C. RGB value is (253,223,140). Sum of RGB (Red+Green+Blue) = 253+223+140=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 140 (55.08% from 255 or 22.73% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDF8C is #022073. Grayscale: #DEDEDE. Windows color (decimal): -139380 or 9232381. OLE color: 9232381.
HSL color Cylindrical-coordinate representation of color #FDDF8C: hue angle of 44.07º 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 #FDDF8C is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 140 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.01 |
| HSL | 44.07º | 0.97% | 0.77% | - |
| HSV(B) | 44.07º | 0.45% | 0.99% | - |
| XYZ | 71.63 | 75.55 | 35.62 | - |
| YUV | 222.51 | 81.44 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 140 | 0 | 0.12 | 0.45 | 0.01 | 44.07 | 0.97 | 0.77 |
| Hex | FD | DF | 8C | 0 | C | 2D | 1 | 2C | 61 | 4D |
| Octal | 375 | 337 | 214 | 0 | 14 | 55 | 1 | 54 | 141 | 115 |
| Binary | 11111101 | 11011111 | 10001100 | 0 | 1100 | 101101 | 1 | 101100 | 1100001 | 1001101 |
Color Harmonies of #FDDF8C
Complementary color
Monochromatic Colors of #FDDF8C
Black with #FDDF8C
Text Example
Text Example
White with #FDDF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDF8C; }
p { color: rgb(253,223,140); }
H1.HeaderClassName
{
color: #FDDF8C;
}
.AnyTagClassName
{
color: #FDDF8C;
}
</style>
background-color css
<style>
a { background-color: #FDDF8C; }
a { background-color: rgb(253,223,140); }
div.DivClassName
{
background-color: #FDDF8C;
}
.BgClassName
{
background-color: #FDDF8C;
}
</style>
border-color css
<style>
span { border-color: #FDDF8C; }
span { border-color: rgb(253,223,140); }
td.TdClassName
{
border-color: #FDDF8C;
}
.TagClassName
{
border-color: #FDDF8C;
}
</style>