Shades of Portafino #F2EE96
Tints of Portafino #F2EE96
RGB
CMYK
RGB Variations
Color information
#F2EE96 (or 0xF2EE96) is known color: Portafino. HEX triplet: F2, EE and 96. RGB value is (242,238,150). Sum of RGB (Red+Green+Blue) = 242+238+150=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 150 (58.98% from 255 or 23.81% from 630); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EE96 is #0D1169. Grayscale: #E5E5E5. Windows color (decimal): -856426 or 9891570. OLE color: 9891570.
HSL color Cylindrical-coordinate representation of color #F2EE96: hue angle of 57.39º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F2EE96 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 150 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.05 |
| HSL | 57.39º | 0.78% | 0.77% | - |
| HSV(B) | 57.39º | 0.38% | 0.95% | - |
| XYZ | 72.7 | 82.23 | 40.89 | - |
| YUV | 229.16 | 83.33 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 150 | 0 | 0.02 | 0.38 | 0.05 | 57.39 | 0.78 | 0.77 |
| Hex | F2 | EE | 96 | 0 | 2 | 26 | 5 | 39 | 4E | 4D |
| Octal | 362 | 356 | 226 | 0 | 2 | 46 | 5 | 71 | 116 | 115 |
| Binary | 11110010 | 11101110 | 10010110 | 0 | 10 | 100110 | 101 | 111001 | 1001110 | 1001101 |
Color Harmonies of #F2EE96
Complementary color
Monochromatic Colors of #F2EE96
Black with #F2EE96
Text Example
Text Example
White with #F2EE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EE96; }
p { color: rgb(242,238,150); }
H1.HeaderClassName
{
color: #F2EE96;
}
.AnyTagClassName
{
color: #F2EE96;
}
</style>
background-color css
<style>
a { background-color: #F2EE96; }
a { background-color: rgb(242,238,150); }
div.DivClassName
{
background-color: #F2EE96;
}
.BgClassName
{
background-color: #F2EE96;
}
</style>
border-color css
<style>
span { border-color: #F2EE96; }
span { border-color: rgb(242,238,150); }
td.TdClassName
{
border-color: #F2EE96;
}
.TagClassName
{
border-color: #F2EE96;
}
</style>