#F2EFA0

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

Shades of Portafino #F2EFA0

Tints of Portafino #F2EFA0

Color information

#F2EFA0 (or 0xF2EFA0) is unknown color: approx Portafino. HEX triplet: F2, EF and A0. RGB value is (242,239,160). Sum of RGB (Red+Green+Blue) = 242+239+160=641 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.75% from 641); Green value is 239 (93.75% from 255 or 37.29% from 641); Blue value is 160 (62.89% from 255 or 24.96% from 641); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EFA0 is #0D105F. Grayscale: #E7E7E7. Windows color (decimal): -856160 or 10547186. OLE color: 10547186.

HSL color Cylindrical-coordinate representation of color #F2EFA0: hue angle of 57.8º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F2EFA0 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB242239160-
CMYK00.010.340.05
HSL57.8º75.93%78.82%-
HSV(B)57.8º33.88%94.9%-
XYZ73.8383.1545.42-
YUV230.8987.99135.92-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.75%
GREEN value IS 239 (93.75% from 255) = 37.29%
BLUE value IS 160 (62.89% from 255) = 24.96%
R=37.75%
G=37.29%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223916000.010.340.0557.875.9378.82
HexF2EFA0012253a4c4f
Octal3623572400142572114117
Binary1111001011101111101000000110001010111101010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EFA0; }

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

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

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

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

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

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

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

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