Shades of Portafino #F1EEA4
Tints of Portafino #F1EEA4
RGB
CMYK
RGB Variations
Color information
#F1EEA4 (or 0xF1EEA4) is known color: Portafino. HEX triplet: F1, EE and A4. RGB value is (241,238,164). Sum of RGB (Red+Green+Blue) = 241+238+164=643 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.48% from 643); Green value is 238 (93.36% from 255 or 37.01% from 643); Blue value is 164 (64.45% from 255 or 25.51% from 643); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EEA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EEA4 is #0E115B. Grayscale: #E6E6E6. Windows color (decimal): -921948 or 10809073. OLE color: 10809073.
HSL color Cylindrical-coordinate representation of color #F1EEA4: hue angle of 57.66º 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 #F1EEA4 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 238 | 164 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.05 |
| HSL | 57.66º | 0.73% | 0.79% | - |
| HSV(B) | 57.66º | 0.32% | 0.95% | - |
| XYZ | 73.55 | 82.53 | 47.18 | - |
| YUV | 230.46 | 90.49 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 238 | 164 | 0 | 0.01 | 0.32 | 0.05 | 57.66 | 0.73 | 0.79 |
| Hex | F1 | EE | A4 | 0 | 1 | 20 | 5 | 3A | 49 | 4F |
| Octal | 361 | 356 | 244 | 0 | 1 | 40 | 5 | 72 | 111 | 117 |
| Binary | 11110001 | 11101110 | 10100100 | 0 | 1 | 100000 | 101 | 111010 | 1001001 | 1001111 |
Color Harmonies of #F1EEA4
Complementary color
Monochromatic Colors of #F1EEA4
Black with #F1EEA4
Text Example
Text Example
White with #F1EEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EEA4; }
p { color: rgb(241,238,164); }
H1.HeaderClassName
{
color: #F1EEA4;
}
.AnyTagClassName
{
color: #F1EEA4;
}
</style>
background-color css
<style>
a { background-color: #F1EEA4; }
a { background-color: rgb(241,238,164); }
div.DivClassName
{
background-color: #F1EEA4;
}
.BgClassName
{
background-color: #F1EEA4;
}
</style>
border-color css
<style>
span { border-color: #F1EEA4; }
span { border-color: rgb(241,238,164); }
td.TdClassName
{
border-color: #F1EEA4;
}
.TagClassName
{
border-color: #F1EEA4;
}
</style>