Shades of Portafino #F0EE9E
Tints of Portafino #F0EE9E
RGB
CMYK
RGB Variations
Color information
#F0EE9E (or 0xF0EE9E) is known color: Portafino. HEX triplet: F0, EE and 9E. RGB value is (240,238,158). Sum of RGB (Red+Green+Blue) = 240+238+158=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 158 (62.11% from 255 or 24.84% from 636); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EE9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EE9E is #0F1161. Grayscale: #E5E5E5. Windows color (decimal): -987490 or 10415856. OLE color: 10415856.
HSL color Cylindrical-coordinate representation of color #F0EE9E: hue angle of 58.54º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F0EE9E is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 238 | 158 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.06 |
| HSL | 58.54º | 0.73% | 0.78% | - |
| HSV(B) | 58.54º | 0.34% | 0.94% | - |
| XYZ | 72.68 | 82.14 | 44.37 | - |
| YUV | 229.48 | 87.66 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 238 | 158 | 0 | 0.01 | 0.34 | 0.06 | 58.54 | 0.73 | 0.78 |
| Hex | F0 | EE | 9E | 0 | 1 | 22 | 6 | 3B | 49 | 4E |
| Octal | 360 | 356 | 236 | 0 | 1 | 42 | 6 | 73 | 111 | 116 |
| Binary | 11110000 | 11101110 | 10011110 | 0 | 1 | 100010 | 110 | 111011 | 1001001 | 1001110 |
Color Harmonies of #F0EE9E
Complementary color
Monochromatic Colors of #F0EE9E
Black with #F0EE9E
Text Example
Text Example
White with #F0EE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EE9E; }
p { color: rgb(240,238,158); }
H1.HeaderClassName
{
color: #F0EE9E;
}
.AnyTagClassName
{
color: #F0EE9E;
}
</style>
background-color css
<style>
a { background-color: #F0EE9E; }
a { background-color: rgb(240,238,158); }
div.DivClassName
{
background-color: #F0EE9E;
}
.BgClassName
{
background-color: #F0EE9E;
}
</style>
border-color css
<style>
span { border-color: #F0EE9E; }
span { border-color: rgb(240,238,158); }
td.TdClassName
{
border-color: #F0EE9E;
}
.TagClassName
{
border-color: #F0EE9E;
}
</style>