#F2EFA1

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

Shades of Portafino #F2EFA1

Tints of Portafino #F2EFA1

Color information

#F2EFA1 (or 0xF2EFA1) is unknown color: approx Portafino. HEX triplet: F2, EF and A1. RGB value is (242,239,161). Sum of RGB (Red+Green+Blue) = 242+239+161=642 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.69% from 642); Green value is 239 (93.75% from 255 or 37.23% from 642); Blue value is 161 (63.28% from 255 or 25.08% from 642); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EFA1 is #0D105E. Grayscale: #E7E7E7. Windows color (decimal): -856159 or 10612722. OLE color: 10612722.

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

Color convert

RGB242239161-
CMYK00.010.330.05
HSL57.78º75.7%79.02%-
HSV(B)57.78º33.47%94.9%-
XYZ73.9283.1845.88-
YUV23188.49135.84-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.69%
GREEN value IS 239 (93.75% from 255) = 37.23%
BLUE value IS 161 (63.28% from 255) = 25.08%
R=37.69%
G=37.23%
B=25.08%

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
Decimal24223916100.010.330.0557.7875.779.02
HexF2EFA1012153a4c4f
Octal3623572410141572114117
Binary1111001011101111101000010110000110111101010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EFA1; }

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

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

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

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

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

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

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

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