Shades of Portafino #F2EEA4
Tints of Portafino #F2EEA4
RGB
CMYK
RGB Variations
Color information
#F2EEA4 (or 0xF2EEA4) is known color: Portafino. HEX triplet: F2, EE and A4. RGB value is (242,238,164). Sum of RGB (Red+Green+Blue) = 242+238+164=644 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.58% from 644); Green value is 238 (93.36% from 255 or 36.96% from 644); Blue value is 164 (64.45% from 255 or 25.47% from 644); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EEA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EEA4 is #0D115B. Grayscale: #E7E7E7. Windows color (decimal): -856412 or 10809074. OLE color: 10809074.
HSL color Cylindrical-coordinate representation of color #F2EEA4: hue angle of 56.92º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F2EEA4 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 164 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.05 |
| HSL | 56.92º | 0.75% | 0.8% | - |
| HSV(B) | 56.92º | 0.32% | 0.95% | - |
| XYZ | 73.89 | 82.71 | 47.19 | - |
| YUV | 230.76 | 90.33 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 164 | 0 | 0.02 | 0.32 | 0.05 | 56.92 | 0.75 | 0.8 |
| Hex | F2 | EE | A4 | 0 | 2 | 20 | 5 | 39 | 4B | 50 |
| Octal | 362 | 356 | 244 | 0 | 2 | 40 | 5 | 71 | 113 | 120 |
| Binary | 11110010 | 11101110 | 10100100 | 0 | 10 | 100000 | 101 | 111001 | 1001011 | 1010000 |
Color Harmonies of #F2EEA4
Complementary color
Monochromatic Colors of #F2EEA4
Black with #F2EEA4
Text Example
Text Example
White with #F2EEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EEA4; }
p { color: rgb(242,238,164); }
H1.HeaderClassName
{
color: #F2EEA4;
}
.AnyTagClassName
{
color: #F2EEA4;
}
</style>
background-color css
<style>
a { background-color: #F2EEA4; }
a { background-color: rgb(242,238,164); }
div.DivClassName
{
background-color: #F2EEA4;
}
.BgClassName
{
background-color: #F2EEA4;
}
</style>
border-color css
<style>
span { border-color: #F2EEA4; }
span { border-color: rgb(242,238,164); }
td.TdClassName
{
border-color: #F2EEA4;
}
.TagClassName
{
border-color: #F2EEA4;
}
</style>