Shades of Portafino #F2EEA1
Tints of Portafino #F2EEA1
RGB
CMYK
RGB Variations
Color information
#F2EEA1 (or 0xF2EEA1) is known color: Portafino. HEX triplet: F2, EE and A1. RGB value is (242,238,161). Sum of RGB (Red+Green+Blue) = 242+238+161=641 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.75% from 641); Green value is 238 (93.36% from 255 or 37.13% from 641); Blue value is 161 (63.28% from 255 or 25.12% from 641); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EEA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EEA1 is #0D115E. Grayscale: #E6E6E6. Windows color (decimal): -856415 or 10612466. OLE color: 10612466.
HSL color Cylindrical-coordinate representation of color #F2EEA1: hue angle of 57.04º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F2EEA1 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 161 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.05 |
| HSL | 57.04º | 0.76% | 0.79% | - |
| HSV(B) | 57.04º | 0.33% | 0.95% | - |
| XYZ | 73.63 | 82.6 | 45.78 | - |
| YUV | 230.42 | 88.83 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 161 | 0 | 0.02 | 0.33 | 0.05 | 57.04 | 0.76 | 0.79 |
| Hex | F2 | EE | A1 | 0 | 2 | 21 | 5 | 39 | 4C | 4F |
| Octal | 362 | 356 | 241 | 0 | 2 | 41 | 5 | 71 | 114 | 117 |
| Binary | 11110010 | 11101110 | 10100001 | 0 | 10 | 100001 | 101 | 111001 | 1001100 | 1001111 |
Color Harmonies of #F2EEA1
Complementary color
Monochromatic Colors of #F2EEA1
Black with #F2EEA1
Text Example
Text Example
White with #F2EEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EEA1; }
p { color: rgb(242,238,161); }
H1.HeaderClassName
{
color: #F2EEA1;
}
.AnyTagClassName
{
color: #F2EEA1;
}
</style>
background-color css
<style>
a { background-color: #F2EEA1; }
a { background-color: rgb(242,238,161); }
div.DivClassName
{
background-color: #F2EEA1;
}
.BgClassName
{
background-color: #F2EEA1;
}
</style>
border-color css
<style>
span { border-color: #F2EEA1; }
span { border-color: rgb(242,238,161); }
td.TdClassName
{
border-color: #F2EEA1;
}
.TagClassName
{
border-color: #F2EEA1;
}
</style>