Shades of Portafino #F0EE96
Tints of Portafino #F0EE96
RGB
CMYK
RGB Variations
Color information
#F0EE96 (or 0xF0EE96) is known color: Portafino. HEX triplet: F0, EE and 96. RGB value is (240,238,150). Sum of RGB (Red+Green+Blue) = 240+238+150=628 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.22% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 150 (58.98% from 255 or 23.89% from 628); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EE96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EE96 is #0F1169. Grayscale: #E4E4E4. Windows color (decimal): -987498 or 9891568. OLE color: 9891568.
HSL color Cylindrical-coordinate representation of color #F0EE96: hue angle of 58.67º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0EE96 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 238 | 150 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.06 |
| HSL | 58.67º | 0.75% | 0.76% | - |
| HSV(B) | 58.67º | 0.38% | 0.94% | - |
| XYZ | 72.01 | 81.88 | 40.86 | - |
| YUV | 228.57 | 83.66 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 238 | 150 | 0 | 0.01 | 0.37 | 0.06 | 58.67 | 0.75 | 0.76 |
| Hex | F0 | EE | 96 | 0 | 1 | 25 | 6 | 3B | 4B | 4C |
| Octal | 360 | 356 | 226 | 0 | 1 | 45 | 6 | 73 | 113 | 114 |
| Binary | 11110000 | 11101110 | 10010110 | 0 | 1 | 100101 | 110 | 111011 | 1001011 | 1001100 |
Color Harmonies of #F0EE96
Complementary color
Monochromatic Colors of #F0EE96
Black with #F0EE96
Text Example
Text Example
White with #F0EE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EE96; }
p { color: rgb(240,238,150); }
H1.HeaderClassName
{
color: #F0EE96;
}
.AnyTagClassName
{
color: #F0EE96;
}
</style>
background-color css
<style>
a { background-color: #F0EE96; }
a { background-color: rgb(240,238,150); }
div.DivClassName
{
background-color: #F0EE96;
}
.BgClassName
{
background-color: #F0EE96;
}
</style>
border-color css
<style>
span { border-color: #F0EE96; }
span { border-color: rgb(240,238,150); }
td.TdClassName
{
border-color: #F0EE96;
}
.TagClassName
{
border-color: #F0EE96;
}
</style>