Shades of Portafino #F1EE9C
Tints of Portafino #F1EE9C
RGB
CMYK
RGB Variations
Color information
#F1EE9C (or 0xF1EE9C) is known color: Portafino. HEX triplet: F1, EE and 9C. RGB value is (241,238,156). Sum of RGB (Red+Green+Blue) = 241+238+156=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 156 (61.33% from 255 or 24.57% from 635); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EE9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EE9C is #0E1163. Grayscale: #E5E5E5. Windows color (decimal): -921956 or 10284785. OLE color: 10284785.
HSL color Cylindrical-coordinate representation of color #F1EE9C: hue angle of 57.88º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F1EE9C is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 238 | 156 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.05 |
| HSL | 57.88º | 0.75% | 0.78% | - |
| HSV(B) | 57.88º | 0.35% | 0.95% | - |
| XYZ | 72.85 | 82.25 | 43.49 | - |
| YUV | 229.55 | 86.49 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 238 | 156 | 0 | 0.01 | 0.35 | 0.05 | 57.88 | 0.75 | 0.78 |
| Hex | F1 | EE | 9C | 0 | 1 | 23 | 5 | 3A | 4B | 4E |
| Octal | 361 | 356 | 234 | 0 | 1 | 43 | 5 | 72 | 113 | 116 |
| Binary | 11110001 | 11101110 | 10011100 | 0 | 1 | 100011 | 101 | 111010 | 1001011 | 1001110 |
Color Harmonies of #F1EE9C
Complementary color
Monochromatic Colors of #F1EE9C
Black with #F1EE9C
Text Example
Text Example
White with #F1EE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EE9C; }
p { color: rgb(241,238,156); }
H1.HeaderClassName
{
color: #F1EE9C;
}
.AnyTagClassName
{
color: #F1EE9C;
}
</style>
background-color css
<style>
a { background-color: #F1EE9C; }
a { background-color: rgb(241,238,156); }
div.DivClassName
{
background-color: #F1EE9C;
}
.BgClassName
{
background-color: #F1EE9C;
}
</style>
border-color css
<style>
span { border-color: #F1EE9C; }
span { border-color: rgb(241,238,156); }
td.TdClassName
{
border-color: #F1EE9C;
}
.TagClassName
{
border-color: #F1EE9C;
}
</style>