#F1EA9C

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

Shades of Portafino #F1EA9C

Tints of Portafino #F1EA9C

Color information

#F1EA9C (or 0xF1EA9C) is unknown color: approx Portafino. HEX triplet: F1, EA and 9C. RGB value is (241,234,156). Sum of RGB (Red+Green+Blue) = 241+234+156=631 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.19% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 156 (61.33% from 255 or 24.72% from 631); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EA9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EA9C is #0E1563. Grayscale: #E3E3E3. Windows color (decimal): -922980 or 10283761. OLE color: 10283761.

HSL color Cylindrical-coordinate representation of color #F1EA9C: hue angle of 55.06º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F1EA9C is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB241234156-
CMYK00.030.350.05
HSL55.06º75.22%77.84%-
HSV(B)55.06º35.27%94.51%-
XYZ71.779.9543.1-
YUV227.287.82137.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.19%
GREEN value IS 234 (91.80% from 255) = 37.08%
BLUE value IS 156 (61.33% from 255) = 24.72%
R=38.19%
G=37.08%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123415600.030.350.0555.0675.2277.84
HexF1EA9C03235374b4e
Octal3613522340343567113116
Binary11110001111010101001110001110001110111011110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EA9C; }

 p { color: rgb(241,234,156); }

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

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

 a { background-color: rgb(241,234,156); }

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

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

 span { border-color: rgb(241,234,156); }

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