#F1EE96

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

Shades of Portafino #F1EE96

Tints of Portafino #F1EE96

Color information

#F1EE96 (or 0xF1EE96) is unknown color: approx Portafino. HEX triplet: F1, EE and 96. RGB value is (241,238,150). Sum of RGB (Red+Green+Blue) = 241+238+150=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 238 (93.36% from 255 or 37.84% from 629); Blue value is 150 (58.98% from 255 or 23.85% from 629); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EE96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EE96 is #0E1169. Grayscale: #E5E5E5. Windows color (decimal): -921962 or 9891569. OLE color: 9891569.

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

Color convert

RGB241238150-
CMYK00.010.380.05
HSL58.02º76.47%76.67%-
HSV(B)58.02º37.76%94.51%-
XYZ72.3682.0540.88-
YUV228.8683.49136.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.31%
GREEN value IS 238 (93.36% from 255) = 37.84%
BLUE value IS 150 (58.98% from 255) = 23.85%
R=38.31%
G=37.84%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123815000.010.380.0558.0276.4776.67
HexF1EE96012653a4c4d
Octal3613562260146572114115
Binary1111000111101110100101100110011010111101010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EE96; }

 p { color: rgb(241,238,150); }

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

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

 a { background-color: rgb(241,238,150); }

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

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

 span { border-color: rgb(241,238,150); }

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