Shades of Portafino #F7EEA2
Tints of Portafino #F7EEA2
RGB
CMYK
RGB Variations
Color information
#F7EEA2 (or 0xF7EEA2) is known color: Portafino. HEX triplet: F7, EE and A2. RGB value is (247,238,162). Sum of RGB (Red+Green+Blue) = 247+238+162=647 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.18% from 647); Green value is 238 (93.36% from 255 or 36.79% from 647); Blue value is 162 (63.67% from 255 or 25.04% from 647); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EEA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7EEA2 is #08115D. Grayscale: #E8E8E8. Windows color (decimal): -528734 or 10678007. OLE color: 10678007.
HSL color Cylindrical-coordinate representation of color #F7EEA2: hue angle of 53.65º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F7EEA2 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 238 | 162 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.03 |
| HSL | 53.65º | 0.84% | 0.8% | - |
| HSV(B) | 53.65º | 0.34% | 0.97% | - |
| XYZ | 75.45 | 83.53 | 46.33 | - |
| YUV | 232.03 | 88.48 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 238 | 162 | 0 | 0.04 | 0.34 | 0.03 | 53.65 | 0.84 | 0.8 |
| Hex | F7 | EE | A2 | 0 | 4 | 22 | 3 | 36 | 54 | 50 |
| Octal | 367 | 356 | 242 | 0 | 4 | 42 | 3 | 66 | 124 | 120 |
| Binary | 11110111 | 11101110 | 10100010 | 0 | 100 | 100010 | 11 | 110110 | 1010100 | 1010000 |
Color Harmonies of #F7EEA2
Complementary color
Monochromatic Colors of #F7EEA2
Black with #F7EEA2
Text Example
Text Example
White with #F7EEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7EEA2; }
p { color: rgb(247,238,162); }
H1.HeaderClassName
{
color: #F7EEA2;
}
.AnyTagClassName
{
color: #F7EEA2;
}
</style>
background-color css
<style>
a { background-color: #F7EEA2; }
a { background-color: rgb(247,238,162); }
div.DivClassName
{
background-color: #F7EEA2;
}
.BgClassName
{
background-color: #F7EEA2;
}
</style>
border-color css
<style>
span { border-color: #F7EEA2; }
span { border-color: rgb(247,238,162); }
td.TdClassName
{
border-color: #F7EEA2;
}
.TagClassName
{
border-color: #F7EEA2;
}
</style>