Shades of Portafino #F1EFA4
Tints of Portafino #F1EFA4
RGB
CMYK
RGB Variations
Color information
#F1EFA4 (or 0xF1EFA4) is known color: Portafino. HEX triplet: F1, EF and A4. RGB value is (241,239,164). Sum of RGB (Red+Green+Blue) = 241+239+164=644 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.42% from 644); Green value is 239 (93.75% from 255 or 37.11% from 644); Blue value is 164 (64.45% from 255 or 25.47% from 644); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EFA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EFA4 is #0E105B. Grayscale: #E7E7E7. Windows color (decimal): -921692 or 10809329. OLE color: 10809329.
HSL color Cylindrical-coordinate representation of color #F1EFA4: hue angle of 58.44º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1EFA4 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 239 | 164 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.05 |
| HSL | 58.44º | 0.73% | 0.79% | - |
| HSV(B) | 58.44º | 0.32% | 0.95% | - |
| XYZ | 73.84 | 83.11 | 47.27 | - |
| YUV | 231.05 | 90.16 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 239 | 164 | 0 | 0.01 | 0.32 | 0.05 | 58.44 | 0.73 | 0.79 |
| Hex | F1 | EF | A4 | 0 | 1 | 20 | 5 | 3A | 49 | 4F |
| Octal | 361 | 357 | 244 | 0 | 1 | 40 | 5 | 72 | 111 | 117 |
| Binary | 11110001 | 11101111 | 10100100 | 0 | 1 | 100000 | 101 | 111010 | 1001001 | 1001111 |
Color Harmonies of #F1EFA4
Complementary color
Monochromatic Colors of #F1EFA4
Black with #F1EFA4
Text Example
Text Example
White with #F1EFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EFA4; }
p { color: rgb(241,239,164); }
H1.HeaderClassName
{
color: #F1EFA4;
}
.AnyTagClassName
{
color: #F1EFA4;
}
</style>
background-color css
<style>
a { background-color: #F1EFA4; }
a { background-color: rgb(241,239,164); }
div.DivClassName
{
background-color: #F1EFA4;
}
.BgClassName
{
background-color: #F1EFA4;
}
</style>
border-color css
<style>
span { border-color: #F1EFA4; }
span { border-color: rgb(241,239,164); }
td.TdClassName
{
border-color: #F1EFA4;
}
.TagClassName
{
border-color: #F1EFA4;
}
</style>