Shades of Portafino #F4EEA4
Tints of Portafino #F4EEA4
RGB
CMYK
RGB Variations
Color information
#F4EEA4 (or 0xF4EEA4) is known color: Portafino. HEX triplet: F4, EE and A4. RGB value is (244,238,164). Sum of RGB (Red+Green+Blue) = 244+238+164=646 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.77% from 646); Green value is 238 (93.36% from 255 or 36.84% from 646); Blue value is 164 (64.45% from 255 or 25.39% from 646); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EEA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4EEA4 is #0B115B. Grayscale: #E7E7E7. Windows color (decimal): -725340 or 10809076. OLE color: 10809076.
HSL color Cylindrical-coordinate representation of color #F4EEA4: hue angle of 55.5º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F4EEA4 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 238 | 164 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.04 |
| HSL | 55.5º | 0.78% | 0.8% | - |
| HSV(B) | 55.5º | 0.33% | 0.96% | - |
| XYZ | 74.58 | 83.06 | 47.22 | - |
| YUV | 231.36 | 89.99 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 238 | 164 | 0 | 0.02 | 0.33 | 0.04 | 55.5 | 0.78 | 0.8 |
| Hex | F4 | EE | A4 | 0 | 2 | 21 | 4 | 38 | 4E | 50 |
| Octal | 364 | 356 | 244 | 0 | 2 | 41 | 4 | 70 | 116 | 120 |
| Binary | 11110100 | 11101110 | 10100100 | 0 | 10 | 100001 | 100 | 111000 | 1001110 | 1010000 |
Color Harmonies of #F4EEA4
Complementary color
Monochromatic Colors of #F4EEA4
Black with #F4EEA4
Text Example
Text Example
White with #F4EEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EEA4; }
p { color: rgb(244,238,164); }
H1.HeaderClassName
{
color: #F4EEA4;
}
.AnyTagClassName
{
color: #F4EEA4;
}
</style>
background-color css
<style>
a { background-color: #F4EEA4; }
a { background-color: rgb(244,238,164); }
div.DivClassName
{
background-color: #F4EEA4;
}
.BgClassName
{
background-color: #F4EEA4;
}
</style>
border-color css
<style>
span { border-color: #F4EEA4; }
span { border-color: rgb(244,238,164); }
td.TdClassName
{
border-color: #F4EEA4;
}
.TagClassName
{
border-color: #F4EEA4;
}
</style>