Shades of Portafino #F6EDA2
Tints of Portafino #F6EDA2
RGB
CMYK
RGB Variations
Color information
#F6EDA2 (or 0xF6EDA2) is known color: Portafino. HEX triplet: F6, ED and A2. RGB value is (246,237,162). Sum of RGB (Red+Green+Blue) = 246+237+162=645 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.14% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 162 (63.67% from 255 or 25.12% from 645); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EDA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6EDA2 is #09125D. Grayscale: #E7E7E7. Windows color (decimal): -594526 or 10677750. OLE color: 10677750.
HSL color Cylindrical-coordinate representation of color #F6EDA2: hue angle of 53.57º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F6EDA2 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 237 | 162 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.04 |
| HSL | 53.57º | 0.82% | 0.8% | - |
| HSV(B) | 53.57º | 0.34% | 0.96% | - |
| XYZ | 74.81 | 82.77 | 46.22 | - |
| YUV | 231.14 | 88.98 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 237 | 162 | 0 | 0.04 | 0.34 | 0.04 | 53.57 | 0.82 | 0.8 |
| Hex | F6 | ED | A2 | 0 | 4 | 22 | 4 | 36 | 52 | 50 |
| Octal | 366 | 355 | 242 | 0 | 4 | 42 | 4 | 66 | 122 | 120 |
| Binary | 11110110 | 11101101 | 10100010 | 0 | 100 | 100010 | 100 | 110110 | 1010010 | 1010000 |
Color Harmonies of #F6EDA2
Complementary color
Monochromatic Colors of #F6EDA2
Black with #F6EDA2
Text Example
Text Example
White with #F6EDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EDA2; }
p { color: rgb(246,237,162); }
H1.HeaderClassName
{
color: #F6EDA2;
}
.AnyTagClassName
{
color: #F6EDA2;
}
</style>
background-color css
<style>
a { background-color: #F6EDA2; }
a { background-color: rgb(246,237,162); }
div.DivClassName
{
background-color: #F6EDA2;
}
.BgClassName
{
background-color: #F6EDA2;
}
</style>
border-color css
<style>
span { border-color: #F6EDA2; }
span { border-color: rgb(246,237,162); }
td.TdClassName
{
border-color: #F6EDA2;
}
.TagClassName
{
border-color: #F6EDA2;
}
</style>