Shades of Portafino #F1EE99
Tints of Portafino #F1EE99
RGB
CMYK
RGB Variations
Color information
#F1EE99 (or 0xF1EE99) is known color: Portafino. HEX triplet: F1, EE and 99. RGB value is (241,238,153). Sum of RGB (Red+Green+Blue) = 241+238+153=632 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.13% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 153 (60.16% from 255 or 24.21% from 632); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EE99 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EE99 is #0E1166. Grayscale: #E5E5E5. Windows color (decimal): -921959 or 10088177. OLE color: 10088177.
HSL color Cylindrical-coordinate representation of color #F1EE99: hue angle of 57.95º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F1EE99 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 238 | 153 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.05 |
| HSL | 57.95º | 0.76% | 0.77% | - |
| HSV(B) | 57.95º | 0.37% | 0.95% | - |
| XYZ | 72.6 | 82.15 | 42.17 | - |
| YUV | 229.21 | 84.99 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 238 | 153 | 0 | 0.01 | 0.37 | 0.05 | 57.95 | 0.76 | 0.77 |
| Hex | F1 | EE | 99 | 0 | 1 | 25 | 5 | 3A | 4C | 4D |
| Octal | 361 | 356 | 231 | 0 | 1 | 45 | 5 | 72 | 114 | 115 |
| Binary | 11110001 | 11101110 | 10011001 | 0 | 1 | 100101 | 101 | 111010 | 1001100 | 1001101 |
Color Harmonies of #F1EE99
Complementary color
Monochromatic Colors of #F1EE99
Black with #F1EE99
Text Example
Text Example
White with #F1EE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EE99; }
p { color: rgb(241,238,153); }
H1.HeaderClassName
{
color: #F1EE99;
}
.AnyTagClassName
{
color: #F1EE99;
}
</style>
background-color css
<style>
a { background-color: #F1EE99; }
a { background-color: rgb(241,238,153); }
div.DivClassName
{
background-color: #F1EE99;
}
.BgClassName
{
background-color: #F1EE99;
}
</style>
border-color css
<style>
span { border-color: #F1EE99; }
span { border-color: rgb(241,238,153); }
td.TdClassName
{
border-color: #F1EE99;
}
.TagClassName
{
border-color: #F1EE99;
}
</style>