Shades of Vis Vis #FADD8D
Tints of Vis Vis #FADD8D
RGB
CMYK
RGB Variations
Color information
#FADD8D (or 0xFADD8D) is known color: Vis Vis. HEX triplet: FA, DD and 8D. RGB value is (250,221,141). Sum of RGB (Red+Green+Blue) = 250+221+141=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 141 (55.47% from 255 or 23.04% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADD8D is #052272. Grayscale: #DCDCDC. Windows color (decimal): -336499 or 9297402. OLE color: 9297402.
HSL color Cylindrical-coordinate representation of color #FADD8D: hue angle of 44.04º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FADD8D is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 141 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.02 |
| HSL | 44.04º | 0.92% | 0.77% | - |
| HSV(B) | 44.04º | 0.44% | 0.98% | - |
| XYZ | 70.09 | 73.96 | 35.78 | - |
| YUV | 220.55 | 83.11 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 141 | 0 | 0.12 | 0.44 | 0.02 | 44.04 | 0.92 | 0.77 |
| Hex | FA | DD | 8D | 0 | C | 2C | 2 | 2C | 5C | 4D |
| Octal | 372 | 335 | 215 | 0 | 14 | 54 | 2 | 54 | 134 | 115 |
| Binary | 11111010 | 11011101 | 10001101 | 0 | 1100 | 101100 | 10 | 101100 | 1011100 | 1001101 |
Color Harmonies of #FADD8D
Complementary color
Monochromatic Colors of #FADD8D
Black with #FADD8D
Text Example
Text Example
White with #FADD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADD8D; }
p { color: rgb(250,221,141); }
H1.HeaderClassName
{
color: #FADD8D;
}
.AnyTagClassName
{
color: #FADD8D;
}
</style>
background-color css
<style>
a { background-color: #FADD8D; }
a { background-color: rgb(250,221,141); }
div.DivClassName
{
background-color: #FADD8D;
}
.BgClassName
{
background-color: #FADD8D;
}
</style>
border-color css
<style>
span { border-color: #FADD8D; }
span { border-color: rgb(250,221,141); }
td.TdClassName
{
border-color: #FADD8D;
}
.TagClassName
{
border-color: #FADD8D;
}
</style>