Shades of Portafino #F0EEA3
Tints of Portafino #F0EEA3
RGB
CMYK
RGB Variations
Color information
#F0EEA3 (or 0xF0EEA3) is known color: Portafino. HEX triplet: F0, EE and A3. RGB value is (240,238,163). Sum of RGB (Red+Green+Blue) = 240+238+163=641 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.44% from 641); Green value is 238 (93.36% from 255 or 37.13% from 641); Blue value is 163 (64.06% from 255 or 25.43% from 641); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EEA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EEA3 is #0F115C. Grayscale: #E6E6E6. Windows color (decimal): -987485 or 10743536. OLE color: 10743536.
HSL color Cylindrical-coordinate representation of color #F0EEA3: hue angle of 58.44º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0EEA3 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 238 | 163 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.06 |
| HSL | 58.44º | 0.72% | 0.79% | - |
| HSV(B) | 58.44º | 0.32% | 0.94% | - |
| XYZ | 73.12 | 82.32 | 46.69 | - |
| YUV | 230.05 | 90.16 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 238 | 163 | 0 | 0.01 | 0.32 | 0.06 | 58.44 | 0.72 | 0.79 |
| Hex | F0 | EE | A3 | 0 | 1 | 20 | 6 | 3A | 48 | 4F |
| Octal | 360 | 356 | 243 | 0 | 1 | 40 | 6 | 72 | 110 | 117 |
| Binary | 11110000 | 11101110 | 10100011 | 0 | 1 | 100000 | 110 | 111010 | 1001000 | 1001111 |
Color Harmonies of #F0EEA3
Complementary color
Monochromatic Colors of #F0EEA3
Black with #F0EEA3
Text Example
Text Example
White with #F0EEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EEA3; }
p { color: rgb(240,238,163); }
H1.HeaderClassName
{
color: #F0EEA3;
}
.AnyTagClassName
{
color: #F0EEA3;
}
</style>
background-color css
<style>
a { background-color: #F0EEA3; }
a { background-color: rgb(240,238,163); }
div.DivClassName
{
background-color: #F0EEA3;
}
.BgClassName
{
background-color: #F0EEA3;
}
</style>
border-color css
<style>
span { border-color: #F0EEA3; }
span { border-color: rgb(240,238,163); }
td.TdClassName
{
border-color: #F0EEA3;
}
.TagClassName
{
border-color: #F0EEA3;
}
</style>