Shades of Vis Vis #FCE18B
Tints of Vis Vis #FCE18B
RGB
CMYK
RGB Variations
Color information
#FCE18B (or 0xFCE18B) is known color: Vis Vis. HEX triplet: FC, E1 and 8B. RGB value is (252,225,139). Sum of RGB (Red+Green+Blue) = 252+225+139=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 225 (88.28% from 255 or 36.53% from 616); Blue value is 139 (54.69% from 255 or 22.56% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE18B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE18B is #031E74. Grayscale: #DFDFDF. Windows color (decimal): -204405 or 9167356. OLE color: 9167356.
HSL color Cylindrical-coordinate representation of color #FCE18B: hue angle of 45.66º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FCE18B is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 139 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.01 |
| HSL | 45.66º | 0.95% | 0.77% | - |
| HSV(B) | 45.66º | 0.45% | 0.99% | - |
| XYZ | 71.73 | 76.41 | 35.39 | - |
| YUV | 223.27 | 80.45 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 139 | 0 | 0.11 | 0.45 | 0.01 | 45.66 | 0.95 | 0.77 |
| Hex | FC | E1 | 8B | 0 | B | 2D | 1 | 2E | 5F | 4D |
| Octal | 374 | 341 | 213 | 0 | 13 | 55 | 1 | 56 | 137 | 115 |
| Binary | 11111100 | 11100001 | 10001011 | 0 | 1011 | 101101 | 1 | 101110 | 1011111 | 1001101 |
Color Harmonies of #FCE18B
Complementary color
Monochromatic Colors of #FCE18B
Black with #FCE18B
Text Example
Text Example
White with #FCE18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE18B; }
p { color: rgb(252,225,139); }
H1.HeaderClassName
{
color: #FCE18B;
}
.AnyTagClassName
{
color: #FCE18B;
}
</style>
background-color css
<style>
a { background-color: #FCE18B; }
a { background-color: rgb(252,225,139); }
div.DivClassName
{
background-color: #FCE18B;
}
.BgClassName
{
background-color: #FCE18B;
}
</style>
border-color css
<style>
span { border-color: #FCE18B; }
span { border-color: rgb(252,225,139); }
td.TdClassName
{
border-color: #FCE18B;
}
.TagClassName
{
border-color: #FCE18B;
}
</style>