Shades of Portafino #F3EDA1
Tints of Portafino #F3EDA1
RGB
CMYK
RGB Variations
Color information
#F3EDA1 (or 0xF3EDA1) is known color: Portafino. HEX triplet: F3, ED and A1. RGB value is (243,237,161). Sum of RGB (Red+Green+Blue) = 243+237+161=641 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.91% from 641); Green value is 237 (92.97% from 255 or 36.97% from 641); Blue value is 161 (63.28% from 255 or 25.12% from 641); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EDA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3EDA1 is #0C125E. Grayscale: #E6E6E6. Windows color (decimal): -791135 or 10612211. OLE color: 10612211.
HSL color Cylindrical-coordinate representation of color #F3EDA1: hue angle of 55.61º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F3EDA1 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 237 | 161 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.05 |
| HSL | 55.61º | 0.77% | 0.79% | - |
| HSV(B) | 55.61º | 0.34% | 0.95% | - |
| XYZ | 73.68 | 82.2 | 45.7 | - |
| YUV | 230.13 | 88.99 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 237 | 161 | 0 | 0.02 | 0.34 | 0.05 | 55.61 | 0.77 | 0.79 |
| Hex | F3 | ED | A1 | 0 | 2 | 22 | 5 | 38 | 4D | 4F |
| Octal | 363 | 355 | 241 | 0 | 2 | 42 | 5 | 70 | 115 | 117 |
| Binary | 11110011 | 11101101 | 10100001 | 0 | 10 | 100010 | 101 | 111000 | 1001101 | 1001111 |
Color Harmonies of #F3EDA1
Complementary color
Monochromatic Colors of #F3EDA1
Black with #F3EDA1
Text Example
Text Example
White with #F3EDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EDA1; }
p { color: rgb(243,237,161); }
H1.HeaderClassName
{
color: #F3EDA1;
}
.AnyTagClassName
{
color: #F3EDA1;
}
</style>
background-color css
<style>
a { background-color: #F3EDA1; }
a { background-color: rgb(243,237,161); }
div.DivClassName
{
background-color: #F3EDA1;
}
.BgClassName
{
background-color: #F3EDA1;
}
</style>
border-color css
<style>
span { border-color: #F3EDA1; }
span { border-color: rgb(243,237,161); }
td.TdClassName
{
border-color: #F3EDA1;
}
.TagClassName
{
border-color: #F3EDA1;
}
</style>