Shades of Portafino #F1EEA2
Tints of Portafino #F1EEA2
RGB
CMYK
RGB Variations
Color information
#F1EEA2 (or 0xF1EEA2) is known color: Portafino. HEX triplet: F1, EE and A2. RGB value is (241,238,162). Sum of RGB (Red+Green+Blue) = 241+238+162=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 238 (93.36% from 255 or 37.13% from 641); Blue value is 162 (63.67% from 255 or 25.27% from 641); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EEA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EEA2 is #0E115D. Grayscale: #E6E6E6. Windows color (decimal): -921950 or 10678001. OLE color: 10678001.
HSL color Cylindrical-coordinate representation of color #F1EEA2: hue angle of 57.72º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F1EEA2 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 238 | 162 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.05 |
| HSL | 57.72º | 0.74% | 0.79% | - |
| HSV(B) | 57.72º | 0.33% | 0.95% | - |
| XYZ | 73.37 | 82.46 | 46.23 | - |
| YUV | 230.23 | 89.49 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 238 | 162 | 0 | 0.01 | 0.33 | 0.05 | 57.72 | 0.74 | 0.79 |
| Hex | F1 | EE | A2 | 0 | 1 | 21 | 5 | 3A | 4A | 4F |
| Octal | 361 | 356 | 242 | 0 | 1 | 41 | 5 | 72 | 112 | 117 |
| Binary | 11110001 | 11101110 | 10100010 | 0 | 1 | 100001 | 101 | 111010 | 1001010 | 1001111 |
Color Harmonies of #F1EEA2
Complementary color
Monochromatic Colors of #F1EEA2
Black with #F1EEA2
Text Example
Text Example
White with #F1EEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EEA2; }
p { color: rgb(241,238,162); }
H1.HeaderClassName
{
color: #F1EEA2;
}
.AnyTagClassName
{
color: #F1EEA2;
}
</style>
background-color css
<style>
a { background-color: #F1EEA2; }
a { background-color: rgb(241,238,162); }
div.DivClassName
{
background-color: #F1EEA2;
}
.BgClassName
{
background-color: #F1EEA2;
}
</style>
border-color css
<style>
span { border-color: #F1EEA2; }
span { border-color: rgb(241,238,162); }
td.TdClassName
{
border-color: #F1EEA2;
}
.TagClassName
{
border-color: #F1EEA2;
}
</style>