Shades of Portafino #F2EE95
Tints of Portafino #F2EE95
RGB
CMYK
RGB Variations
Color information
#F2EE95 (or 0xF2EE95) is known color: Portafino. HEX triplet: F2, EE and 95. RGB value is (242,238,149). Sum of RGB (Red+Green+Blue) = 242+238+149=629 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.47% from 629); Green value is 238 (93.36% from 255 or 37.84% from 629); Blue value is 149 (58.59% from 255 or 23.69% from 629); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EE95 is #0D116A. Grayscale: #E5E5E5. Windows color (decimal): -856427 or 9826034. OLE color: 9826034.
HSL color Cylindrical-coordinate representation of color #F2EE95: hue angle of 57.42º 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 #F2EE95 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 149 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.05 |
| HSL | 57.42º | 0.78% | 0.77% | - |
| HSV(B) | 57.42º | 0.38% | 0.95% | - |
| XYZ | 72.62 | 82.2 | 40.47 | - |
| YUV | 229.05 | 82.83 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 149 | 0 | 0.02 | 0.38 | 0.05 | 57.42 | 0.78 | 0.77 |
| Hex | F2 | EE | 95 | 0 | 2 | 26 | 5 | 39 | 4E | 4D |
| Octal | 362 | 356 | 225 | 0 | 2 | 46 | 5 | 71 | 116 | 115 |
| Binary | 11110010 | 11101110 | 10010101 | 0 | 10 | 100110 | 101 | 111001 | 1001110 | 1001101 |
Color Harmonies of #F2EE95
Complementary color
Monochromatic Colors of #F2EE95
Black with #F2EE95
Text Example
Text Example
White with #F2EE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EE95; }
p { color: rgb(242,238,149); }
H1.HeaderClassName
{
color: #F2EE95;
}
.AnyTagClassName
{
color: #F2EE95;
}
</style>
background-color css
<style>
a { background-color: #F2EE95; }
a { background-color: rgb(242,238,149); }
div.DivClassName
{
background-color: #F2EE95;
}
.BgClassName
{
background-color: #F2EE95;
}
</style>
border-color css
<style>
span { border-color: #F2EE95; }
span { border-color: rgb(242,238,149); }
td.TdClassName
{
border-color: #F2EE95;
}
.TagClassName
{
border-color: #F2EE95;
}
</style>