Shades of Portafino #F1EA98
Tints of Portafino #F1EA98
RGB
CMYK
RGB Variations
Color information
#F1EA98 (or 0xF1EA98) is known color: Portafino. HEX triplet: F1, EA and 98. RGB value is (241,234,152). Sum of RGB (Red+Green+Blue) = 241+234+152=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 152 (59.77% from 255 or 24.24% from 627); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EA98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EA98 is #0E1567. Grayscale: #E3E3E3. Windows color (decimal): -922984 or 10021617. OLE color: 10021617.
HSL color Cylindrical-coordinate representation of color #F1EA98: hue angle of 55.28º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F1EA98 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 234 | 152 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.05 |
| HSL | 55.28º | 0.76% | 0.77% | - |
| HSV(B) | 55.28º | 0.37% | 0.95% | - |
| XYZ | 71.37 | 79.81 | 41.35 | - |
| YUV | 226.75 | 85.82 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 234 | 152 | 0 | 0.03 | 0.37 | 0.05 | 55.28 | 0.76 | 0.77 |
| Hex | F1 | EA | 98 | 0 | 3 | 25 | 5 | 37 | 4C | 4D |
| Octal | 361 | 352 | 230 | 0 | 3 | 45 | 5 | 67 | 114 | 115 |
| Binary | 11110001 | 11101010 | 10011000 | 0 | 11 | 100101 | 101 | 110111 | 1001100 | 1001101 |
Color Harmonies of #F1EA98
Complementary color
Monochromatic Colors of #F1EA98
Black with #F1EA98
Text Example
Text Example
White with #F1EA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EA98; }
p { color: rgb(241,234,152); }
H1.HeaderClassName
{
color: #F1EA98;
}
.AnyTagClassName
{
color: #F1EA98;
}
</style>
background-color css
<style>
a { background-color: #F1EA98; }
a { background-color: rgb(241,234,152); }
div.DivClassName
{
background-color: #F1EA98;
}
.BgClassName
{
background-color: #F1EA98;
}
</style>
border-color css
<style>
span { border-color: #F1EA98; }
span { border-color: rgb(241,234,152); }
td.TdClassName
{
border-color: #F1EA98;
}
.TagClassName
{
border-color: #F1EA98;
}
</style>