Shades of Portafino #F1EBA0
Tints of Portafino #F1EBA0
RGB
CMYK
RGB Variations
Color information
#F1EBA0 (or 0xF1EBA0) is known color: Portafino. HEX triplet: F1, EB and A0. RGB value is (241,235,160). Sum of RGB (Red+Green+Blue) = 241+235+160=636 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.89% from 636); Green value is 235 (92.19% from 255 or 36.95% from 636); Blue value is 160 (62.89% from 255 or 25.16% from 636); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EBA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EBA0 is #0E145F. Grayscale: #E4E4E4. Windows color (decimal): -922720 or 10546161. OLE color: 10546161.
HSL color Cylindrical-coordinate representation of color #F1EBA0: hue angle of 55.56º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F1EBA0 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 235 | 160 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.05 |
| HSL | 55.56º | 0.74% | 0.79% | - |
| HSV(B) | 55.56º | 0.34% | 0.95% | - |
| XYZ | 72.33 | 80.66 | 45.01 | - |
| YUV | 228.24 | 89.49 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 235 | 160 | 0 | 0.02 | 0.34 | 0.05 | 55.56 | 0.74 | 0.79 |
| Hex | F1 | EB | A0 | 0 | 2 | 22 | 5 | 38 | 4A | 4F |
| Octal | 361 | 353 | 240 | 0 | 2 | 42 | 5 | 70 | 112 | 117 |
| Binary | 11110001 | 11101011 | 10100000 | 0 | 10 | 100010 | 101 | 111000 | 1001010 | 1001111 |
Color Harmonies of #F1EBA0
Complementary color
Monochromatic Colors of #F1EBA0
Black with #F1EBA0
Text Example
Text Example
White with #F1EBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EBA0; }
p { color: rgb(241,235,160); }
H1.HeaderClassName
{
color: #F1EBA0;
}
.AnyTagClassName
{
color: #F1EBA0;
}
</style>
background-color css
<style>
a { background-color: #F1EBA0; }
a { background-color: rgb(241,235,160); }
div.DivClassName
{
background-color: #F1EBA0;
}
.BgClassName
{
background-color: #F1EBA0;
}
</style>
border-color css
<style>
span { border-color: #F1EBA0; }
span { border-color: rgb(241,235,160); }
td.TdClassName
{
border-color: #F1EBA0;
}
.TagClassName
{
border-color: #F1EBA0;
}
</style>