Shades of Portafino #F2EBA0
Tints of Portafino #F2EBA0
RGB
CMYK
RGB Variations
Color information
#F2EBA0 (or 0xF2EBA0) is known color: Portafino. HEX triplet: F2, EB and A0. RGB value is (242,235,160). Sum of RGB (Red+Green+Blue) = 242+235+160=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 235 (92.19% from 255 or 36.89% from 637); Blue value is 160 (62.89% from 255 or 25.12% from 637); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EBA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EBA0 is #0D145F. Grayscale: #E4E4E4. Windows color (decimal): -857184 or 10546162. OLE color: 10546162.
HSL color Cylindrical-coordinate representation of color #F2EBA0: hue angle of 54.88º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F2EBA0 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 235 | 160 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.05 |
| HSL | 54.88º | 0.76% | 0.79% | - |
| HSV(B) | 54.88º | 0.34% | 0.95% | - |
| XYZ | 72.67 | 80.83 | 45.03 | - |
| YUV | 228.54 | 89.32 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 235 | 160 | 0 | 0.03 | 0.34 | 0.05 | 54.88 | 0.76 | 0.79 |
| Hex | F2 | EB | A0 | 0 | 3 | 22 | 5 | 37 | 4C | 4F |
| Octal | 362 | 353 | 240 | 0 | 3 | 42 | 5 | 67 | 114 | 117 |
| Binary | 11110010 | 11101011 | 10100000 | 0 | 11 | 100010 | 101 | 110111 | 1001100 | 1001111 |
Color Harmonies of #F2EBA0
Complementary color
Monochromatic Colors of #F2EBA0
Black with #F2EBA0
Text Example
Text Example
White with #F2EBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EBA0; }
p { color: rgb(242,235,160); }
H1.HeaderClassName
{
color: #F2EBA0;
}
.AnyTagClassName
{
color: #F2EBA0;
}
</style>
background-color css
<style>
a { background-color: #F2EBA0; }
a { background-color: rgb(242,235,160); }
div.DivClassName
{
background-color: #F2EBA0;
}
.BgClassName
{
background-color: #F2EBA0;
}
</style>
border-color css
<style>
span { border-color: #F2EBA0; }
span { border-color: rgb(242,235,160); }
td.TdClassName
{
border-color: #F2EBA0;
}
.TagClassName
{
border-color: #F2EBA0;
}
</style>