Shades of Portafino #F2EE9D
Tints of Portafino #F2EE9D
RGB
CMYK
RGB Variations
Color information
#F2EE9D (or 0xF2EE9D) is known color: Portafino. HEX triplet: F2, EE and 9D. RGB value is (242,238,157). Sum of RGB (Red+Green+Blue) = 242+238+157=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 157 (61.72% from 255 or 24.65% from 637); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EE9D is #0D1162. Grayscale: #E6E6E6. Windows color (decimal): -856419 or 10350322. OLE color: 10350322.
HSL color Cylindrical-coordinate representation of color #F2EE9D: hue angle of 57.18º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F2EE9D is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 157 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.05 |
| HSL | 57.18º | 0.77% | 0.78% | - |
| HSV(B) | 57.18º | 0.35% | 0.95% | - |
| XYZ | 73.28 | 82.46 | 43.95 | - |
| YUV | 229.96 | 86.83 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 157 | 0 | 0.02 | 0.35 | 0.05 | 57.18 | 0.77 | 0.78 |
| Hex | F2 | EE | 9D | 0 | 2 | 23 | 5 | 39 | 4D | 4E |
| Octal | 362 | 356 | 235 | 0 | 2 | 43 | 5 | 71 | 115 | 116 |
| Binary | 11110010 | 11101110 | 10011101 | 0 | 10 | 100011 | 101 | 111001 | 1001101 | 1001110 |
Color Harmonies of #F2EE9D
Complementary color
Monochromatic Colors of #F2EE9D
Black with #F2EE9D
Text Example
Text Example
White with #F2EE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EE9D; }
p { color: rgb(242,238,157); }
H1.HeaderClassName
{
color: #F2EE9D;
}
.AnyTagClassName
{
color: #F2EE9D;
}
</style>
background-color css
<style>
a { background-color: #F2EE9D; }
a { background-color: rgb(242,238,157); }
div.DivClassName
{
background-color: #F2EE9D;
}
.BgClassName
{
background-color: #F2EE9D;
}
</style>
border-color css
<style>
span { border-color: #F2EE9D; }
span { border-color: rgb(242,238,157); }
td.TdClassName
{
border-color: #F2EE9D;
}
.TagClassName
{
border-color: #F2EE9D;
}
</style>