Shades of Vis Vis #F2E292
Tints of Vis Vis #F2E292
RGB
CMYK
RGB Variations
Color information
#F2E292 (or 0xF2E292) is known color: Vis Vis. HEX triplet: F2, E2 and 92. RGB value is (242,226,146). Sum of RGB (Red+Green+Blue) = 242+226+146=614 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.41% from 614); Green value is 226 (88.67% from 255 or 36.81% from 614); Blue value is 146 (57.42% from 255 or 23.78% from 614); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E292 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E292 is #0D1D6D. Grayscale: #DEDEDE. Windows color (decimal): -859502 or 9626354. OLE color: 9626354.
HSL color Cylindrical-coordinate representation of color #F2E292: hue angle of 50º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2E292 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 226 | 146 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.05 |
| HSL | 50º | 0.79% | 0.76% | - |
| HSV(B) | 50º | 0.4% | 0.95% | - |
| XYZ | 69 | 75.35 | 38.1 | - |
| YUV | 221.66 | 85.3 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 226 | 146 | 0 | 0.07 | 0.40 | 0.05 | 50 | 0.79 | 0.76 |
| Hex | F2 | E2 | 92 | 0 | 7 | 28 | 5 | 32 | 4F | 4C |
| Octal | 362 | 342 | 222 | 0 | 7 | 50 | 5 | 62 | 117 | 114 |
| Binary | 11110010 | 11100010 | 10010010 | 0 | 111 | 101000 | 101 | 110010 | 1001111 | 1001100 |
Color Harmonies of #F2E292
Complementary color
Monochromatic Colors of #F2E292
Black with #F2E292
Text Example
Text Example
White with #F2E292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E292; }
p { color: rgb(242,226,146); }
H1.HeaderClassName
{
color: #F2E292;
}
.AnyTagClassName
{
color: #F2E292;
}
</style>
background-color css
<style>
a { background-color: #F2E292; }
a { background-color: rgb(242,226,146); }
div.DivClassName
{
background-color: #F2E292;
}
.BgClassName
{
background-color: #F2E292;
}
</style>
border-color css
<style>
span { border-color: #F2E292; }
span { border-color: rgb(242,226,146); }
td.TdClassName
{
border-color: #F2E292;
}
.TagClassName
{
border-color: #F2E292;
}
</style>