#F2EBA0

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

Shades of Portafino #F2EBA0

Tints of Portafino #F2EBA0

Color information

#F2EBA0 (or 0xF2EBA0) is unknown color: approx Portafino. HEX triplet: F2, EB and A0. RGB value is (242,235,160). Sum of RGB (Red+Green+Blue) = 242+235+160=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 235 (92.19% from 255 or 36.89% from 637); Blue value is 160 (62.89% from 255 or 25.12% from 637); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EBA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EBA0 is #0D145F. Grayscale: #E4E4E4. Windows color (decimal): -857184 or 10546162. OLE color: 10546162.

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

Color convert

RGB242235160-
CMYK00.030.340.05
HSL54.88º75.93%78.82%-
HSV(B)54.88º33.88%94.9%-
XYZ72.6780.8345.03-
YUV228.5489.32137.6-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.99%
GREEN value IS 235 (92.19% from 255) = 36.89%
BLUE value IS 160 (62.89% from 255) = 25.12%
R=37.99%
G=36.89%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223516000.030.340.0554.8875.9378.82
HexF2EBA003225374c4f
Octal3623532400342567114117
Binary11110010111010111010000001110001010111011110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EBA0; }

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

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

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

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

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

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

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

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