Shades of Vis Vis #FDDF8B
Tints of Vis Vis #FDDF8B
RGB
CMYK
RGB Variations
Color information
#FDDF8B (or 0xFDDF8B) is known color: Vis Vis. HEX triplet: FD, DF and 8B. RGB value is (253,223,139). Sum of RGB (Red+Green+Blue) = 253+223+139=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 139 (54.69% from 255 or 22.60% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDF8B is #022074. Grayscale: #DEDEDE. Windows color (decimal): -139381 or 9166845. OLE color: 9166845.
HSL color Cylindrical-coordinate representation of color #FDDF8B: hue angle of 44.21º 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 #FDDF8B is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 139 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.01 |
| HSL | 44.21º | 0.97% | 0.77% | - |
| HSV(B) | 44.21º | 0.45% | 0.99% | - |
| XYZ | 71.56 | 75.52 | 35.23 | - |
| YUV | 222.39 | 80.94 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 139 | 0 | 0.12 | 0.45 | 0.01 | 44.21 | 0.97 | 0.77 |
| Hex | FD | DF | 8B | 0 | C | 2D | 1 | 2C | 61 | 4D |
| Octal | 375 | 337 | 213 | 0 | 14 | 55 | 1 | 54 | 141 | 115 |
| Binary | 11111101 | 11011111 | 10001011 | 0 | 1100 | 101101 | 1 | 101100 | 1100001 | 1001101 |
Color Harmonies of #FDDF8B
Complementary color
Monochromatic Colors of #FDDF8B
Black with #FDDF8B
Text Example
Text Example
White with #FDDF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDF8B; }
p { color: rgb(253,223,139); }
H1.HeaderClassName
{
color: #FDDF8B;
}
.AnyTagClassName
{
color: #FDDF8B;
}
</style>
background-color css
<style>
a { background-color: #FDDF8B; }
a { background-color: rgb(253,223,139); }
div.DivClassName
{
background-color: #FDDF8B;
}
.BgClassName
{
background-color: #FDDF8B;
}
</style>
border-color css
<style>
span { border-color: #FDDF8B; }
span { border-color: rgb(253,223,139); }
td.TdClassName
{
border-color: #FDDF8B;
}
.TagClassName
{
border-color: #FDDF8B;
}
</style>