Shades of Portafino #F1EDA0
Tints of Portafino #F1EDA0
RGB
CMYK
RGB Variations
Color information
#F1EDA0 (or 0xF1EDA0) is known color: Portafino. HEX triplet: F1, ED and A0. RGB value is (241,237,160). Sum of RGB (Red+Green+Blue) = 241+237+160=638 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.77% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 160 (62.89% from 255 or 25.08% from 638); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EDA0 is #0E125F. Grayscale: #E5E5E5. Windows color (decimal): -922208 or 10546673. OLE color: 10546673.
HSL color Cylindrical-coordinate representation of color #F1EDA0: hue angle of 57.04º degrees, saturation: 0.74, 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 #F1EDA0 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 237 | 160 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.05 |
| HSL | 57.04º | 0.74% | 0.79% | - |
| HSV(B) | 57.04º | 0.34% | 0.95% | - |
| XYZ | 72.9 | 81.81 | 45.21 | - |
| YUV | 229.42 | 88.83 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 237 | 160 | 0 | 0.02 | 0.34 | 0.05 | 57.04 | 0.74 | 0.79 |
| Hex | F1 | ED | A0 | 0 | 2 | 22 | 5 | 39 | 4A | 4F |
| Octal | 361 | 355 | 240 | 0 | 2 | 42 | 5 | 71 | 112 | 117 |
| Binary | 11110001 | 11101101 | 10100000 | 0 | 10 | 100010 | 101 | 111001 | 1001010 | 1001111 |
Color Harmonies of #F1EDA0
Complementary color
Monochromatic Colors of #F1EDA0
Black with #F1EDA0
Text Example
Text Example
White with #F1EDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EDA0; }
p { color: rgb(241,237,160); }
H1.HeaderClassName
{
color: #F1EDA0;
}
.AnyTagClassName
{
color: #F1EDA0;
}
</style>
background-color css
<style>
a { background-color: #F1EDA0; }
a { background-color: rgb(241,237,160); }
div.DivClassName
{
background-color: #F1EDA0;
}
.BgClassName
{
background-color: #F1EDA0;
}
</style>
border-color css
<style>
span { border-color: #F1EDA0; }
span { border-color: rgb(241,237,160); }
td.TdClassName
{
border-color: #F1EDA0;
}
.TagClassName
{
border-color: #F1EDA0;
}
</style>