Shades of Vis Vis #FAE695
Tints of Vis Vis #FAE695
RGB
CMYK
RGB Variations
Color information
#FAE695 (or 0xFAE695) is known color: Vis Vis. HEX triplet: FA, E6 and 95. RGB value is (250,230,149). Sum of RGB (Red+Green+Blue) = 250+230+149=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 230 (90.23% from 255 or 36.57% from 629); Blue value is 149 (58.59% from 255 or 23.69% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE695 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE695 is #05196A. Grayscale: #E3E3E3. Windows color (decimal): -334187 or 9823994. OLE color: 9823994.
HSL color Cylindrical-coordinate representation of color #FAE695: hue angle of 48.12º 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 #FAE695 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 230 | 149 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.02 |
| HSL | 48.12º | 0.91% | 0.78% | - |
| HSV(B) | 48.12º | 0.4% | 0.98% | - |
| XYZ | 73.15 | 79.09 | 39.84 | - |
| YUV | 226.75 | 84.13 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 230 | 149 | 0 | 0.08 | 0.40 | 0.02 | 48.12 | 0.91 | 0.78 |
| Hex | FA | E6 | 95 | 0 | 8 | 28 | 2 | 30 | 5B | 4E |
| Octal | 372 | 346 | 225 | 0 | 10 | 50 | 2 | 60 | 133 | 116 |
| Binary | 11111010 | 11100110 | 10010101 | 0 | 1000 | 101000 | 10 | 110000 | 1011011 | 1001110 |
Color Harmonies of #FAE695
Complementary color
Monochromatic Colors of #FAE695
Black with #FAE695
Text Example
Text Example
White with #FAE695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE695; }
p { color: rgb(250,230,149); }
H1.HeaderClassName
{
color: #FAE695;
}
.AnyTagClassName
{
color: #FAE695;
}
</style>
background-color css
<style>
a { background-color: #FAE695; }
a { background-color: rgb(250,230,149); }
div.DivClassName
{
background-color: #FAE695;
}
.BgClassName
{
background-color: #FAE695;
}
</style>
border-color css
<style>
span { border-color: #FAE695; }
span { border-color: rgb(250,230,149); }
td.TdClassName
{
border-color: #FAE695;
}
.TagClassName
{
border-color: #FAE695;
}
</style>