#F1EFA1

Color #F1EFA1 Portafino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portafino #F1EFA1

Tints of Portafino #F1EFA1

Color information

#F1EFA1 (or 0xF1EFA1) is unknown color: approx Portafino. HEX triplet: F1, EF and A1. RGB value is (241,239,161). Sum of RGB (Red+Green+Blue) = 241+239+161=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 239 (93.75% from 255 or 37.29% from 641); Blue value is 161 (63.28% from 255 or 25.12% from 641); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EFA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EFA1 is #0E105E. Grayscale: #E7E7E7. Windows color (decimal): -921695 or 10612721. OLE color: 10612721.

HSL color Cylindrical-coordinate representation of color #F1EFA1: hue angle of 58.5º 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 #F1EFA1 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB241239161-
CMYK00.010.330.05
HSL58.5º74.07%78.82%-
HSV(B)58.5º33.2%94.51%-
XYZ73.5883.0145.86-
YUV230.7188.66135.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 37.60%
GREEN value IS 239 (93.75% from 255) = 37.29%
BLUE value IS 161 (63.28% from 255) = 25.12%
R=37.60%
G=37.29%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123916100.010.330.0558.574.0778.82
HexF1EFA1012153a4a4f
Octal3613572410141572112117
Binary1111000111101111101000010110000110111101010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EFA1; }

 p { color: rgb(241,239,161); }

 H1.HeaderClassName
 {
   color: #F1EFA1;
 }
 .AnyTagClassName
 {
   color: #F1EFA1;
 }
</style>
background-color css

<style>
 a { background-color: #F1EFA1; }

 a { background-color: rgb(241,239,161); }

 div.DivClassName
 {
   background-color: #F1EFA1;
 }
 .BgClassName
 {
   background-color: #F1EFA1;
 }
</style>
border-color css

<style>
 span { border-color: #F1EFA1; }

 span { border-color: rgb(241,239,161); }

 td.TdClassName
 {
   border-color: #F1EFA1;
 }
 .TagClassName
 {
   border-color: #F1EFA1;
 }
</style>