Shades of Portafino #F1E89E
Tints of Portafino #F1E89E
RGB
CMYK
RGB Variations
Color information
#F1E89E (or 0xF1E89E) is known color: Portafino. HEX triplet: F1, E8 and 9E. RGB value is (241,232,158). Sum of RGB (Red+Green+Blue) = 241+232+158=631 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.19% from 631); Green value is 232 (91.02% from 255 or 36.77% from 631); Blue value is 158 (62.11% from 255 or 25.04% from 631); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E89E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E89E is #0E1761. Grayscale: #E2E2E2. Windows color (decimal): -923490 or 10414321. OLE color: 10414321.
HSL color Cylindrical-coordinate representation of color #F1E89E: hue angle of 53.49º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F1E89E is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 232 | 158 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.05 |
| HSL | 53.49º | 0.75% | 0.78% | - |
| HSV(B) | 53.49º | 0.34% | 0.95% | - |
| XYZ | 71.3 | 78.88 | 43.82 | - |
| YUV | 226.26 | 89.48 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 232 | 158 | 0 | 0.04 | 0.34 | 0.05 | 53.49 | 0.75 | 0.78 |
| Hex | F1 | E8 | 9E | 0 | 4 | 22 | 5 | 35 | 4B | 4E |
| Octal | 361 | 350 | 236 | 0 | 4 | 42 | 5 | 65 | 113 | 116 |
| Binary | 11110001 | 11101000 | 10011110 | 0 | 100 | 100010 | 101 | 110101 | 1001011 | 1001110 |
Color Harmonies of #F1E89E
Complementary color
Monochromatic Colors of #F1E89E
Black with #F1E89E
Text Example
Text Example
White with #F1E89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E89E; }
p { color: rgb(241,232,158); }
H1.HeaderClassName
{
color: #F1E89E;
}
.AnyTagClassName
{
color: #F1E89E;
}
</style>
background-color css
<style>
a { background-color: #F1E89E; }
a { background-color: rgb(241,232,158); }
div.DivClassName
{
background-color: #F1E89E;
}
.BgClassName
{
background-color: #F1E89E;
}
</style>
border-color css
<style>
span { border-color: #F1E89E; }
span { border-color: rgb(241,232,158); }
td.TdClassName
{
border-color: #F1E89E;
}
.TagClassName
{
border-color: #F1E89E;
}
</style>