Shades of Portafino #F1EDA1
Tints of Portafino #F1EDA1
RGB
CMYK
RGB Variations
Color information
#F1EDA1 (or 0xF1EDA1) is known color: Portafino. HEX triplet: F1, ED and A1. RGB value is (241,237,161). Sum of RGB (Red+Green+Blue) = 241+237+161=639 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.72% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 161 (63.28% from 255 or 25.20% from 639); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EDA1 is #0E125E. Grayscale: #E5E5E5. Windows color (decimal): -922207 or 10612209. OLE color: 10612209.
HSL color Cylindrical-coordinate representation of color #F1EDA1: hue angle of 57º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F1EDA1 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 237 | 161 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.05 |
| HSL | 57º | 0.74% | 0.79% | - |
| HSV(B) | 57º | 0.33% | 0.95% | - |
| XYZ | 72.99 | 81.84 | 45.67 | - |
| YUV | 229.53 | 89.33 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 237 | 161 | 0 | 0.02 | 0.33 | 0.05 | 57 | 0.74 | 0.79 |
| Hex | F1 | ED | A1 | 0 | 2 | 21 | 5 | 39 | 4A | 4F |
| Octal | 361 | 355 | 241 | 0 | 2 | 41 | 5 | 71 | 112 | 117 |
| Binary | 11110001 | 11101101 | 10100001 | 0 | 10 | 100001 | 101 | 111001 | 1001010 | 1001111 |
Color Harmonies of #F1EDA1
Complementary color
Monochromatic Colors of #F1EDA1
Black with #F1EDA1
Text Example
Text Example
White with #F1EDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EDA1; }
p { color: rgb(241,237,161); }
H1.HeaderClassName
{
color: #F1EDA1;
}
.AnyTagClassName
{
color: #F1EDA1;
}
</style>
background-color css
<style>
a { background-color: #F1EDA1; }
a { background-color: rgb(241,237,161); }
div.DivClassName
{
background-color: #F1EDA1;
}
.BgClassName
{
background-color: #F1EDA1;
}
</style>
border-color css
<style>
span { border-color: #F1EDA1; }
span { border-color: rgb(241,237,161); }
td.TdClassName
{
border-color: #F1EDA1;
}
.TagClassName
{
border-color: #F1EDA1;
}
</style>