Shades of Vis Vis #FEE28C
Tints of Vis Vis #FEE28C
RGB
CMYK
RGB Variations
Color information
#FEE28C (or 0xFEE28C) is known color: Vis Vis. HEX triplet: FE, E2 and 8C. RGB value is (254,226,140). Sum of RGB (Red+Green+Blue) = 254+226+140=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 226 (88.67% from 255 or 36.45% from 620); Blue value is 140 (55.08% from 255 or 22.58% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE28C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE28C is #011D73. Grayscale: #E0E0E0. Windows color (decimal): -73076 or 9233150. OLE color: 9233150.
HSL color Cylindrical-coordinate representation of color #FEE28C: hue angle of 45.26º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FEE28C is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 140 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.00 |
| HSL | 45.26º | 0.98% | 0.77% | - |
| HSV(B) | 45.26º | 0.45% | 1% | - |
| XYZ | 72.8 | 77.36 | 35.91 | - |
| YUV | 224.57 | 80.28 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 140 | 0 | 0.11 | 0.45 | 0.00 | 45.26 | 0.98 | 0.77 |
| Hex | FE | E2 | 8C | 0 | B | 2D | 0 | 2D | 62 | 4D |
| Octal | 376 | 342 | 214 | 0 | 13 | 55 | 0 | 55 | 142 | 115 |
| Binary | 11111110 | 11100010 | 10001100 | 0 | 1011 | 101101 | 0 | 101101 | 1100010 | 1001101 |
Color Harmonies of #FEE28C
Complementary color
Monochromatic Colors of #FEE28C
Black with #FEE28C
Text Example
Text Example
White with #FEE28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE28C; }
p { color: rgb(254,226,140); }
H1.HeaderClassName
{
color: #FEE28C;
}
.AnyTagClassName
{
color: #FEE28C;
}
</style>
background-color css
<style>
a { background-color: #FEE28C; }
a { background-color: rgb(254,226,140); }
div.DivClassName
{
background-color: #FEE28C;
}
.BgClassName
{
background-color: #FEE28C;
}
</style>
border-color css
<style>
span { border-color: #FEE28C; }
span { border-color: rgb(254,226,140); }
td.TdClassName
{
border-color: #FEE28C;
}
.TagClassName
{
border-color: #FEE28C;
}
</style>