Shades of Portafino #F3EFA3
Tints of Portafino #F3EFA3
RGB
CMYK
RGB Variations
Color information
#F3EFA3 (or 0xF3EFA3) is known color: Portafino. HEX triplet: F3, EF and A3. RGB value is (243,239,163). Sum of RGB (Red+Green+Blue) = 243+239+163=645 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.67% from 645); Green value is 239 (93.75% from 255 or 37.05% from 645); Blue value is 163 (64.06% from 255 or 25.27% from 645); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EFA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3EFA3 is #0C105C. Grayscale: #E7E7E7. Windows color (decimal): -790621 or 10743795. OLE color: 10743795.
HSL color Cylindrical-coordinate representation of color #F3EFA3: hue angle of 57º 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 #F3EFA3 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 239 | 163 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.05 |
| HSL | 57º | 0.77% | 0.8% | - |
| HSV(B) | 57º | 0.33% | 0.95% | - |
| XYZ | 74.44 | 83.43 | 46.83 | - |
| YUV | 231.53 | 89.33 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 239 | 163 | 0 | 0.02 | 0.33 | 0.05 | 57 | 0.77 | 0.8 |
| Hex | F3 | EF | A3 | 0 | 2 | 21 | 5 | 39 | 4D | 50 |
| Octal | 363 | 357 | 243 | 0 | 2 | 41 | 5 | 71 | 115 | 120 |
| Binary | 11110011 | 11101111 | 10100011 | 0 | 10 | 100001 | 101 | 111001 | 1001101 | 1010000 |
Color Harmonies of #F3EFA3
Complementary color
Monochromatic Colors of #F3EFA3
Black with #F3EFA3
Text Example
Text Example
White with #F3EFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EFA3; }
p { color: rgb(243,239,163); }
H1.HeaderClassName
{
color: #F3EFA3;
}
.AnyTagClassName
{
color: #F3EFA3;
}
</style>
background-color css
<style>
a { background-color: #F3EFA3; }
a { background-color: rgb(243,239,163); }
div.DivClassName
{
background-color: #F3EFA3;
}
.BgClassName
{
background-color: #F3EFA3;
}
</style>
border-color css
<style>
span { border-color: #F3EFA3; }
span { border-color: rgb(243,239,163); }
td.TdClassName
{
border-color: #F3EFA3;
}
.TagClassName
{
border-color: #F3EFA3;
}
</style>