Shades of Portafino #F3EEA4
Tints of Portafino #F3EEA4
RGB
CMYK
RGB Variations
Color information
#F3EEA4 (or 0xF3EEA4) is known color: Portafino. HEX triplet: F3, EE and A4. RGB value is (243,238,164). Sum of RGB (Red+Green+Blue) = 243+238+164=645 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.67% from 645); Green value is 238 (93.36% from 255 or 36.90% from 645); Blue value is 164 (64.45% from 255 or 25.43% from 645); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EEA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3EEA4 is #0C115B. Grayscale: #E7E7E7. Windows color (decimal): -790876 or 10809075. OLE color: 10809075.
HSL color Cylindrical-coordinate representation of color #F3EEA4: hue angle of 56.2º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F3EEA4 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 238 | 164 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.05 |
| HSL | 56.2º | 0.77% | 0.8% | - |
| HSV(B) | 56.2º | 0.33% | 0.95% | - |
| XYZ | 74.24 | 82.88 | 47.21 | - |
| YUV | 231.06 | 90.16 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 238 | 164 | 0 | 0.02 | 0.33 | 0.05 | 56.2 | 0.77 | 0.8 |
| Hex | F3 | EE | A4 | 0 | 2 | 21 | 5 | 38 | 4D | 50 |
| Octal | 363 | 356 | 244 | 0 | 2 | 41 | 5 | 70 | 115 | 120 |
| Binary | 11110011 | 11101110 | 10100100 | 0 | 10 | 100001 | 101 | 111000 | 1001101 | 1010000 |
Color Harmonies of #F3EEA4
Complementary color
Monochromatic Colors of #F3EEA4
Black with #F3EEA4
Text Example
Text Example
White with #F3EEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EEA4; }
p { color: rgb(243,238,164); }
H1.HeaderClassName
{
color: #F3EEA4;
}
.AnyTagClassName
{
color: #F3EEA4;
}
</style>
background-color css
<style>
a { background-color: #F3EEA4; }
a { background-color: rgb(243,238,164); }
div.DivClassName
{
background-color: #F3EEA4;
}
.BgClassName
{
background-color: #F3EEA4;
}
</style>
border-color css
<style>
span { border-color: #F3EEA4; }
span { border-color: rgb(243,238,164); }
td.TdClassName
{
border-color: #F3EEA4;
}
.TagClassName
{
border-color: #F3EEA4;
}
</style>