Shades of Portafino #F1EA9E
Tints of Portafino #F1EA9E
RGB
CMYK
RGB Variations
Color information
#F1EA9E (or 0xF1EA9E) is known color: Portafino. HEX triplet: F1, EA and 9E. RGB value is (241,234,158). Sum of RGB (Red+Green+Blue) = 241+234+158=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 158 (62.11% from 255 or 24.96% from 633); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EA9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EA9E is #0E1561. Grayscale: #E3E3E3. Windows color (decimal): -922978 or 10414833. OLE color: 10414833.
HSL color Cylindrical-coordinate representation of color #F1EA9E: hue angle of 54.94º 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 #F1EA9E is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 234 | 158 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.05 |
| HSL | 54.94º | 0.75% | 0.78% | - |
| HSV(B) | 54.94º | 0.34% | 0.95% | - |
| XYZ | 71.87 | 80.02 | 44 | - |
| YUV | 227.43 | 88.82 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 234 | 158 | 0 | 0.03 | 0.34 | 0.05 | 54.94 | 0.75 | 0.78 |
| Hex | F1 | EA | 9E | 0 | 3 | 22 | 5 | 37 | 4B | 4E |
| Octal | 361 | 352 | 236 | 0 | 3 | 42 | 5 | 67 | 113 | 116 |
| Binary | 11110001 | 11101010 | 10011110 | 0 | 11 | 100010 | 101 | 110111 | 1001011 | 1001110 |
Color Harmonies of #F1EA9E
Complementary color
Monochromatic Colors of #F1EA9E
Black with #F1EA9E
Text Example
Text Example
White with #F1EA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EA9E; }
p { color: rgb(241,234,158); }
H1.HeaderClassName
{
color: #F1EA9E;
}
.AnyTagClassName
{
color: #F1EA9E;
}
</style>
background-color css
<style>
a { background-color: #F1EA9E; }
a { background-color: rgb(241,234,158); }
div.DivClassName
{
background-color: #F1EA9E;
}
.BgClassName
{
background-color: #F1EA9E;
}
</style>
border-color css
<style>
span { border-color: #F1EA9E; }
span { border-color: rgb(241,234,158); }
td.TdClassName
{
border-color: #F1EA9E;
}
.TagClassName
{
border-color: #F1EA9E;
}
</style>