Shades of Vis Vis #FADD95
Tints of Vis Vis #FADD95
RGB
CMYK
RGB Variations
Color information
#FADD95 (or 0xFADD95) is known color: Vis Vis. HEX triplet: FA, DD and 95. RGB value is (250,221,149). Sum of RGB (Red+Green+Blue) = 250+221+149=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 149 (58.59% from 255 or 24.03% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADD95 is #05226A. Grayscale: #DDDDDD. Windows color (decimal): -336491 or 9821690. OLE color: 9821690.
HSL color Cylindrical-coordinate representation of color #FADD95: hue angle of 42.77º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FADD95 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 149 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.02 |
| HSL | 42.77º | 0.91% | 0.78% | - |
| HSV(B) | 42.77º | 0.4% | 0.98% | - |
| XYZ | 70.71 | 74.21 | 39.03 | - |
| YUV | 221.46 | 87.11 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 149 | 0 | 0.12 | 0.40 | 0.02 | 42.77 | 0.91 | 0.78 |
| Hex | FA | DD | 95 | 0 | C | 28 | 2 | 2B | 5B | 4E |
| Octal | 372 | 335 | 225 | 0 | 14 | 50 | 2 | 53 | 133 | 116 |
| Binary | 11111010 | 11011101 | 10010101 | 0 | 1100 | 101000 | 10 | 101011 | 1011011 | 1001110 |
Color Harmonies of #FADD95
Complementary color
Monochromatic Colors of #FADD95
Black with #FADD95
Text Example
Text Example
White with #FADD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADD95; }
p { color: rgb(250,221,149); }
H1.HeaderClassName
{
color: #FADD95;
}
.AnyTagClassName
{
color: #FADD95;
}
</style>
background-color css
<style>
a { background-color: #FADD95; }
a { background-color: rgb(250,221,149); }
div.DivClassName
{
background-color: #FADD95;
}
.BgClassName
{
background-color: #FADD95;
}
</style>
border-color css
<style>
span { border-color: #FADD95; }
span { border-color: rgb(250,221,149); }
td.TdClassName
{
border-color: #FADD95;
}
.TagClassName
{
border-color: #FADD95;
}
</style>