#F2EEA2

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

Shades of Portafino #F2EEA2

Tints of Portafino #F2EEA2

Color information

#F2EEA2 (or 0xF2EEA2) is unknown color: approx Portafino. HEX triplet: F2, EE and A2. RGB value is (242,238,162). Sum of RGB (Red+Green+Blue) = 242+238+162=642 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.69% from 642); Green value is 238 (93.36% from 255 or 37.07% from 642); Blue value is 162 (63.67% from 255 or 25.23% from 642); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EEA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EEA2 is #0D115D. Grayscale: #E6E6E6. Windows color (decimal): -856414 or 10678002. OLE color: 10678002.

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

Color convert

RGB242238162-
CMYK00.020.330.05
HSL57º75.47%79.22%-
HSV(B)57º33.06%94.9%-
XYZ73.7182.6346.25-
YUV230.5389.33136.18-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.69%
GREEN value IS 238 (93.36% from 255) = 37.07%
BLUE value IS 162 (63.67% from 255) = 25.23%
R=37.69%
G=37.07%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223816200.020.330.055775.4779.22
HexF2EEA202215394b4f
Octal3623562420241571113117
Binary11110010111011101010001001010000110111100110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EEA2; }

 p { color: rgb(242,238,162); }

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

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

 a { background-color: rgb(242,238,162); }

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

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

 span { border-color: rgb(242,238,162); }

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