#F0EEA3

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

Shades of Portafino #F0EEA3

Tints of Portafino #F0EEA3

Color information

#F0EEA3 (or 0xF0EEA3) is unknown color: approx Portafino. HEX triplet: F0, EE and A3. RGB value is (240,238,163). Sum of RGB (Red+Green+Blue) = 240+238+163=641 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.44% from 641); Green value is 238 (93.36% from 255 or 37.13% from 641); Blue value is 163 (64.06% from 255 or 25.43% from 641); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EEA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EEA3 is #0F115C. Grayscale: #E6E6E6. Windows color (decimal): -987485 or 10743536. OLE color: 10743536.

HSL color Cylindrical-coordinate representation of color #F0EEA3: hue angle of 58.44º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0EEA3 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB240238163-
CMYK00.010.320.06
HSL58.44º71.96%79.02%-
HSV(B)58.44º32.08%94.12%-
XYZ73.1282.3246.69-
YUV230.0590.16135.1-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.44%
GREEN value IS 238 (93.36% from 255) = 37.13%
BLUE value IS 163 (64.06% from 255) = 25.43%
R=37.44%
G=37.13%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023816300.010.320.0658.4471.9679.02
HexF0EEA3012063a484f
Octal3603562430140672110117
Binary1111000011101110101000110110000011011101010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EEA3; }

 p { color: rgb(240,238,163); }

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

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

 a { background-color: rgb(240,238,163); }

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

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

 span { border-color: rgb(240,238,163); }

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