Shades of Vis Vis #FAE68C
Tints of Vis Vis #FAE68C
RGB
CMYK
RGB Variations
Color information
#FAE68C (or 0xFAE68C) is known color: Vis Vis. HEX triplet: FA, E6 and 8C. RGB value is (250,230,140). Sum of RGB (Red+Green+Blue) = 250+230+140=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 230 (90.23% from 255 or 37.10% from 620); Blue value is 140 (55.08% from 255 or 22.58% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE68C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE68C is #051973. Grayscale: #E2E2E2. Windows color (decimal): -334196 or 9234170. OLE color: 9234170.
HSL color Cylindrical-coordinate representation of color #FAE68C: hue angle of 49.09º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAE68C is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 230 | 140 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.02 |
| HSL | 49.09º | 0.92% | 0.76% | - |
| HSV(B) | 49.09º | 0.44% | 0.98% | - |
| XYZ | 72.45 | 78.81 | 36.2 | - |
| YUV | 225.72 | 79.63 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 230 | 140 | 0 | 0.08 | 0.44 | 0.02 | 49.09 | 0.92 | 0.76 |
| Hex | FA | E6 | 8C | 0 | 8 | 2C | 2 | 31 | 5C | 4C |
| Octal | 372 | 346 | 214 | 0 | 10 | 54 | 2 | 61 | 134 | 114 |
| Binary | 11111010 | 11100110 | 10001100 | 0 | 1000 | 101100 | 10 | 110001 | 1011100 | 1001100 |
Color Harmonies of #FAE68C
Complementary color
Monochromatic Colors of #FAE68C
Black with #FAE68C
Text Example
Text Example
White with #FAE68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE68C; }
p { color: rgb(250,230,140); }
H1.HeaderClassName
{
color: #FAE68C;
}
.AnyTagClassName
{
color: #FAE68C;
}
</style>
background-color css
<style>
a { background-color: #FAE68C; }
a { background-color: rgb(250,230,140); }
div.DivClassName
{
background-color: #FAE68C;
}
.BgClassName
{
background-color: #FAE68C;
}
</style>
border-color css
<style>
span { border-color: #FAE68C; }
span { border-color: rgb(250,230,140); }
td.TdClassName
{
border-color: #FAE68C;
}
.TagClassName
{
border-color: #FAE68C;
}
</style>